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

  /external/deqp/modules/glshared/
glsScissorTests.cpp 629 tcu::PixelBufferAccess refAccess (bufferFmt.texFmt, width, height, 1, &refData[0]);
669 glu::readPixels(m_renderCtx, 0, 0, refAccess);
701 clearEdges(refAccess, Vec4(baseColor.f[0], baseColor.f[1], baseColor.f[2], baseColor.f[3]), scissorArea);
702 resultOk = tcu::floatThresholdCompare(log, "ComparisonResult", "Image comparison result", refAccess, resAccess, Vec4(0.02f, 0.02f, 0.02f, 0.02f), tcu::COMPARE_LOG_RESULT);
706 clearEdges(refAccess, IVec4(baseColor.i[0], baseColor.i[1], baseColor.i[2], baseColor.i[3]), scissorArea);
707 resultOk = tcu::intThresholdCompare(log, "ComparisonResult", "Image comparison result", refAccess, resAccess, UVec4(2, 2, 2, 2), tcu::COMPARE_LOG_RESULT);
711 clearEdges(refAccess, UVec4(baseColor.u[0], baseColor.u[1], baseColor.u[2], baseColor.u[3]), scissorArea);
712 resultOk = tcu::intThresholdCompare(log, "ComparisonResult", "Image comparison result", refAccess, resAccess, UVec4(2, 2, 2, 2), tcu::COMPARE_LOG_RESULT);
  /external/deqp/framework/common/
tcuFuzzyImageCompare.cpp 316 ConstPixelBufferAccess refAccess = refFiltered.getAccess();
323 const deUint32 minDist2RefToCmp = distSquaredToNeighbor<4>(rnd, readUnorm8<4>(refAccess, x, y), cmpAccess, x, y);
324 const deUint32 minDist2CmpToRef = distSquaredToNeighbor<4>(rnd, readUnorm8<4>(cmpAccess, x, y), refAccess, x, y);
  /external/deqp/modules/internal/
ditTextureFormatTests.cpp     [all...]
  /external/deqp/modules/egl/
teglImageFormatTests.cpp 548 const ConstPixelBufferAccess& refAccess = reference.getLevel(0);
562 if ((float)(level + 1) * 0.1f < refAccess.getPixDepth(x, y))
667 const ConstPixelBufferAccess& refAccess = reference.getLevel(0);
681 if (levelStencil < refAccess.getPixStencil(x, y))
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryPipelineBarrierTests.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fCopyImageTests.cpp 887 tcu::PixelBufferAccess refAccess(format, size.x(), size.y(), 1, levels[0].getPtr());
927 tcu::clear(refAccess, color);
937 tcu::clear(refAccess, color);
961 tcu::clear(refAccess, rawColor);
    [all...]

Completed in 329 milliseconds