HomeSort by relevance Sort by last modified time
    Searched refs:getPixelInt (Results 1 - 25 of 26) sorted by null

1 2

  /external/deqp/framework/common/
tcuImageCompare.cpp 118 const IVec4 refPix = reference.getPixelInt(x, y, z);
119 const IVec4 cmpPix = result.getPixelInt(x, y, z);
141 const IVec4 deviatedCmpPix = result.getPixelInt(sx, sy, sz);
164 const IVec4 deviatedRefPix = reference.getPixelInt(sx, sy, sz);
302 IVec4 a = ref.getPixelInt(x, y);
303 IVec4 b = cmp.getPixelInt(x, y);
761 IVec4 refPix = reference.getPixelInt(x, y, z);
762 IVec4 cmpPix = result.getPixelInt(x, y, z);
    [all...]
tcuTexture.hpp 339 IVec4 getPixelInt (int x, int y, int z = 0) const;
340 UVec4 getPixelUint (int x, int y, int z = 0) const { return getPixelInt(x, y, z).cast<deUint32>(); }
    [all...]
tcuTextureUtil.cpp     [all...]
tcuTexture.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderImageLoadStoreTests.cpp 585 IVec4 getPixelInt (int x, int y, int z) const;
586 UVec4 getPixelUint (int x, int y, int z) const { return getPixelInt(x, y, z).asUint(); }
665 IVec4 LayeredImage::getPixelInt (int x, int y, int z) const
668 return access.getPixelInt(x, y, m_type == TEXTURETYPE_CUBE ? 0 : z);
    [all...]
es31fPrimitiveBoundingBoxTests.cpp     [all...]
es31fStencilTexturingTests.cpp 407 const int res = result.getPixelInt(x, y).x();
443 const int res = result.getPixelInt(x, y).x();
    [all...]
es31fCopyImageTests.cpp 688 const tcu::IVec4 color = texelAccess.getPixelInt(0, 0, 0);
698 const tcu::IVec4 color = texelAccess.getPixelInt(0, 0, 0);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageAtomicOperationTests.cpp 667 deInt32 resultValue = resultBuffer.getPixelInt(x, y, z).x();
    [all...]
vktImageQualifiersTests.cpp 449 sum += baseAccess.getPixelInt(
vktImageLoadStoreTests.cpp 263 const tcu::IVec4 color(access.getPixelInt(x, y, z));
    [all...]
  /external/deqp/modules/glshared/
glsRasterizationTestUtil.cpp     [all...]
glsShaderLibraryCase.cpp 872 const tcu::IVec4 pixel = surface.getPixelInt(x, y);
    [all...]
  /external/deqp/modules/gles2/functional/
es2fPolygonOffsetTests.cpp 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...]
es2fClippingTests.cpp 128 const tcu::IVec4 cSrc = src.getPixelInt(x, y);
161 const tcu::IVec4 cRef = ref.getPixelInt(x, y);
162 const tcu::IVec4 cTest = test.getPixelInt(x, y);
186 if ((*pixelCmp)(cRef, test.getPixelInt(kX, kY)))
197 if ((*pixelCmp)(cTest, ref.getPixelInt(kX, kY)))
283 const tcu::IVec4 cTest = image.getPixelInt(x, y);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fPolygonOffsetTests.cpp 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...]
es3fClippingTests.cpp 131 const tcu::IVec4 cSrc = src.getPixelInt(x, y);
164 const tcu::IVec4 cRef = ref.getPixelInt(x, y);
165 const tcu::IVec4 cTest = test.getPixelInt(x, y);
189 if ((*pixelCmp)(cRef, test.getPixelInt(kX, kY)))
200 if ((*pixelCmp)(cTest, ref.getPixelInt(kX, kY)))
286 const tcu::IVec4 cTest = image.getPixelInt(x, y);
    [all...]
es3fFragmentOutputTests.cpp 527 const IVec4 srcPixel = access.getPixelInt(x, y);
    [all...]
es3fShaderDerivateTests.cpp 528 << "\tGot pixel value " << result.getPixelInt(x, y) << "\n"
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiBufferViewAccessTests.cpp 789 tcu::IVec4 pixel = pixelBuffer.getPixelInt(i, i);
    [all...]
  /external/deqp/framework/referencerenderer/
rrFragmentOperations.cpp     [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/
vktShaderLibrary.cpp     [all...]
vktRenderPassTests.cpp     [all...]
  /external/deqp/modules/internal/
ditTextureFormatTests.cpp     [all...]

Completed in 697 milliseconds

1 2