HomeSort by relevance Sort by last modified time
    Searched refs:asUint (Results 1 - 18 of 18) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderOperatorTests.cpp 154 template<int Size> inline Vector<deUint32, Size> subOne (const Vector<deUint32, Size>& v) { return (v.asInt() - 1).asUint(); };
161 template<int Size> inline Vector<deUint32, Size> subVecScalar (const Vector<deUint32, Size>& v, deUint32 s) { return (v.asInt() - (int)s).asUint(); };
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderOperatorTests.cpp 171 template<int Size> inline Vector<deUint32, Size> subOne (const Vector<deUint32, Size>& v) { return (v.asInt() - 1).asUint(); };
178 template<int Size> inline Vector<deUint32, Size> subVecScalar (const Vector<deUint32, Size>& v, deUint32 s) { return (v.asInt() - (int)s).asUint(); };
    [all...]
es3fRandomFragmentOpTests.cpp 420 return format.getColorThreshold().toIVec().asUint() + tcu::UVec4(2); // Default threshold.
422 return format.getColorThreshold().toIVec().asUint()
es3fFragmentOutputTests.cpp 728 const UVec4 fmtMaxVal = ((tcu::Vector<deUint64, 4>(1) << fmtBits.cast<deUint64>())-deUint64(1)).asUint();
736 const UVec4 step = maxVal / rangeDiv.asUint();
747 UVec4 c = step*swizzleVec(IVec4(x, y, ix, iy).asUint(), curInVec);
    [all...]
es3fBlendTests.cpp 327 UVec4 compareThreshold = (m_useSrgbFbo ? tcu::PixelFormat(8, 8, 8, 8) : m_context.getRenderTarget().getPixelFormat()).getColorThreshold().toIVec().asUint()
es3fFboTestUtil.cpp     [all...]
es3fTextureSpecificationTests.cpp 147 return (IVec4(1) << (8-compareBits)).asUint();
    [all...]
  /external/deqp/modules/gles2/functional/
es2fRandomFragmentOpTests.cpp 420 return format.getColorThreshold().toIVec().asUint() + tcu::UVec4(6); // Default threshold.
422 return format.getColorThreshold().toIVec().asUint()
es2fBlendTests.cpp 272 UVec4 compareThreshold = m_context.getRenderTarget().getPixelFormat().getColorThreshold().toIVec().asUint()
es2fTextureSpecificationTests.cpp 105 return (IVec4(1) << (8-compareBits)).asUint();
    [all...]
  /external/deqp/framework/common/
tcuVector.hpp 151 Vector<deUint32, Size> asUint (void) const { return cast<deUint32>(); }
tcuAstcUtil.cpp     [all...]
tcuTexLookupVerifier.cpp 85 return boolAll(logicalOr(lessThanEqual(absDiff(ref, result).asUint(), prec.colorThreshold), logicalNot(prec.colorMask)));
    [all...]
  /external/deqp/modules/egl/
teglNativeColorMappingTests.cpp 255 const tcu::UVec4 nativeBitDepth(tcu::getTextureFormatBitDepth(result.getFormat()).asUint());
  /external/deqp/modules/gles31/functional/
es31fAdvancedBlendTests.cpp 549 const UVec4 compareThreshold = (useFbo ? tcu::PixelFormat(8, 8, 8, 8) : m_context.getRenderTarget().getPixelFormat()).getColorThreshold().toIVec().asUint()
es31fFboTestUtil.cpp 427 ctx.clearBufferuiv(GL_COLOR, 0, value.asUint().getPtr());
es31fShaderImageLoadStoreTests.cpp 586 UVec4 getPixelUint (int x, int y, int z) const { return getPixelInt(x, y, z).asUint(); }
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/
vktRenderPassTests.cpp     [all...]

Completed in 315 milliseconds