Searched defs:num_sgprs (Results 1 - 18 of 18) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/common/
H A Dac_binary.h38 unsigned num_sgprs; member in struct:ac_shader_config
/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Dac_binary.h73 unsigned num_sgprs; member in struct:ac_shader_config
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_shader_args.c34 set_loc(struct radv_userdata_info *ud_info, uint8_t *sgpr_idx, uint8_t num_sgprs) argument
42 set_loc_shader(struct radv_shader_args *args, int idx, uint8_t *sgpr_idx, uint8_t num_sgprs) argument
H A Dradv_shader.c1337 unsigned num_sgprs = MAX2(config_in->num_sgprs, info->num_input_sgprs + 3); local in function:radv_postprocess_config
H A Dradv_shader.h180 uint8_t num_sgprs; member in struct:radv_userdata_info
428 uint8_t num_sgprs; member in struct:radv_prolog_binary
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_validate.cpp320 unsigned num_sgprs = 0; local in function:aco::validate_ir
H A Daco_optimizer.cpp666 unsigned num_sgprs = 0; local in function:aco::check_vop3_operands
1810 unsigned num_sgprs = (op[0].type() == RegType::sgpr) + (op[1].type() == RegType::sgpr); local in function:aco::combine_ordering_test
2726 unsigned num_sgprs = !!sgpr_ids[0] + !!sgpr_ids[1]; local in function:aco::apply_sgprs
3900 unsigned num_sgprs = !!sgpr_ids[0] + !!sgpr_ids[1]; local in function:aco::select_instruction
[all...]
H A Daco_instruction_selection.cpp11983 unsigned num_sgprs = 0; local in function:aco::select_vs_prolog
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm_gs.c554 unsigned num_sgprs, num_vgprs; local in function:si_llvm_build_gs_prolog
[all...]
H A Dsi_compute.c157 unsigned num_sgprs = sel->info.base.image_buffers & (1 << i) ? 4 : 8; local in function:si_create_compute_state_async
H A Dsi_shader.c723 unsigned num_sgprs = shader->selector->info.base.image_buffers & (1 << i) ? 4 : 8; local in function:si_init_shader_args
[all...]
H A Dsi_shader_llvm.c534 unsigned num_sgprs, num_vgprs; local in function:si_build_wrapper_function
H A Dsi_descriptors.c2182 unsigned num_sgprs = 8; local in function:si_emit_compute_shader_pointers
H A Dsi_state_draw.cpp1899 unsigned num_sgprs = MIN2(count, num_vbos_in_user_sgprs) * 4; local in function:si_upload_and_prefetch_VB_descriptors
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_shader.h230 uint8_t num_sgprs; member in struct:radv_userdata_info
H A Dradv_nir_to_llvm.c549 set_loc(struct radv_userdata_info * ud_info,uint8_t * sgpr_idx,uint8_t num_sgprs) argument
558 set_loc_shader(struct radv_shader_context * ctx,int idx,uint8_t * sgpr_idx,uint8_t num_sgprs) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader.h563 unsigned num_sgprs; member in struct:si_shader_config
H A Dsi_shader.c6299 unsigned num_sgprs, num_vgprs; local in function:si_build_gs_prolog_function
6438 unsigned num_sgprs, num_vgprs; local in function:si_build_wrapper_function
[all...]

Completed in 77 milliseconds