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

  /external/deqp/framework/common/
tcuImageCompare.cpp 119 const IVec4 refPix = reference.getPixelInt(x, y, z);
124 const UVec4 diff = abs(refPix - cmpPix).cast<deUint32>();
143 const UVec4 diff = abs(refPix - deviatedCmpPix).cast<deUint32>();
507 const Vec4 refPix = reference.getPixel(x, y, z);
509 const UVec4 diff = computeFlushRelaxedULPDiff(refPix, cmpPix);
593 Vec4 refPix = reference.getPixel(x, y, z);
596 Vec4 diff = abs(refPix - cmpPix);
762 IVec4 refPix = reference.getPixelInt(x, y, z);
765 UVec4 diff = abs(refPix - cmpPix).cast<deUint32>();
    [all...]
  /external/deqp/modules/gles3/functional/
es3fASTCDecompressionCases.cpp 166 const IVec4 refPix = reference.getPixel(x, y).toIVec();
168 if (refPix == IVec4(255, 0, 255, 255))
176 const IVec4 diff = tcu::abs(refPix - resPix);
  /external/deqp/framework/opengl/
gluTextureTestUtil.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktSampleVerifier.cpp 119 const tcu::Vec4 refPix = (m_imParams.dim == IMG_DIM_1D) ? levelAccess.getPixel(coord[0], layer, 0)
124 DE_ASSERT(de::inRange(refPix[c], resultMin[c], resultMax[c]));
  /external/deqp/external/vulkancts/modules/vulkan/
vktShaderLibrary.cpp     [all...]

Completed in 724 milliseconds