Searched refs:pos_regid (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_program.c202 uint32_t pos_regid, posz_regid, psize_regid, color_regid[8]; local in function:fd4_program_emit
220 pos_regid = ir3_find_output_regid(s[VS].v, VARYING_SLOT_POS);
221 if (pos_regid == regid(63, 0)) {
226 pos_regid = regid(0, 0);
324 OUT_RING(ring, A4XX_SP_VS_PARAM_REG_POSREGID(pos_regid) |
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_program.c141 uint32_t pos_regid, posz_regid, psize_regid; local in function:fd3_program_emit
198 pos_regid = ir3_find_output_regid(vp, VARYING_SLOT_POS);
272 OUT_RING(ring, A3XX_SP_VS_PARAM_REG_POSREGID(pos_regid) |
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_program.c101 uint32_t pos_regid, posz_regid, psize_regid; local in function:fd3_program_emit
158 pos_regid = ir3_find_output_regid(vp, VARYING_SLOT_POS);
246 OUT_RING(ring, A3XX_SP_VS_PARAM_REG_POSREGID(pos_regid) |
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_program.c158 uint32_t pos_regid, posz_regid, psize_regid, color_regid[8]; local in function:fd4_program_emit
176 pos_regid = ir3_find_output_regid(s[VS].v, VARYING_SLOT_POS);
177 if (pos_regid == regid(63, 0)) {
182 pos_regid = regid(0, 0);
299 OUT_RING(ring, A4XX_SP_VS_PARAM_REG_POSREGID(pos_regid) |
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_program.c324 uint32_t pos_regid, psize_regid, color_regid[8]; local in function:fd5_program_emit
335 pos_regid = ir3_find_output_regid(s[VS].v, VARYING_SLOT_POS);
470 if (pos_regid != regid(63,0))
471 ir3_link_add(&l, pos_regid, 0xf, l.max_loc);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_program.c307 uint32_t pos_regid, psize_regid, color_regid[8], posz_regid; local in function:setup_stateobj
322 pos_regid = ir3_find_output_regid(s[VS].v, VARYING_SLOT_POS);
448 if (VALIDREG(pos_regid))
449 ir3_link_add(&l, pos_regid, 0xf, l.max_loc);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_program.c241 uint32_t pos_regid, psize_regid, color_regid[8]; local in function:fd5_program_emit
261 pos_regid = ir3_find_output_regid(s[VS].v, VARYING_SLOT_POS);
413 if (VALIDREG(pos_regid))
414 ir3_link_add(&l, pos_regid, 0xf, l.max_loc);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_program.c358 uint32_t pos_regid, psize_regid, color_regid[8], posz_regid; local in function:setup_stateobj
391 pos_regid = ir3_find_output_regid(vs, VARYING_SLOT_POS);
417 pos_regid = ir3_find_output_regid(ds, VARYING_SLOT_POS);
434 pos_regid = ir3_find_output_regid(gs, VARYING_SLOT_POS);
570 if (VALIDREG(pos_regid)) {
572 ir3_link_add(&l, pos_regid, 0xf, l.max_loc);

Completed in 10 milliseconds