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

  /external/deqp/external/vulkancts/modules/vulkan/ycbcr/
vktYCbCrUtil.cpp 268 const tcu::ConstPixelBufferAccess tmpAccess = tmpTexture.getAccess();
275 channelAccess.setPixel(tcu::Vec4(tmpAccess.getPixel(x, y)[channelNdx]), x, y);
    [all...]
  /external/deqp/framework/common/
tcuFuzzyImageCompare.cpp 167 PixelBufferAccess tmpAccess = tmp.getAccess();
188 writeUnorm8<DstChannels>(tmpAccess, j, i, toColor(sum));
202 deUint32 p = readUnorm8<DstChannels>(tmpAccess, de::clamp(j+ky-shiftY, 0, tmp.getWidth()-1), i);

Completed in 1056 milliseconds