Searched refs:gpr_count (Results 1 - 8 of 8) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_shader.h | 163 unsigned gpr_count; member
|
H A D | r600_dump.c | 140 PRINT_UINT_ARRAY_ELM(arrays, gpr_count); in print_shader_info()
|
H A D | r600_shader.c | 113 ps->arrays[n].gpr_count = size; in r600_add_gpr_array()
|
/third_party/alsa-lib/include/sound/uapi/ |
H A 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/ |
H A D | sb_shader.h | 335 void add_gpr_array(unsigned gpr_start, unsigned gpr_count,
|
H A 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()
|
H A 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/ |
H A D | sfn_valuefactory.cpp | 949 sh_info->arrays->gpr_count = arr->size();
|
Completed in 19 milliseconds