/external/deqp/modules/gles3/functional/ |
es3fFboTestCase.cpp | 83 sglr::GLContext context(renderCtx, log, sglr::GLCONTEXT_LOG_CALLS, tcu::IVec4(x, y, width, height));
|
es3fFboDepthbufferTests.cpp | 45 using tcu::IVec4;
|
es3fTextureSpecificationTests.cpp | 62 using tcu::IVec4; 116 static tcu::IVec4 getPixelFormatCompareDepth (const tcu::PixelFormat& pixelFormat, tcu::TextureFormat textureFormat) 122 return tcu::IVec4(pixelFormat.redBits, pixelFormat.redBits, pixelFormat.redBits, pixelFormat.alphaBits); 124 return tcu::IVec4(pixelFormat.redBits, pixelFormat.greenBits, pixelFormat.blueBits, pixelFormat.alphaBits); 128 static IVec4 getEffectiveTextureFormatBitDepth (tcu::TextureFormat textureFormat) 142 const IVec4 texFormatBits = getEffectiveTextureFormatBitDepth(textureFormat); 143 const IVec4 pixelFormatBits = getPixelFormatCompareDepth(pixelFormat, textureFormat); 144 const IVec4 accurateFmtBits = min(pixelFormatBits, texFormatBits); 145 const IVec4 compareBits = select(accurateFmtBits, IVec4(8), greaterThan(accurateFmtBits, IVec4(0))) - 1 [all...] |
/external/deqp/modules/gles31/functional/ |
es31fFboColorbufferTests.cpp | 57 using tcu::IVec4;
|
es31fFboTestCase.cpp | 85 sglr::GLContext context(renderCtx, log, 0, tcu::IVec4(x, y, width, height));
|
es31fShaderImageLoadStoreTests.cpp | 63 using tcu::IVec4; 585 IVec4 getPixelInt (int x, int y, int z) const; 665 IVec4 LayeredImage::getPixelInt (int x, int y, int z) const 790 vector<IVec4> data(dst.getWidth()*dst.getHeight()); [all...] |
es31fTextureSpecificationTests.cpp | 62 using tcu::IVec4; 154 sglr::GLContext gles31Context (renderCtx, log, sglr::GLCONTEXT_LOG_CALLS, tcu::IVec4(x, y, width, height)); [all...] |
/external/deqp/framework/common/ |
tcuTexLookupVerifier.cpp | 83 static inline bool isColorValid (const IntLookupPrecision& prec, const IVec4& ref, const IVec4& result) [all...] |
tcuAstcUtil.cpp | 776 inline UVec4 clampedRGBA (const IVec4& rgba) 784 inline IVec4 blueContract (int r, int g, int b, int a) 786 return IVec4((r+b)>>1, (g+b)>>1, b, a); [all...] |
tcuTestLog.cpp | 334 tcu::clear(logImageAccess, tcu::IVec4(0x33, 0x66, 0x99, 0xff));
|
/external/deqp/modules/glshared/ |
glsStateQueryUtil.cpp | [all...] |
glsDrawTest.cpp | 146 "ivec4", // OUTPUTTYPE_IVEC4, 330 tcu::IVec4 generateRandomIVec4 (de::Random& random) 332 tcu::IVec4 retVal; [all...] |
glsFragOpInteractionCase.cpp | 63 using tcu::IVec4; 480 m_glCtx = new sglr::GLContext(m_renderCtx, m_testCtx.getLog(), sglr::GLCONTEXT_LOG_CALLS|sglr::GLCONTEXT_LOG_PROGRAMS, IVec4(viewportX, viewportY, viewportW, viewportH));
|
/external/deqp/framework/opengl/simplereference/ |
sglrGLContext.cpp | 42 GLContext::GLContext (const glu::RenderContext& context, tcu::TestLog& log, deUint32 logFlags, const tcu::IVec4& baseViewport) 165 m_curViewport = tcu::IVec4(x, y, width, height); 485 m_curScissor = tcu::IVec4(x, y, width, height);
|
/external/deqp/framework/referencerenderer/ |
rrRasterizer.cpp | 140 static bool inViewport (const tcu::IVec2& p, const tcu::IVec4& viewport) 448 TriangleRasterizer::TriangleRasterizer (const tcu::IVec4& viewport, const int numSamples, const RasterizationState& state) 861 SingleSampleLineRasterizer::SingleSampleLineRasterizer (const tcu::IVec4& viewport) [all...] |
rrFragmentOperations.cpp | 32 using tcu::IVec4; 68 void clearMultisampleColorBuffer (const tcu::PixelBufferAccess& dst, const IVec4& v, const WindowRectangle& r) { tcu::clear(tcu::getSubregion(dst, 0, r.left, r.bottom, dst.getWidth(), r.width, r.height), v); } [all...] |
/external/deqp/modules/egl/ |
teglChooseConfigReference.cpp | 133 const tcu::IVec4 mask (specifiedRGBColors.cast<deInt32>());
|
teglImageFormatTests.cpp | 697 const tcu::IVec4 bitDepth = tcu::getTextureFormatMantissaBitDepth(reference.getFormat()); 698 const tcu::IVec4 threshold (2 * (tcu::IVec4(1) << (tcu::IVec4(8) - bitDepth))); [all...] |
teglGLES2SharingTests.cpp | 430 tcu::clear(reference->getAccess(), tcu::IVec4(0xff, 0, 0, 0xff)); 742 tcu::clear(reference->getAccess(), tcu::IVec4(0xff, 0, 0, 0xff)); 1031 tcu::clear(reference->getAccess(), tcu::IVec4(0xff, 0, 0, 0xff)); [all...] |
/external/deqp/external/vulkancts/modules/vulkan/image/ |
vktImageAtomicOperationTests.cpp | 58 using tcu::IVec4; 489 const tcu::IVec4 initialValue(getOperationInitialValue(m_operation)); [all...] |
vktImageQualifiersTests.cpp | 433 baseAccess.setPixel(tcu::IVec4(x^y^z), x, y, z); 455 referenceAccess.setPixel(tcu::IVec4(sum), x, y, z);
|
vktImageLoadStoreTests.cpp | 263 const tcu::IVec4 color(access.getPixelInt(x, y, z)); 264 tcu::IVec4 newColor = color; 295 const tcu::IVec4 color(x^y^z, (xMax - x)^y^z, x^(yMax - y)^z, (xMax - x)^(yMax - y)^z); [all...] |
/external/deqp/external/vulkancts/modules/vulkan/api/ |
vktApiBufferViewAccessTests.cpp | 789 tcu::IVec4 pixel = pixelBuffer.getPixelInt(i, i); [all...] |
/external/deqp/modules/gles2/functional/ |
es2fBufferTestUtil.cpp | 377 tcu::clear(dstAccess, tcu::IVec4(0, 0, 0, 0xff));
|
/external/deqp/modules/gles2/performance/ |
es2pTextureUploadTests.cpp | 60 using tcu::IVec4;
|