Home
last modified time | relevance | path

Searched defs:keep_statistic_info (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/mesa3d/src/amd/vulkan/
H A Dradv_pipeline_compute.c92 bool keep_executable_info, bool keep_statistic_info, bool is_internal, in radv_compile_cs()
175 …bool keep_statistic_info = radv_pipeline_capture_shader_stats(device, pipeline->base.create_flags); in radv_compute_pipeline_compile() local
H A Dradv_pipeline_graphics.c2244 bool keep_executable_info, bool keep_statistic_info, in radv_create_gs_copy_shader()
2312 bool keep_executable_info, bool keep_statistic_info, in radv_graphics_shaders_nir_to_asm()
2574 bool keep_executable_info, bool keep_statistic_info, bool is_internal, in radv_graphics_shaders_compile()
2888 …bool keep_statistic_info = radv_pipeline_capture_shader_stats(device, pipeline->base.create_flags); in radv_graphics_pipeline_compile() local
H A Dradv_shader.c2879 bool keep_statistic_info) in radv_fill_nir_compiler_options()
2998 … const struct radv_graphics_state_key *gfx_state, bool keep_shader_info, bool keep_statistic_info)
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() local
H A Dradv_shader.h81 uint8_t keep_statistic_info : 1; member