HomeSort by relevance Sort by last modified time
    Searched refs:test_cc (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/program/
prog_execute.c 434 test_cc(GLuint condCode, GLuint ccMaskRule) function
460 if (test_cc(machine->CondCodes[GET_SWZ(swizzle, 0)], condMask) ||
461 test_cc(machine->CondCodes[GET_SWZ(swizzle, 1)], condMask) ||
462 test_cc(machine->CondCodes[GET_SWZ(swizzle, 2)], condMask) ||
463 test_cc(machine->CondCodes[GET_SWZ(swizzle, 3)], condMask)) {
506 if (!test_cc(machine->CondCodes[GET_SWZ(dstReg->CondSwizzle, 0)],
511 if (!test_cc(machine->CondCodes[GET_SWZ(dstReg->CondSwizzle, 1)],
516 if (!test_cc(machine->CondCodes[GET_SWZ(dstReg->CondSwizzle, 2)],
521 if (!test_cc(machine->CondCodes[GET_SWZ(dstReg->CondSwizzle, 3)],
577 if (!test_cc(machine->CondCodes[GET_SWZ(dstReg->CondSwizzle, 0)]
    [all...]
  /external/mesa3d/src/mesa/program/
prog_execute.c 434 test_cc(GLuint condCode, GLuint ccMaskRule) function
460 if (test_cc(machine->CondCodes[GET_SWZ(swizzle, 0)], condMask) ||
461 test_cc(machine->CondCodes[GET_SWZ(swizzle, 1)], condMask) ||
462 test_cc(machine->CondCodes[GET_SWZ(swizzle, 2)], condMask) ||
463 test_cc(machine->CondCodes[GET_SWZ(swizzle, 3)], condMask)) {
506 if (!test_cc(machine->CondCodes[GET_SWZ(dstReg->CondSwizzle, 0)],
511 if (!test_cc(machine->CondCodes[GET_SWZ(dstReg->CondSwizzle, 1)],
516 if (!test_cc(machine->CondCodes[GET_SWZ(dstReg->CondSwizzle, 2)],
521 if (!test_cc(machine->CondCodes[GET_SWZ(dstReg->CondSwizzle, 3)],
577 if (!test_cc(machine->CondCodes[GET_SWZ(dstReg->CondSwizzle, 0)]
    [all...]

Completed in 8177 milliseconds