Searched refs:keep_statistic_info (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/amd/vulkan/ |
D | radv_shader.h | 462 bool keep_shader_info, bool keep_statistic_info, 471 bool keep_statistic_info,
|
D | radv_shader.c | 1285 bool keep_statistic_info, in shader_variant_compile() argument 1302 options->record_stats = keep_statistic_info; in shader_variant_compile() 1384 bool keep_shader_info, bool keep_statistic_info, in radv_shader_variant_compile() argument 1401 keep_shader_info, keep_statistic_info, binary_out); in radv_shader_variant_compile() 1409 bool keep_shader_info, bool keep_statistic_info, in radv_create_gs_copy_shader() argument 1421 keep_shader_info, keep_statistic_info, binary_out); in radv_create_gs_copy_shader()
|
D | radv_pipeline.c | 3056 bool keep_statistic_info = (flags & VK_PIPELINE_CREATE_CAPTURE_STATISTICS_BIT_KHR) || in radv_create_shaders() local 3080 if (modules[MESA_SHADER_GEOMETRY] && !keep_executable_info && !keep_statistic_info) { in radv_create_shaders() 3087 if (!keep_executable_info && !keep_statistic_info && in radv_create_shaders() 3318 &gs_copy_binary, keep_executable_info, keep_statistic_info, in radv_create_shaders() 3323 if (!keep_executable_info && !keep_statistic_info && pipeline->gs_copy_shader) { in radv_create_shaders() 3346 keep_executable_info, keep_statistic_info, in radv_create_shaders() 3365 keep_statistic_info, in radv_create_shaders() 3385 keep_statistic_info, in radv_create_shaders() 3405 keep_statistic_info, in radv_create_shaders() 3413 if (!keep_executable_info && !keep_statistic_info) { in radv_create_shaders()
|
/external/mesa3d/docs/relnotes/ |
D | 20.2.0.rst | 3817 - radv: set keep_statistic_info with RADV_DEBUG=shaderstats
|