Searched refs:keep_statistic_info (Results 1 - 4 of 4) sorted by relevance
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_shader.h | 574 int shader_count, const struct radv_pipeline_key *key, bool keep_shader_info, bool keep_statistic_info, 588 bool keep_shader_info, bool keep_statistic_info,
|
H A D | radv_shader.c | 2199 bool trap_handler_shader, bool keep_shader_info, bool keep_statistic_info, 2217 options->record_stats = keep_statistic_info; 2274 bool keep_statistic_info, struct radv_shader_binary **binary_out) 2287 keep_statistic_info, binary_out); 2294 bool keep_statistic_info, bool disable_optimizations) 2302 keep_shader_info, keep_statistic_info, binary_out); 2196 shader_compile(struct radv_device *device, struct nir_shader *const *shaders, int shader_count, gl_shader_stage stage, struct radv_shader_info *info, const struct radv_shader_args *args, struct radv_nir_compiler_options *options, bool gs_copy_shader, bool trap_handler_shader, bool keep_shader_info, bool keep_statistic_info, struct radv_shader_binary **binary_out) global() argument 2271 radv_shader_nir_to_asm(struct radv_device *device, struct radv_pipeline_stage *pl_stage, struct nir_shader *const *shaders, int shader_count, const struct radv_pipeline_key *key, bool keep_shader_info, bool keep_statistic_info, struct radv_shader_binary **binary_out) global() argument 2291 radv_create_gs_copy_shader(struct radv_device *device, struct nir_shader *shader, struct radv_shader_info *info, const struct radv_shader_args *args, struct radv_shader_binary **binary_out, bool keep_shader_info, bool keep_statistic_info, bool disable_optimizations) global() argument
|
H A D | radv_pipeline.c | 4479 bool keep_executable_info, bool keep_statistic_info, in radv_pipeline_create_gs_copy_shader() 4503 gs_copy_binary, keep_executable_info, keep_statistic_info, in radv_pipeline_create_gs_copy_shader() 4511 bool keep_executable_info, bool keep_statistic_info, in radv_pipeline_nir_to_asm() 4530 keep_executable_info, keep_statistic_info, in radv_pipeline_nir_to_asm() 4561 keep_statistic_info, &binaries[s]); in radv_pipeline_nir_to_asm() 4590 bool keep_statistic_info = (flags & VK_PIPELINE_CREATE_CAPTURE_STATISTICS_BIT_KHR) || in radv_create_shaders() local 4634 radv_get_hash_flags(device, keep_statistic_info)); in radv_create_shaders() 4946 keep_statistic_info, *last_vgt_api_stage, binaries, &gs_copy_binary); in radv_create_shaders() 4475 radv_pipeline_create_gs_copy_shader(struct radv_pipeline *pipeline, struct radv_pipeline_stage *stages, const struct radv_pipeline_key *pipeline_key, const struct radv_pipeline_layout *pipeline_layout, bool keep_executable_info, bool keep_statistic_info, struct radv_shader_binary **gs_copy_binary) radv_pipeline_create_gs_copy_shader() argument 4508 radv_pipeline_nir_to_asm(struct radv_pipeline *pipeline, struct radv_pipeline_stage *stages, const struct radv_pipeline_key *pipeline_key, const struct radv_pipeline_layout *pipeline_layout, bool keep_executable_info, bool keep_statistic_info, gl_shader_stage last_vgt_api_stage, struct radv_shader_binary **binaries, struct radv_shader_binary **gs_copy_binary) radv_pipeline_nir_to_asm() argument
|
H A D | radv_pipeline_rt.c | 1827 bool keep_statistic_info = in radv_rt_pipeline_create() local 1841 radv_hash_rt_shaders(hash, &local_create_info, radv_get_hash_flags(device, keep_statistic_info)); in radv_rt_pipeline_create()
|
Completed in 21 milliseconds