Searched refs:gpr_count (Results 1 – 9 of 9) sorted by relevance
/third_party/libffi/src/powerpc/ |
D | ffi_sysv.c | 96 unsigned i, fpr_count = 0, gpr_count = 0, stack_count = 0; in ffi_prep_cif_sysv_core() local 158 gpr_count++; in ffi_prep_cif_sysv_core() 229 if (gpr_count >= NUM_GPR_ARG_REGISTERS - 3) in ffi_prep_cif_sysv_core() 230 gpr_count = NUM_GPR_ARG_REGISTERS; in ffi_prep_cif_sysv_core() 231 if (gpr_count >= NUM_GPR_ARG_REGISTERS) in ffi_prep_cif_sysv_core() 234 gpr_count += 4; in ffi_prep_cif_sysv_core() 247 gpr_count += gpr_count & 1; in ffi_prep_cif_sysv_core() 248 if (gpr_count >= NUM_GPR_ARG_REGISTERS) in ffi_prep_cif_sysv_core() 254 gpr_count += 2; in ffi_prep_cif_sysv_core() 275 if (gpr_count >= NUM_GPR_ARG_REGISTERS) in ffi_prep_cif_sysv_core() [all …]
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.h | 165 unsigned gpr_count; member
|
D | r600_dump.c | 145 PRINT_UINT_ARRAY_ELM(arrays, gpr_count); in print_shader_info()
|
D | r600_shader.c | 113 ps->arrays[n].gpr_count = size; in r600_add_gpr_array()
|
/third_party/alsa-lib/include/sound/uapi/ |
D | emu10k1.h | 361 unsigned short gpr_count; /* GPR containing count of samples between two interrupts (host) */ member
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_shader.cpp | 391 void shader::add_gpr_array(unsigned gpr_start, unsigned gpr_count, in add_gpr_array() argument 397 sel_chan(gpr_start, chan), gpr_count); in add_gpr_array()
|
D | sb_shader.h | 335 void add_gpr_array(unsigned gpr_start, unsigned gpr_count,
|
D | sb_bc_parser.cpp | 135 sh->add_gpr_array(a.gpr_start, a.gpr_count, a.comp_mask); in parse_decls() 147 sh->add_gpr_array(a.gpr_start, a.gpr_count, a.comp_mask); in parse_decls()
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_shader_base.cpp | 1167 shader.arrays[i].gpr_count = m_reg_arrays[i]->size(); in get_array_info()
|