mesa/src/broadcom/vulkan
Iago Toral Quiroga f384c763fc v3d,v3dv: move tile size calculation to a common helper
We had this code replicated in 3 places across both drivers.

Reviewed-by: Alejandro Piñeiro <apinheiro@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13790>
2021-11-15 11:40:39 +00:00
..
.dir-locals.el
.editorconfig
meson.build vulkan: Move all the common object code to runtime/ 2021-10-29 23:12:32 +00:00
v3dv_bo.c
v3dv_bo.h
v3dv_cl.c
v3dv_cl.h
v3dv_cmd_buffer.c v3d,v3dv: move tile size calculation to a common helper 2021-11-15 11:40:39 +00:00
v3dv_debug.c
v3dv_debug.h
v3dv_descriptor_set.c v3dv: Switch to the new vk_error helpers 2021-10-07 20:51:36 +00:00
v3dv_device.c v3dv: Implement VK_KHR_create_renderpass2 2021-11-02 07:43:31 +00:00
v3dv_formats.c v3d,v3dv: add options to force 32-bit or 16-bit TMU precision 2021-08-11 05:57:10 +00:00
v3dv_image.c vk/format, v3dv: Add a vulkan -> pipe swizzle helper 2021-10-18 16:00:38 +00:00
v3dv_limits.h v3dv: track first and last subpass that use a view index 2021-07-27 07:31:32 +00:00
v3dv_meta_clear.c v3dv: Implement VK_KHR_create_renderpass2 2021-11-02 07:43:31 +00:00
v3dv_meta_common.h v3dv: refactor meta copy/clear code 2021-07-15 12:16:55 +02:00
v3dv_meta_copy.c v3dv: Implement VK_KHR_create_renderpass2 2021-11-02 07:43:31 +00:00
v3dv_pass.c v3d,v3dv: move tile size calculation to a common helper 2021-11-15 11:40:39 +00:00
v3dv_pipeline.c v3dv: don't use a global constant for default pipeline dynamic state 2021-11-12 11:04:07 +00:00
v3dv_pipeline_cache.c v3dv: Switch to the new vk_error helpers 2021-10-07 20:51:36 +00:00
v3dv_private.h v3dv: don't use a global constant for default pipeline dynamic state 2021-11-12 11:04:07 +00:00
v3dv_query.c v3dv: implement VK_EXT_host_query_reset 2021-10-15 05:36:42 +00:00
v3dv_queue.c v3dv: implement VK_EXT_host_query_reset 2021-10-15 05:36:42 +00:00
v3dv_uniforms.c v3dv: make v3dv_image_view derive from vk_image_view 2021-09-02 05:53:39 +00:00
v3dv_wsi.c v3dv: Use vk_instance_get_proc_addr_unchecked for WSI 2021-10-29 23:12:32 +00:00
v3dvx_cmd_buffer.c v3dv: make v3dv_image_view derive from vk_image_view 2021-09-02 05:53:39 +00:00
v3dvx_descriptor_set.c
v3dvx_device.c v3dv: make v3dv_image_view derive from vk_image_view 2021-09-02 05:53:39 +00:00
v3dvx_formats.c v3dv/format: expose properly that some formats are not filterable 2021-07-09 11:37:01 +00:00
v3dvx_image.c v3dv: make v3dv_image_view derive from vk_image_view 2021-09-02 05:53:39 +00:00
v3dvx_meta_common.c v3dv: refactor TFU jobs 2021-10-22 11:05:33 +00:00
v3dvx_pipeline.c v3dv: Implement VK_KHR_create_renderpass2 2021-11-02 07:43:31 +00:00
v3dvx_private.h v3dv: refactor TFU jobs 2021-10-22 11:05:33 +00:00
v3dvx_queue.c v3dv: allow limiting amount of tile state allocated 2021-07-16 09:36:37 +00:00
vk_format_info.h v3dv: Add is_unorm, is_snorm and is_float format functions 2021-08-02 22:55:33 +00:00