Home
last modified time | relevance | path

Searched refs:ac_shader_config (Results 1 – 23 of 23) sorted by relevance

/external/mesa3d/src/amd/common/
Dac_binary.h37 struct ac_shader_config { struct
55 struct ac_shader_config *conf); argument
Dac_rtld.h39 struct ac_shader_config;
118 struct ac_shader_config *config);
Dac_shader_util.h97 unsigned ac_get_fs_input_vgpr_cnt(const struct ac_shader_config *config,
Dac_binary.c41 struct ac_shader_config *conf) in ac_parse_shader_binary_config()
Dac_shader_util.c266 unsigned ac_get_fs_input_vgpr_cnt(const struct ac_shader_config *config, in ac_get_fs_input_vgpr_cnt()
Dac_rtld.c512 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/
Daco_interface.h33 struct ac_shader_config;
Daco_instruction_selection.h224 ac_shader_config* config,
Daco_ir.h1622 ac_shader_config* config;
1717 ac_shader_config *config);
1722 ac_shader_config* config,
1725 ac_shader_config* config,
1728 ac_shader_config* config,
Daco_interface.cpp62 ac_shader_config config = {0}; in aco_compile_shader()
Daco_ir.cpp63 ac_shader_config *config) in init_program()
Daco_instruction_selection_setup.cpp1027 ac_shader_config* config, in setup_isel_context()
Daco_instruction_selection.cpp11734 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/
Dradv_shader.h372 struct ac_shader_config config;
396 struct ac_shader_config config;
Dradv_shader.c864 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/
Dhelpers.h63 extern ac_shader_config config;
Dhelpers.cpp40 ac_shader_config config;
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.h739 struct ac_shader_config config;
825 struct ac_shader_config config;
Dsi_compute.c94 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()
Dsi_shader_internal.h224 struct ac_shader_config *conf, struct ac_llvm_compiler *compiler,
Dsi_shader_llvm.c71 struct ac_shader_config *conf, struct ac_llvm_compiler *compiler, in si_compile_llvm()
Dsi_shader.c970 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/
D19.3.0.rst3274 - amd/common: Add num_shared_vgprs to ac_shader_config for GFX10.