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

  /external/deqp/framework/common/
tcuImageCompare.cpp 120 const IVec4 cmpPix = result.getPixelInt(x, y, z);
124 const UVec4 diff = abs(refPix - cmpPix).cast<deUint32>();
166 const UVec4 diff = abs(cmpPix - deviatedRefPix).cast<deUint32>();
508 const Vec4 cmpPix = result.getPixel(x, y, z);
509 const UVec4 diff = computeFlushRelaxedULPDiff(refPix, cmpPix);
594 Vec4 cmpPix = result.getPixel(x, y, z);
596 Vec4 diff = abs(refPix - cmpPix);
679 const Vec4 cmpPix = result.getPixel(x, y, z);
680 const Vec4 diff = abs(reference - cmpPix);
763 IVec4 cmpPix = result.getPixelInt(x, y, z)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineMultisampleSampleLocationsExtTests.cpp 454 IVec4 cmpPix = result.getPixelInt(x, y, z);
455 UVec4 diff = abs(refPix - cmpPix).cast<deUint32>();
    [all...]

Completed in 260 milliseconds