Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/vulkan/
Dradv_pipeline_compute.c92 … bool keep_executable_info, bool keep_statistic_info, bool is_internal, bool skip_shaders_cache, in radv_compile_cs()
184 …bool keep_statistic_info = radv_pipeline_capture_shader_stats(device, pipeline->base.create_flags); in radv_compute_pipeline_compile() local
Dradv_pipeline_graphics.c2235 … bool keep_executable_info, bool keep_statistic_info, bool skip_shaders_cache, in radv_create_gs_copy_shader()
2313 … bool keep_executable_info, bool keep_statistic_info, bool skip_shaders_cache, in radv_graphics_shaders_nir_to_asm()
2590 bool keep_executable_info, bool keep_statistic_info, bool is_internal, in radv_graphics_shaders_compile()
2938 …bool keep_statistic_info = radv_pipeline_capture_shader_stats(device, pipeline->base.create_flags); in radv_graphics_pipeline_compile() local
Dradv_pipeline_rt.c371 …bool keep_statistic_info = radv_pipeline_capture_shader_stats(device, pipeline->base.base.create_f… in radv_rt_nir_to_asm() local
Dradv_shader.c3010 … bool can_dump_shader, bool keep_shader_info, bool keep_statistic_info) in radv_fill_nir_compiler_options()
3091 … const struct radv_graphics_state_key *gfx_state, bool keep_shader_info, bool keep_statistic_info)
Dradv_shader.h81 uint8_t keep_statistic_info : 1; member