Searched refs:yPredicate (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/src/Shader/
H A DPixelProgram.cpp422 Float4 yPredicate = p0[(pSwizzle >> 2) & 0x03]; local
429 if(dst.y) yEnable = yEnable & As<Int4>(yPredicate);
436 if(dst.y) yEnable = yEnable & ~As<Int4>(yPredicate);
H A DVertexProgram.cpp459 Float4 yPredicate = p0[(pSwizzle >> 2) & 0x03]; local
466 if(dst.y) yEnable = yEnable & As<Int4>(yPredicate);
473 if(dst.y) yEnable = yEnable & ~As<Int4>(yPredicate);

Completed in 125 milliseconds