HomeSort by relevance Sort by last modified time
    Searched full:refaccess (Results 1 - 8 of 8) sorted by null

  /external/llvm/include/llvm/Analysis/
AliasSetTracker.h 126 /// either RefAccess or ModAccess, then to ModRefAccess as necessary.
129 RefAccess = 1,
131 ModRefAccess = RefAccess | ModAccess
163 bool isRef() const { return Access & RefAccess; }
  /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/llvm/lib/Analysis/
AliasSetTracker.cpp 133 Access |= RefAccess;
308 AliasSet::AccessLattice Access = AliasSet::RefAccess;
574 case RefAccess: OS << "Ref "; break;
  /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 654 tcu::PixelBufferAccess refAccess(format, size.x(), size.y(), 1, levels[0].getPtr());
694 tcu::clear(refAccess, color);
704 tcu::clear(refAccess, color);
728 tcu::clear(refAccess, rawColor);
    [all...]

Completed in 2066 milliseconds