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/orig/
Dsqlite3.c92903 SQLITE_PRIVATE int sqlite3ExprCollSeqMatch(Parse *pParse, Expr *pE1, Expr *pE2){
92904 CollSeq *pColl1 = sqlite3ExprNNCollSeq(pParse, pE1);
97586 SQLITE_PRIVATE int sqlite3ExprImpliesExpr(Parse *pParse, Expr *pE1, Expr *pE2, int iTab){
97587 if( sqlite3ExprCompare(pParse, pE1, pE2, iTab)==0 ){
97591 && (sqlite3ExprImpliesExpr(pParse, pE1, pE2->pLeft, iTab)
97592 || sqlite3ExprImpliesExpr(pParse, pE1, pE2->pRight, iTab) )
97596 if( pE2->op==TK_NOTNULL && pE1->op!=TK_ISNULL && pE1->op!=TK_IS ){
97597 Expr *pX = sqlite3ExprSkipCollate(pE1->pLeft);
97598 testcase( pX!=pE1->pLeft );
119007 Expr *pE1;
[all …]
/external/sqlite/dist/
Dsqlite3.c92919 SQLITE_PRIVATE int sqlite3ExprCollSeqMatch(Parse *pParse, Expr *pE1, Expr *pE2){
92920 CollSeq *pColl1 = sqlite3ExprNNCollSeq(pParse, pE1);
97602 SQLITE_PRIVATE int sqlite3ExprImpliesExpr(Parse *pParse, Expr *pE1, Expr *pE2, int iTab){
97603 if( sqlite3ExprCompare(pParse, pE1, pE2, iTab)==0 ){
97607 && (sqlite3ExprImpliesExpr(pParse, pE1, pE2->pLeft, iTab)
97608 || sqlite3ExprImpliesExpr(pParse, pE1, pE2->pRight, iTab) )
97612 if( pE2->op==TK_NOTNULL && pE1->op!=TK_ISNULL && pE1->op!=TK_IS ){
97613 Expr *pX = sqlite3ExprSkipCollate(pE1->pLeft);
97614 testcase( pX!=pE1->pLeft );
119023 Expr *pE1;
[all …]