Lines Matching refs:dstReg
458 const GLuint swizzle = inst->DstReg.CondSwizzle;
459 const GLuint condMask = inst->DstReg.CondMask;
481 const struct prog_dst_register *dstReg = &(inst->DstReg);
483 GLuint writeMask = dstReg->WriteMask;
485 GLfloat *dst = get_dst_register_pointer(dstReg, machine);
503 if (dstReg->CondMask != COND_TR) {
506 if (!test_cc(machine->CondCodes[GET_SWZ(dstReg->CondSwizzle, 0)],
507 dstReg->CondMask))
511 if (!test_cc(machine->CondCodes[GET_SWZ(dstReg->CondSwizzle, 1)],
512 dstReg->CondMask))
516 if (!test_cc(machine->CondCodes[GET_SWZ(dstReg->CondSwizzle, 2)],
517 dstReg->CondMask))
521 if (!test_cc(machine->CondCodes[GET_SWZ(dstReg->CondSwizzle, 3)],
522 dstReg->CondMask))
570 const struct prog_dst_register *dstReg = &(inst->DstReg);
571 GLuint writeMask = dstReg->WriteMask;
572 GLuint *dst = (GLuint *) get_dst_register_pointer(dstReg, machine);
574 if (dstReg->CondMask != COND_TR) {
577 if (!test_cc(machine->CondCodes[GET_SWZ(dstReg->CondSwizzle, 0)],
578 dstReg->CondMask))
582 if (!test_cc(machine->CondCodes[GET_SWZ(dstReg->CondSwizzle, 1)],
583 dstReg->CondMask))
587 if (!test_cc(machine->CondCodes[GET_SWZ(dstReg->CondSwizzle, 2)],
588 dstReg->CondMask))
592 if (!test_cc(machine->CondCodes[GET_SWZ(dstReg->CondSwizzle, 3)],
593 dstReg->CondMask))