Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTShadowVol.cpp691 PVRTShadowVolMEdge *pE0, *pE1, *pE2; in PVRTShadowVolSilhouetteProjectedBuild() local
694 pE1 = &psMesh->pE[psTri->wE1]; in PVRTShadowVolSilhouetteProjectedBuild()
709 pE1->nVis |= 0x01; in PVRTShadowVolSilhouetteProjectedBuild()
723 pE1->nVis |= 0x02 | (psTri->nWinding & 0x02) << 1; in PVRTShadowVolSilhouetteProjectedBuild()
/external/sqlite/dist/
Dsqlite3.c97130 SQLITE_PRIVATE int sqlite3ExprCollSeqMatch(Parse *pParse, Expr *pE1, Expr *pE2){
97131 CollSeq *pColl1 = sqlite3ExprNNCollSeq(pParse, pE1);
101842 SQLITE_PRIVATE int sqlite3ExprImpliesExpr(Parse *pParse, Expr *pE1, Expr *pE2, int iTab){
101843 if( sqlite3ExprCompare(pParse, pE1, pE2, iTab)==0 ){
101847 && (sqlite3ExprImpliesExpr(pParse, pE1, pE2->pLeft, iTab)
101848 || sqlite3ExprImpliesExpr(pParse, pE1, pE2->pRight, iTab) )
101852 if( pE2->op==TK_NOTNULL && pE1->op!=TK_ISNULL && pE1->op!=TK_IS ){
101853 Expr *pX = sqlite3ExprSkipCollate(pE1->pLeft);
101854 testcase( pX!=pE1->pLeft );
125039 Expr *pE1;
[all …]
/external/sqlite/dist/orig/
Dsqlite3.c97114 SQLITE_PRIVATE int sqlite3ExprCollSeqMatch(Parse *pParse, Expr *pE1, Expr *pE2){
97115 CollSeq *pColl1 = sqlite3ExprNNCollSeq(pParse, pE1);
101826 SQLITE_PRIVATE int sqlite3ExprImpliesExpr(Parse *pParse, Expr *pE1, Expr *pE2, int iTab){
101827 if( sqlite3ExprCompare(pParse, pE1, pE2, iTab)==0 ){
101831 && (sqlite3ExprImpliesExpr(pParse, pE1, pE2->pLeft, iTab)
101832 || sqlite3ExprImpliesExpr(pParse, pE1, pE2->pRight, iTab) )
101836 if( pE2->op==TK_NOTNULL && pE1->op!=TK_ISNULL && pE1->op!=TK_IS ){
101837 Expr *pX = sqlite3ExprSkipCollate(pE1->pLeft);
101838 testcase( pX!=pE1->pLeft );
125023 Expr *pE1;
[all …]