Searched refs:gpr_start (Results 1 - 7 of 7) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_shader.h | 162 unsigned gpr_start; member
|
H A D | r600_dump.c | 139 PRINT_UINT_ARRAY_ELM(arrays, gpr_start); in print_shader_info()
|
H A D | r600_shader.c | 112 ps->arrays[n].gpr_start = start_gpr; in r600_add_gpr_array()
|
/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 | 948 sh_info->arrays->gpr_start = arr->sel();
|
Completed in 19 milliseconds