/external/deqp/modules/glshared/ |
glsStateQueryUtil.hpp | 408 void verifyIntegerVec4 (tcu::ResultCollector& result, QueriedState& state, const tcu::IVec4& expected); 413 void verifyNormalizedI32Vec4 (tcu::ResultCollector& result, QueriedState& state, const tcu::IVec4& expected); 439 void verifyStateTextureParamNormalizedI32Vec4 (tcu::ResultCollector& result, glu::CallLogWrapper& gl, glw::GLenum target, glw::GLenum pname, const tcu::IVec4& expected, QueryType type); 440 void verifyStateTextureParamIntegerVec4 (tcu::ResultCollector& result, glu::CallLogWrapper& gl, glw::GLenum target, glw::GLenum pname, const tcu::IVec4& expected, QueryType type); 448 void verifyStateSamplerParamNormalizedI32Vec4 (tcu::ResultCollector& result, glu::CallLogWrapper& gl, glw::GLuint sampler, glw::GLenum pname, const tcu::IVec4& expected, QueryType type); 449 void verifyStateSamplerParamIntegerVec4 (tcu::ResultCollector& result, glu::CallLogWrapper& gl, glw::GLuint sampler, glw::GLenum pname, const tcu::IVec4& expected, QueryType type);
|
glsShaderRenderCase.cpp | 915 // IVec4. 916 struct IVec4Uniform { const char* name; IVec4 value; }; 919 { "ui4_minusOne", IVec4(-1) }, 920 { "ui4_zero", IVec4(0) }, 921 { "ui4_one", IVec4(1) }, 922 { "ui4_two", IVec4(2) }, 923 { "ui4_four", IVec4(4) }, 924 { "ui4_five", IVec4(5) }
|
glsTextureTestUtil.hpp | 265 inline tcu::IVec4 getBitsVec (const tcu::PixelFormat& format) 267 return tcu::IVec4(format.redBits, format.greenBits, format.blueBits, format.alphaBits); 442 const tcu::IVec4& coordBits, 506 const tcu::IVec4& coordBits,
|
/external/deqp/modules/gles2/functional/ |
es2fColorClearTest.cpp | 90 ClearInfo (const tcu::IVec4& rect, deUint8 colorMask, tcu::RGBA color) 95 tcu::IVec4 m_rect; 162 clearOps.push_back(ClearInfo(tcu::IVec4(clearX, clearY, clearWidth, clearHeight), clearMask, clearCol));
|
es2fDitheringTests.cpp | 50 using tcu::IVec4; 67 static inline IVec4 pixelFormatToIVec4 (const PixelFormat& format) 69 return IVec4(format.redBits, format.greenBits, format.blueBits, format.alphaBits); 170 const IVec4 channelBits = pixelFormatToIVec4(m_renderFormat);
|
es2fReadPixelsTests.cpp | 217 const tcu::IVec4 formatBitDepths = tcu::getTextureFormatBitDepth(format); 240 const tcu::IVec4 formatBitDepths = tcu::getTextureFormatBitDepth(format);
|
es2fClippingTests.cpp | 80 inline bool isBlack (const tcu::IVec4& a) 85 inline bool isHalfFilled (const tcu::IVec4& a) 87 const tcu::IVec4 halfFilled (127, 0, 0, 0); 88 const tcu::IVec4 threshold (20, 256, 256, 256); 93 inline bool isLessThanHalfFilled (const tcu::IVec4& a) 101 inline bool compareBlackNonBlackPixels (const tcu::IVec4& a, const tcu::IVec4& b) 106 inline bool compareColoredPixels (const tcu::IVec4& a, const tcu::IVec4& b) 110 const tcu::IVec4 threshold(20, 20, 20, 0) [all...] |
es2fPolygonOffsetTests.cpp | 77 inline bool compareThreshold (const tcu::IVec4& a, const tcu::IVec4& b, const tcu::IVec4& threshold) 99 const tcu::IVec4 threshold = tcu::IVec4(colorThreshold, colorThreshold, colorThreshold, formatThreshold.getAlpha() > 0 ? colorThreshold : 0) 100 + tcu::IVec4(formatThreshold.getRed(), formatThreshold.getGreen(), formatThreshold.getBlue(), formatThreshold.getAlpha()); 112 const tcu::IVec4 cRef = ref.getPixelInt(x, y); 116 const tcu::IVec4 cTest = test.getPixelInt(x, y); 132 const tcu::IVec4 cTest = test.getPixelInt(kX, kY); [all...] |
/external/deqp/modules/gles3/functional/ |
es3fColorClearTest.cpp | 90 ClearInfo (const tcu::IVec4& rect, deUint8 colorMask, tcu::RGBA color) 95 tcu::IVec4 m_rect; 162 clearOps.push_back(ClearInfo(tcu::IVec4(clearX, clearY, clearWidth, clearHeight), clearMask, clearCol));
|
es3fDitheringTests.cpp | 50 using tcu::IVec4; 67 static inline IVec4 pixelFormatToIVec4 (const PixelFormat& format) 69 return IVec4(format.redBits, format.greenBits, format.blueBits, format.alphaBits); 170 const IVec4 channelBits = pixelFormatToIVec4(m_renderFormat);
|
es3fFboTestUtil.cpp | 53 using tcu::IVec4; 124 const tcu::IVec4 icolor = castVectorSaturate<deInt32>(color); 223 const tcu::IVec4 icolor = castVectorSaturate<deInt32>(color); 410 const tcu::IVec4 icolor = castVectorSaturate<deInt32>(color); 548 const tcu::IVec4 icolor = castVectorSaturate<deInt32>(color); 656 const tcu::IVec4 icolor = castVectorSaturate<deInt32>(color); 764 const tcu::IVec4 icolor = castVectorSaturate<deInt32>(color); 842 const tcu::IVec4 icolor (castVectorSaturate<deInt32>(color)); [all...] |
es3fClippingTests.cpp | 83 inline bool isBlack (const tcu::IVec4& a) 88 inline bool isHalfFilled (const tcu::IVec4& a) 90 const tcu::IVec4 halfFilled (127, 0, 0, 0); 91 const tcu::IVec4 threshold (20, 256, 256, 256); 96 inline bool isLessThanHalfFilled (const tcu::IVec4& a) 104 inline bool compareBlackNonBlackPixels (const tcu::IVec4& a, const tcu::IVec4& b) 109 inline bool compareColoredPixels (const tcu::IVec4& a, const tcu::IVec4& b) 113 const tcu::IVec4 threshold(20, 20, 20, 0) [all...] |
es3fTextureMipmapTests.cpp | 58 using tcu::IVec4; 401 lookupPrec.colorThreshold = tcu::computeFixedPointThreshold(max(getBitsVec(pixelFormat) - (isTrilinear ? 2 : 1), tcu::IVec4(0))); 589 static void randomPartition (vector<IVec4>& dst, de::Random& rnd, int x, int y, int width, int height) 611 dst.push_back(IVec4(x, y, width, height)); 614 static void computeGridLayout (vector<IVec4>& dst, int width, int height) 654 vector<IVec4> gridLayout; 720 lookupPrec.colorThreshold = tcu::computeFixedPointThreshold(max(getBitsVec(m_renderCtx.getRenderTarget().getPixelFormat())-2, IVec4(0))); 901 const IVec4 framebufferBits = max(getBitsVec(m_renderCtx.getRenderTarget().getPixelFormat())-2, IVec4(0)); 902 const IVec4 formatBits = tcu::getTextureFormatBitDepth(glu::mapGLTransferFormat(m_format, m_dataType)) [all...] |
es3fTextureFilteringTests.cpp | 300 const tcu::IVec4 colorBits = max(getBitsVec(pixelFormat) - (isNearestOnly ? 1 : 2), tcu::IVec4(0)); // 1 inaccurate bit if nearest only, 2 otherwise 613 const tcu::IVec4 colorBits = max(getBitsVec(pixelFormat) - (isNearestOnly ? 1 : 2), tcu::IVec4(0)); // 1 inaccurate bit if nearest only, 2 otherwise 745 const tcu::IVec4 levelSwz[] = 747 tcu::IVec4(0,1,2,3), 748 tcu::IVec4(2,1,3,0), 749 tcu::IVec4(3,0,1,2), 750 tcu::IVec4(1,3,2,0), 762 const tcu::IVec4 swz = levelSwz[layerNdx%DE_LENGTH_OF_ARRAY(levelSwz)] [all...] |
es3fPolygonOffsetTests.cpp | 80 inline bool compareThreshold (const tcu::IVec4& a, const tcu::IVec4& b, const tcu::IVec4& threshold) 102 const tcu::IVec4 threshold = tcu::IVec4(colorThreshold, colorThreshold, colorThreshold, formatThreshold.getAlpha() > 0 ? colorThreshold : 0) 103 + tcu::IVec4(formatThreshold.getRed(), formatThreshold.getGreen(), formatThreshold.getBlue(), formatThreshold.getAlpha()); 115 const tcu::IVec4 cRef = ref.getPixelInt(x, y); 119 const tcu::IVec4 cTest = test.getPixelInt(x, y); 135 const tcu::IVec4 cTest = test.getPixelInt(kX, kY); [all...] |
/external/deqp/framework/opengl/simplereference/ |
sglrGLContext.hpp | 53 GLContext (const glu::RenderContext& context, tcu::TestLog& log, deUint32 logFlags, const tcu::IVec4& baseViewport); 231 tcu::IVec4 m_baseViewport; 232 tcu::IVec4 m_curViewport; 233 tcu::IVec4 m_curScissor;
|
sglrReferenceContext.cpp | 49 using tcu::IVec4; 89 static inline bool isEmpty (const IVec4& rect) 221 static inline tcu::IVec4 intersect (const tcu::IVec4& a, const tcu::IVec4& b) 230 return tcu::IVec4(x0, y0, w, h); 233 static inline tcu::IVec4 getBufferRect (const rr::MultisampleConstPixelBufferAccess& access) 235 return tcu::IVec4(0, 0, access.raw().getHeight(), access.raw().getDepth()); [all...] |
/external/deqp/framework/opengl/ |
gluFboRenderContext.cpp | 66 const tcu::IVec4 bits = tcu::getTextureFormatBitDepth(glu::mapGLInternalFormat(colorFormat)); 95 const tcu::IVec4 bits = tcu::getTextureFormatBitDepth(glu::mapGLInternalFormat(format));
|