Searched refs:tri1 (Results 1 – 2 of 2) sorted by relevance
2055 const bool tri1 = (wx+posEps)/dstW + (wy+posEps)/dstH >= 1.0f; in computeTextureLookupDiff() local2059 DE_ASSERT(tri0 || tri1); in computeTextureLookupDiff()2062 for (int triNdx = (tri0?0:1); triNdx <= (tri1?1:0); triNdx++) in computeTextureLookupDiff()2229 const bool tri1 = (wx+posEps)/dstW + (wy+posEps)/dstH >= 1.0f; in computeTextureLookupDiff() local2233 DE_ASSERT(tri0 || tri1); in computeTextureLookupDiff()2236 for (int triNdx = (tri0?0:1); triNdx <= (tri1?1:0); triNdx++) in computeTextureLookupDiff()2702 const bool tri1 = nx + ny + posEps >= 1.0f; in computeTextureLookupDiff() local2706 DE_ASSERT(tri0 || tri1); in computeTextureLookupDiff()2709 for (int triNdx = (tri0?0:1); triNdx <= (tri1?1:0); triNdx++) in computeTextureLookupDiff()
1109 IRTriop *tri1 = e1->Iex.Triop.details; in sameIRExprs_aux2() local1111 return toBool( tri1->op == tri2->op in sameIRExprs_aux2()1112 && sameIRExprs_aux( env, tri1->arg1, tri2->arg1 ) in sameIRExprs_aux2()1113 && sameIRExprs_aux( env, tri1->arg2, tri2->arg2 ) in sameIRExprs_aux2()1114 && sameIRExprs_aux( env, tri1->arg3, tri2->arg3 )); in sameIRExprs_aux2()