HomeSort by relevance Sort by last modified time
    Searched refs:BVec4 (Results 26 - 32 of 32) sorted by null

12

  /external/deqp/modules/gles31/functional/
es31fTextureBorderClampTests.cpp 416 const tcu::BVec4 channelMask = tcu::getTextureFormatChannelMask(texFormat);
    [all...]
es31fStencilTexturingTests.cpp 722 lookupPrec.colorMask = tcu::BVec4(true, true, true, true);
    [all...]
  /external/deqp/modules/glshared/
glsStateQueryUtil.cpp     [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.hpp     [all...]
sglrReferenceContext.cpp     [all...]
  /external/deqp/modules/gles2/functional/
es2fShaderOperatorTests.cpp 164 inline IVec4 sequenceNoSideEffCase3 (const Vec4& in0, const IVec4& in1, const BVec4& in2) { DE_UNREF(in0); DE_UNREF(in2); return in1; }
172 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(); }
    [all...]
  /external/deqp/modules/gles3/functional/
es3fTextureMipmapTests.cpp 903 const tcu::BVec4 formatMask = greaterThan(formatBits, IVec4(0));
    [all...]

Completed in 391 milliseconds

12