Home | History | Annotate | Download | only in program

Lines Matching refs:projector

1972    src_reg result_src, coord, lod_info, projector, dx, dy;
1991 if (ir->projector) {
1992 ir->projector->accept(this);
1993 projector = this->result;
2030 if (ir->projector) {
2032 /* Slot the projector in as the last component of the coord. */
2034 emit(ir, OPCODE_MOV, coord_dst, projector);
2046 emit(ir, OPCODE_RCP, coord_dst, projector);
2083 if (ir->shadow_comparitor && (!ir->projector || opcode == OPCODE_TXP)) {