Home
last modified time | relevance | path

Searched refs:radv_pipeline_capture_shader_stats (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/mesa3d/src/amd/vulkan/
H A Dradv_pipeline.h77 bool radv_pipeline_capture_shader_stats(const struct radv_device *device, VkPipelineCreateFlags2KHR…
H A Dradv_pipeline_compute.c175 …bool keep_statistic_info = radv_pipeline_capture_shader_stats(device, pipeline->base.create_flags); in radv_compute_pipeline_compile()
H A Dradv_pipeline.c62 radv_pipeline_capture_shader_stats(const struct radv_device *device, VkPipelineCreateFlags2KHR flag… in radv_pipeline_capture_shader_stats() function
130 key.keep_statistic_info = radv_pipeline_capture_shader_stats(device, flags); in radv_pipeline_get_shader_key()
H A Dradv_pipeline_rt.c370 …bool keep_statistic_info = radv_pipeline_capture_shader_stats(device, pipeline->base.base.create_f… in radv_rt_nir_to_asm()
H A Dradv_pipeline_graphics.c2888 …bool keep_statistic_info = radv_pipeline_capture_shader_stats(device, pipeline->base.create_flags); in radv_graphics_pipeline_compile()