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

/external/swiftshader/src/Shader/
H A DPixelProgram.cpp413 Int4 yEnable = enable; local
429 if(dst.y) yEnable = yEnable & As<Int4>(yPredicate);
436 if(dst.y) yEnable = yEnable & ~As<Int4>(yPredicate);
443 if(dst.y) d.y = As<Float4>(As<Int4>(d.y) & yEnable);
448 if(dst.y) d.y = As<Float4>(As<Int4>(d.y) | (As<Int4>(pDst.y) & ~yEnable));
H A DVertexProgram.cpp450 Int4 yEnable = enable; local
466 if(dst.y) yEnable = yEnable & As<Int4>(yPredicate);
473 if(dst.y) yEnable = yEnable & ~As<Int4>(yPredicate);
480 if(dst.y) d.y = As<Float4>(As<Int4>(d.y) & yEnable);
485 if(dst.y) d.y = As<Float4>(As<Int4>(d.y) | (As<Int4>(pDst.y) & ~yEnable));

Completed in 129 milliseconds