Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/vulkan/
Dradv_pipeline_rt.h124 struct radv_ray_tracing_binary_header { struct
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()
1033 const struct radv_ray_tracing_binary_header *header = in radv_ray_tracing_pipeline_import_binary()
1034 (const struct radv_ray_tracing_binary_header *)blob_read_bytes(&blob, sizeof(*header)); in radv_ray_tracing_pipeline_import_binary()
Dradv_pipeline_binary.c215 struct radv_ray_tracing_binary_header header = { in radv_create_pipeline_binary_from_rt_shader()