Home | History | Annotate | Download | only in functional

Lines Matching refs:BVec4

207 inline IVec4	sequenceNoSideEffCase3 (const Vec4& in0, const IVec4& in1, const BVec4& in2)	{ DE_UNREF(in0); DE_UNREF(in2); return in1; }
215 inline IVec4 sequenceSideEffCase3 (const Vec4& in0, const IVec4& in1, const BVec4& in2) { return in1 + (in0 + Vec4((float)in2.x(), (float)in2.y(), (float)in2.z(), (float)in2.w())).asInt(); }
235 static string twoValuedVec4 (const string& first, const string& second, const BVec4& firstMask)
557 static const BVec4 s_outSwizzleChannelMasks[] =
559 BVec4(true, false, false, false),
560 BVec4(false, true, true, false),
561 BVec4(true, true, true, false),
562 BVec4(true, true, true, true )