Home
last modified time | relevance | path

Searched refs:radv_ray_tracing_binary_header (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/mesa3d/src/amd/vulkan/
H A Dradv_pipeline_rt.h124 struct radv_ray_tracing_binary_header { struct
H A Dradv_pipeline_rt.c294 const struct radv_ray_tracing_binary_header *header = in radv_init_rt_stage_hashes()
295 (const struct radv_ray_tracing_binary_header *)blob_read_bytes(&blob, sizeof(*header)); in radv_init_rt_stage_hashes()
1026 const struct radv_ray_tracing_binary_header *header = in radv_ray_tracing_pipeline_import_binary()
1027 (const struct radv_ray_tracing_binary_header *)blob_read_bytes(&blob, sizeof(*header)); in radv_ray_tracing_pipeline_import_binary()
H A Dradv_pipeline_binary.c208 struct radv_ray_tracing_binary_header header = { in radv_create_pipeline_binary_from_rt_shader()