Lines Matching refs:CondCodes

460    if (test_cc(machine->CondCodes[GET_SWZ(swizzle, 0)], condMask) ||  in eval_condition()
461 test_cc(machine->CondCodes[GET_SWZ(swizzle, 1)], condMask) || in eval_condition()
462 test_cc(machine->CondCodes[GET_SWZ(swizzle, 2)], condMask) || in eval_condition()
463 test_cc(machine->CondCodes[GET_SWZ(swizzle, 3)], condMask)) { in eval_condition()
506 if (!test_cc(machine->CondCodes[GET_SWZ(dstReg->CondSwizzle, 0)], in store_vector4()
511 if (!test_cc(machine->CondCodes[GET_SWZ(dstReg->CondSwizzle, 1)], in store_vector4()
516 if (!test_cc(machine->CondCodes[GET_SWZ(dstReg->CondSwizzle, 2)], in store_vector4()
521 if (!test_cc(machine->CondCodes[GET_SWZ(dstReg->CondSwizzle, 3)], in store_vector4()
545 machine->CondCodes[0] = generate_cc(value[0]); in store_vector4()
547 machine->CondCodes[1] = generate_cc(value[1]); in store_vector4()
549 machine->CondCodes[2] = generate_cc(value[2]); in store_vector4()
551 machine->CondCodes[3] = generate_cc(value[3]); in store_vector4()
554 _mesa_condcode_string(machine->CondCodes[0]), in store_vector4()
555 _mesa_condcode_string(machine->CondCodes[1]), in store_vector4()
556 _mesa_condcode_string(machine->CondCodes[2]), in store_vector4()
557 _mesa_condcode_string(machine->CondCodes[3])); in store_vector4()
577 if (!test_cc(machine->CondCodes[GET_SWZ(dstReg->CondSwizzle, 0)], in store_vector4ui()
582 if (!test_cc(machine->CondCodes[GET_SWZ(dstReg->CondSwizzle, 1)], in store_vector4ui()
587 if (!test_cc(machine->CondCodes[GET_SWZ(dstReg->CondSwizzle, 2)], in store_vector4ui()
592 if (!test_cc(machine->CondCodes[GET_SWZ(dstReg->CondSwizzle, 3)], in store_vector4ui()
609 machine->CondCodes[0] = generate_cc((float)value[0]); in store_vector4ui()
611 machine->CondCodes[1] = generate_cc((float)value[1]); in store_vector4ui()
613 machine->CondCodes[2] = generate_cc((float)value[2]); in store_vector4ui()
615 machine->CondCodes[3] = generate_cc((float)value[3]); in store_vector4ui()
618 _mesa_condcode_string(machine->CondCodes[0]), in store_vector4ui()
619 _mesa_condcode_string(machine->CondCodes[1]), in store_vector4ui()
620 _mesa_condcode_string(machine->CondCodes[2]), in store_vector4ui()
621 _mesa_condcode_string(machine->CondCodes[3])); in store_vector4ui()