Searched refs:yEnable (Results 1 – 2 of 2) sorted by relevance
422 Int4 yEnable = enable; in applyShader() local438 if(dst.y) yEnable = yEnable & As<Int4>(yPredicate); in applyShader()445 if(dst.y) yEnable = yEnable & ~As<Int4>(yPredicate); in applyShader()452 if(dst.y) d.y = As<Float4>(As<Int4>(d.y) & yEnable); in applyShader()457 if(dst.y) d.y = As<Float4>(As<Int4>(d.y) | (As<Int4>(pDst.y) & ~yEnable)); in applyShader()
457 Int4 yEnable = enable; in program() local473 if(dst.y) yEnable = yEnable & As<Int4>(yPredicate); in program()480 if(dst.y) yEnable = yEnable & ~As<Int4>(yPredicate); in program()487 if(dst.y) d.y = As<Float4>(As<Int4>(d.y) & yEnable); in program()492 if(dst.y) d.y = As<Float4>(As<Int4>(d.y) | (As<Int4>(pDst.y) & ~yEnable)); in program()