mesa/src/vulkan/runtime
Konstantin Seurer 2eaf997574 vulkan: Add helpers for creating bvh build pipelines/layouts
This should make it easier for drivers to use the meta framework for
managing encode/update pipelines.

Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34594>
2025-05-09 09:55:32 +00:00
..
bvh vulkan: Introduce VK_BUILD_FLAG for specializing BVH build shaders 2025-05-09 09:55:32 +00:00
radix_sort vulkan/radix_sort: Stop force-unrolling loops 2025-02-15 09:55:52 +00:00
rmv vulkan/rmv: Correctly set heap size 2024-11-14 09:11:25 +00:00
meson.build vulkan/runtime,radv: Add shared BVH building framework 2024-12-01 16:08:06 +00:00
vk_acceleration_structure.c vulkan: Add helpers for creating bvh build pipelines/layouts 2025-05-09 09:55:32 +00:00
vk_acceleration_structure.h vulkan: Add helpers for creating bvh build pipelines/layouts 2025-05-09 09:55:32 +00:00
vk_android.c vulkan: Add BGRA format support 2025-02-13 16:10:57 +00:00
vk_android.h vulkan/android: Add helper to probe AHB support 2024-05-14 14:53:44 +00:00
vk_blend.c treewide: Stop putting enum in front of Vulkan enum types 2024-12-02 17:22:49 +00:00
vk_blend.h vulkan: Add helpers for blend enum translation 2023-07-13 21:03:32 +00:00
vk_buffer.c vulkan: Add device address helpers to vk_buffer 2025-03-06 09:46:00 +00:00
vk_buffer.h vulkan: Relax bda assert for zero-size buffers 2025-03-12 01:09:54 +00:00
vk_buffer_view.c vulkan: add init/finish helpers for vk_buffer_view 2023-08-08 10:24:54 +00:00
vk_buffer_view.h vulkan: add init/finish helpers for vk_buffer_view 2023-08-08 10:24:54 +00:00
vk_cmd_copy.c vk/runtime: update symbols that have become aliases for newer ones 2023-12-04 23:27:29 +00:00
vk_cmd_enqueue.c vulkan: Update XML and headers to 1.4.303 2024-12-02 17:22:49 +00:00
vk_command_buffer.c vulkan: don't leak debug utils label name 2025-02-19 11:03:39 +00:00
vk_command_buffer.h vulkan/runtime: introduce vk_meta_object_list 2024-07-25 19:14:31 +00:00
vk_command_pool.c vulkan/runtime: return same cmdbuf level from the command pool freelist 2024-11-08 17:20:43 +00:00
vk_command_pool.h vulkan/runtime: return same cmdbuf level from the command pool freelist 2024-11-08 17:20:43 +00:00
vk_debug_report.c vulkan: use instance allocator for object_name in some objects 2023-11-10 20:57:19 +00:00
vk_debug_report.h vulkan: Move all the common object code to runtime/ 2021-10-29 23:12:32 +00:00
vk_debug_utils.c vulkan/runtime: Add object type to DMR API 2025-03-04 15:24:39 +00:00
vk_debug_utils.h vulkan/runtime: Add object type to DMR API 2025-03-04 15:24:39 +00:00
vk_deferred_operation.c vulkan: Move all the common object code to runtime/ 2021-10-29 23:12:32 +00:00
vk_deferred_operation.h vulkan: Move all the common object code to runtime/ 2021-10-29 23:12:32 +00:00
vk_descriptor_set_layout.c vulkan/runtime: store flags on descriptor set layouts 2025-02-27 13:26:58 +02:00
vk_descriptor_set_layout.h vulkan/runtime: track dynamics descriptor in a set layout 2025-05-08 11:22:55 +00:00
vk_descriptor_update_template.c vulkan: reference count vk_descriptor_update_template 2024-06-20 16:43:55 +00:00
vk_descriptor_update_template.h vulkan: reference count vk_descriptor_update_template 2024-06-20 16:43:55 +00:00
vk_descriptors.c tu,vulkan: Add common Get*OpaqueCaptureDescriptorDataEXT 2023-02-13 07:43:11 +00:00
vk_descriptors.h vulkan: prefer vulkan_core.h over vulkan.h 2023-02-15 18:35:14 +00:00
vk_device.c vulkan: Use syncobj shim 2025-04-08 15:38:39 +00:00
vk_device.h vulkan: Use syncobj shim 2025-04-08 15:38:39 +00:00
vk_device_generated_commands.c runtime: sort push constant layouts 2025-02-17 18:39:53 +00:00
vk_device_generated_commands.h vk/runtime: add EXT DGC layout handling 2024-09-27 18:41:41 +00:00
vk_device_memory.c mesa/vulkan: use DETECT_OS_ANDROID 2024-01-18 18:45:40 +00:00
vk_device_memory.h vulkan: Add a vk_device_memory base struct 2023-03-31 14:57:03 +00:00
vk_drm_syncobj.c vulkan: Use syncobj shim 2025-04-08 15:38:39 +00:00
vk_drm_syncobj.h vulkan: Use syncobj shim 2025-04-08 15:38:39 +00:00
vk_fence.c vulkan: Add CPU tracing for vkWaitForFences. 2023-08-19 23:10:37 +02:00
vk_fence.h vulkan: Replace _Alignas with alignas 2022-11-10 05:04:12 +00:00
vk_format_info_gen.py util,vulkan,mesa,compiler: Generate source files with utf8 encoding from mako template 2023-12-07 12:41:07 +00:00
vk_framebuffer.c vulkan/runtime: use updated tokens from vk.xml 2022-07-12 15:53:11 +00:00
vk_framebuffer.h vulkan: Fix a comment 2022-06-29 20:31:57 +00:00
vk_graphics_state.c vulkan/state: Fix default input attachment map values 2025-04-10 13:17:53 +00:00
vk_graphics_state.h vulkan: rename depth bias graphics states 2024-12-06 13:48:26 -05:00
vk_image.c vk/image: Add vk_image_can_be_aliased_to_yuv_plane() helper 2025-02-15 05:39:33 +00:00
vk_image.h vk/image: Add vk_image_can_be_aliased_to_yuv_plane() helper 2025-02-15 05:39:33 +00:00
vk_instance.c vulkan: Add utilities for triggering renderdoc captures 2025-02-28 12:40:43 +01:00
vk_instance.h vulkan: Add utilities for triggering renderdoc captures 2025-02-28 12:40:43 +01:00
vk_limits.h vulkan: Add generic graphics and compute VkPipeline implementations 2024-02-27 22:17:09 +00:00
vk_log.c vulkan: Add a comment explainint SEVERITY_WARNING_BIT for vk_error*() 2024-10-01 00:48:36 +00:00
vk_log.h vulkan: add vk_debug_ignored_stype helper 2024-05-10 18:49:38 +00:00
vk_meta.c vulkan/meta: Use vk_buffer.device_address directly 2025-03-06 09:46:01 +00:00
vk_meta.h vulkan: Add helpers for creating bvh build pipelines/layouts 2025-05-09 09:55:32 +00:00
vk_meta_blit_resolve.c vk/meta: generalize 3D blit code 2025-04-08 19:04:47 +00:00
vk_meta_clear.c vulkan/meta: Stop using strings for meta keys 2025-02-03 16:03:49 +01:00
vk_meta_copy_fill_update.c vk/meta: Extend copy/fill/update helpers to support YCbCr 2025-02-08 07:48:40 +00:00
vk_meta_draw_rects.c vulkan/runtime: implementaiton -> implementation 2024-06-26 12:31:00 +00:00
vk_meta_object_list.c vk/meta: Support VkShaderExt objects to allow tracking internal shaders 2024-10-03 09:53:34 +00:00
vk_meta_object_list.h vulkan/runtime: introduce vk_meta_object_list 2024-07-25 19:14:31 +00:00
vk_meta_private.h vk/meta: Make some helpers public 2024-10-03 09:53:34 +00:00
vk_nir.c vulkan/runtime: Don't use deprecated NIR_PASS_V macro. 2025-02-22 08:54:23 +01:00
vk_nir.h vk: Don't include full nir.h in headers. 2025-02-12 22:33:07 +01:00
vk_nir_convert_ycbcr.c vk: Don't include full nir.h in headers. 2025-02-12 22:33:07 +01:00
vk_nir_convert_ycbcr.h vk: Don't include full nir.h in headers. 2025-02-12 22:33:07 +01:00
vk_object.c vulkan: reduce struct vk_object_base by 8 bytes 2024-04-15 22:12:52 +00:00
vk_object.h anv: Implement VK_EXT_device_memory_report 2025-03-04 15:24:39 +00:00
vk_physical_device.c vulkan: add common GetPhysicalDeviceCalibrateableTimeDomainsKHR 2025-01-07 03:39:28 +00:00
vk_physical_device.h vulkan: Set SPIR-V caps from supported features 2024-05-09 01:14:23 +00:00
vk_pipeline.c vulkan/runtime: add a multialloc variant for pipeline create 2025-05-08 11:22:55 +00:00
vk_pipeline.h vulkan/runtime: add a multialloc variant for pipeline create 2025-05-08 11:22:55 +00:00
vk_pipeline_cache.c vulkan/runtime: allow to use a different disk cache 2025-02-05 16:30:27 +00:00
vk_pipeline_cache.h vulkan/runtime: allow to use a different disk cache 2025-02-05 16:30:27 +00:00
vk_pipeline_layout.c vulkan/runtime: track dynamics descriptor in a set layout 2025-05-08 11:22:55 +00:00
vk_pipeline_layout.h vulkan/runtime: track dynamics descriptor in a set layout 2025-05-08 11:22:55 +00:00
vk_query_pool.c vulkan: Add init/finish helpers for vk_query_pool 2023-08-01 19:17:05 +00:00
vk_query_pool.h vulkan: Add init/finish helpers for vk_query_pool 2023-08-01 19:17:05 +00:00
vk_queue.c vulkan: don't leak debug utils label name 2025-02-19 11:03:39 +00:00
vk_queue.h vulkan/queue: Use a builder pattern for vk_queue_submit 2024-10-03 22:11:39 +00:00
vk_render_pass.c vk/pass: Add input attachment location info 2025-04-10 13:17:53 +00:00
vk_render_pass.h vk/pass: Add input attachment location info 2025-04-10 13:17:53 +00:00
vk_sampler.c vk/sampler: split out sampler init from create 2025-01-15 16:12:27 +00:00
vk_sampler.h vk/sampler: split out sampler init from create 2025-01-15 16:12:27 +00:00
vk_semaphore.c vulkan: Add trace points for more Vulkan waiting functions. 2023-08-29 00:27:33 +00:00
vk_semaphore.h vulkan: Replace _Alignas with alignas 2022-11-10 05:04:12 +00:00
vk_shader.c vulkan/runtime: add a multialloc vk_shader allocator 2025-02-27 10:01:17 +02:00
vk_shader.h vulkan/runtime: add a multialloc vk_shader allocator 2025-02-27 10:01:17 +02:00
vk_shader_module.c dzn: Use vk_pipeline_shader_stage_to_nir() 2024-08-29 03:30:31 +00:00
vk_shader_module.h dzn: Use vk_pipeline_shader_stage_to_nir() 2024-08-29 03:30:31 +00:00
vk_standard_sample_locations.c vulkan: Add data structures to store all graphics state 2022-07-19 19:19:33 +00:00
vk_standard_sample_locations.h vulkan: Add standard sample locations 2022-07-19 19:19:33 +00:00
vk_sync.c vulkan: Win32 sync import/export support 2023-05-15 17:14:20 +00:00
vk_sync.h vulkan: Win32 sync import/export support 2023-05-15 17:14:20 +00:00
vk_sync_binary.c vulkan: don't zero-initialize STACK_ARRAY()'s stack array 2024-04-08 17:23:25 +00:00
vk_sync_binary.h vulkan: Add an emulated binary vk_sync type 2021-11-16 10:54:27 -06:00
vk_sync_dummy.c vulkan: Add a dummy sync type 2021-11-16 10:54:27 -06:00
vk_sync_dummy.h vulkan: Add a dummy sync type 2021-11-16 10:54:27 -06:00
vk_sync_timeline.c vulkan: Use u_cnd_monotonic for vk_sync_timeline 2024-07-08 22:09:06 +00:00
vk_sync_timeline.h vulkan: Use u_cnd_monotonic for vk_sync_timeline 2024-07-08 22:09:06 +00:00
vk_synchronization.c vk/sync: Fix execution only barriers 2025-04-10 15:28:22 +00:00
vk_synchronization.h vulkan: Add vk_expand_(dst|src)_access_flags2 2024-06-28 10:41:49 +00:00
vk_texcompress_astc.c vulkan: add descriptor buffer support to compute astc decoder 2025-02-17 15:03:43 +01:00
vk_texcompress_astc.h vulkan: add descriptor buffer support to compute astc decoder 2025-02-17 15:03:43 +01:00
vk_texcompress_etc2.c vulkan/runtime: fix a harmless typo for ETC2 emulation 2023-10-06 00:55:18 +00:00
vk_texcompress_etc2.h vulkan/runtime, radv: remove 1D support from ETC2 emulation 2023-10-06 00:55:18 +00:00
vk_video.c vulkan/video: Fix wrong parsing for H265 decoding 2025-05-06 04:24:22 +00:00
vk_video.h vulkan: Add default scaling lists for H265 2025-04-04 07:23:48 +00:00
vk_ycbcr_conversion.c vulkan,nir: Refactor ycbcr conversion state into a struct 2023-02-06 18:36:29 +00:00
vk_ycbcr_conversion.h vulkan,nir: Refactor ycbcr conversion state into a struct 2023-02-06 18:36:29 +00:00