Home | History | Annotate | Download | only in i965

Lines Matching refs:PROGRAM_OUTPUT

110       if (inst->DstReg.File == PROGRAM_OUTPUT &&
334 assert(vert_result < Elements(c->regs[PROGRAM_OUTPUT]));
336 c->regs[PROGRAM_OUTPUT][vert_result] = brw_message_reg(slot + 1);
338 c->regs[PROGRAM_OUTPUT][vert_result] = brw_vec8_grf(reg, 0);
1137 case PROGRAM_OUTPUT:
1302 case PROGRAM_OUTPUT:
1387 case PROGRAM_OUTPUT:
1518 struct brw_reg pos = c->regs[PROGRAM_OUTPUT][VERT_RESULT_HPOS];
1528 get_reg(c, PROGRAM_OUTPUT, VERT_RESULT_EDGE),
1553 brw_swizzle1(c->regs[PROGRAM_OUTPUT][VERT_RESULT_PSIZ], 0));
1579 struct brw_reg psiz = c->regs[PROGRAM_OUTPUT][VERT_RESULT_PSIZ];
1677 if (c->regs[PROGRAM_OUTPUT][vert_result].file ==
1680 c->regs[PROGRAM_OUTPUT][vert_result]);
1715 c->regs[PROGRAM_OUTPUT][vert_result]);
1863 if (file == PROGRAM_OUTPUT && index != VERT_RESULT_HPOS)
1892 if (file == PROGRAM_OUTPUT && c->output_regs[index].used_in_src) {
1917 if (file == PROGRAM_OUTPUT && c->output_regs[index].used_in_src)
2123 if ((inst->DstReg.File == PROGRAM_OUTPUT)
2141 if (inst->DstReg.File == PROGRAM_OUTPUT &&
2153 inst->DstReg.File == PROGRAM_OUTPUT);