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

  /external/deqp/framework/common/
tcuImageCompare.cpp 105 const IVec4 refPix = reference.getPixelInt(x, y, z);
110 const UVec4 diff = abs(refPix - cmpPix).cast<deUint32>();
144 const UVec4 diff = abs(refPix - deviatedCmpPix).cast<deUint32>();
429 Vec4 refPix = reference.getPixel(x, y, z);
435 memcpy(refBits.getPtr(), refPix.getPtr(), 4*sizeof(deUint32));
522 Vec4 refPix = reference.getPixel(x, y, z);
525 Vec4 diff = abs(refPix - cmpPix);
691 IVec4 refPix = reference.getPixelInt(x, y, z);
694 UVec4 diff = abs(refPix - cmpPix).cast<deUint32>();
    [all...]
  /external/deqp/modules/glshared/
glsTextureTestUtil.cpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fASTCDecompressionCases.cpp     [all...]

Completed in 371 milliseconds