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

/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
200 psize_regid = ir3_find_output_regid(vp, VARYING_SLOT_PSIZ);
273 A3XX_SP_VS_PARAM_REG_PSIZEREGID(psize_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
160 psize_regid = ir3_find_output_regid(vp, VARYING_SLOT_PSIZ);
247 A3XX_SP_VS_PARAM_REG_PSIZEREGID(psize_regid) |
/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
392 psize_regid = ir3_find_output_regid(vs, VARYING_SLOT_PSIZ);
418 psize_regid = ir3_find_output_regid(ds, VARYING_SLOT_PSIZ);
435 psize_regid = ir3_find_output_regid(gs, VARYING_SLOT_PSIZ);
575 if (VALIDREG(psize_regid)) {
577 ir3_link_add(&l, psize_regid, 0x1, l.max_loc);
764 CONDREG(psize_regid, A6XX_PC_DS_OUT_CNTL_PSIZE) |
788 CONDREG(psize_regid, A6XX_PC_VS_OUT_CNTL_PSIZE) |
955 CONDREG(psize_regid, A6XX_PC_GS_OUT_CNTL_PSIZE) |
/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
323 psize_regid = ir3_find_output_regid(s[VS].v, VARYING_SLOT_PSIZ);
451 if (VALIDREG(psize_regid)) {
453 ir3_link_add(&l, psize_regid, 0x1, l.max_loc);
513 CONDREG(psize_regid, 0x100));
/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
229 psize_regid = ir3_find_output_regid(s[VS].v, VARYING_SLOT_PSIZ);
325 A4XX_SP_VS_PARAM_REG_PSIZEREGID(psize_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
336 psize_regid = ir3_find_output_regid(s[VS].v, VARYING_SLOT_PSIZ);
473 if (psize_regid != regid(63,0)) {
475 ir3_link_add(&l, psize_regid, 0x1, 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
262 psize_regid = ir3_find_output_regid(s[VS].v, VARYING_SLOT_PSIZ);
416 if (VALIDREG(psize_regid)) {
418 ir3_link_add(&l, psize_regid, 0x1, l.max_loc);
/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
185 psize_regid = ir3_find_output_regid(s[VS].v, VARYING_SLOT_PSIZ);
300 A4XX_SP_VS_PARAM_REG_PSIZEREGID(psize_regid) |

Completed in 11 milliseconds