Searched refs:ac_shader_config (Results 1 – 23 of 23) sorted by relevance
/external/mesa3d/src/amd/common/ |
D | ac_binary.h | 37 struct ac_shader_config { struct 55 struct ac_shader_config *conf); argument
|
D | ac_rtld.h | 39 struct ac_shader_config; 118 struct ac_shader_config *config);
|
D | ac_shader_util.h | 97 unsigned ac_get_fs_input_vgpr_cnt(const struct ac_shader_config *config,
|
D | ac_binary.c | 41 struct ac_shader_config *conf) in ac_parse_shader_binary_config()
|
D | ac_shader_util.c | 266 unsigned ac_get_fs_input_vgpr_cnt(const struct ac_shader_config *config, in ac_get_fs_input_vgpr_cnt()
|
D | ac_rtld.c | 512 struct ac_shader_config *config) in ac_rtld_read_config() 523 struct ac_shader_config c = {0}; in ac_rtld_read_config()
|
/external/mesa3d/src/amd/compiler/ |
D | aco_interface.h | 33 struct ac_shader_config;
|
D | aco_instruction_selection.h | 224 ac_shader_config* config,
|
D | aco_ir.h | 1622 ac_shader_config* config; 1717 ac_shader_config *config); 1722 ac_shader_config* config, 1725 ac_shader_config* config, 1728 ac_shader_config* config,
|
D | aco_interface.cpp | 62 ac_shader_config config = {0}; in aco_compile_shader()
|
D | aco_ir.cpp | 63 ac_shader_config *config) in init_program()
|
D | aco_instruction_selection_setup.cpp | 1027 ac_shader_config* config, in setup_isel_context()
|
D | aco_instruction_selection.cpp | 11734 ac_shader_config* config, in select_program() 11857 ac_shader_config* config, in select_gs_copy_shader() 11952 ac_shader_config* config, in select_trap_handler_shader()
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_shader.h | 372 struct ac_shader_config config; 396 struct ac_shader_config config;
|
D | radv_shader.c | 864 const struct ac_shader_config *config_in, in radv_postprocess_config() 867 struct ac_shader_config *config_out) in radv_postprocess_config() 1116 struct ac_shader_config config = {0}; in radv_shader_variant_create() 1530 struct ac_shader_config *conf = &variant->config; in radv_get_max_waves() 1594 struct ac_shader_config *conf = &variant->config; in radv_GetShaderInfoAMD()
|
/external/mesa3d/src/amd/compiler/tests/ |
D | helpers.h | 63 extern ac_shader_config config;
|
D | helpers.cpp | 40 ac_shader_config config;
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader.h | 739 struct ac_shader_config config; 825 struct ac_shader_config config;
|
D | si_compute.c | 94 struct ac_shader_config *out_config) in code_object_to_config() 410 struct ac_shader_config *config) in si_setup_compute_scratch_buffer() 448 struct ac_shader_config inline_config = {0}; in si_switch_compute_shader() 449 struct ac_shader_config *config; in si_switch_compute_shader()
|
D | si_shader_internal.h | 224 struct ac_shader_config *conf, struct ac_llvm_compiler *compiler,
|
D | si_shader_llvm.c | 71 struct ac_shader_config *conf, struct ac_llvm_compiler *compiler, in si_compile_llvm()
|
D | si_shader.c | 970 struct ac_shader_config *conf = &shader->config; in si_calculate_max_simd_waves() 1025 const struct ac_shader_config *conf = &shader->config; in si_shader_dump_stats_for_shader_db() 1043 const struct ac_shader_config *conf = &shader->config; in si_shader_dump_stats()
|
/external/mesa3d/docs/relnotes/ |
D | 19.3.0.rst | 3274 - amd/common: Add num_shared_vgprs to ac_shader_config for GFX10.
|