Home
last modified time | relevance | path

Searched refs:condMask (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/program/
Dprog_execute.c459 const GLuint condMask = inst->DstReg.CondMask; in eval_condition() local
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()