Home
last modified time | relevance | path

Searched refs:refValue (Results 1 – 24 of 24) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fTextureLevelStateQueryTests.cpp178 …CallLogWrapper& gl, glw::GLenum target, int level, glw::GLenum pname, int refValue, QueryType type) in verifyTextureLevelParameterEqualWithPrinter() argument
183 …reLevelParameterStr(pname) << ", expecting " << Printer::getIntegerName(refValue) << tcu::TestLog:… in verifyTextureLevelParameterEqualWithPrinter()
189 verifyInteger(result, state, refValue); in verifyTextureLevelParameterEqualWithPrinter()
194 …CallLogWrapper& gl, glw::GLenum target, int level, glw::GLenum pname, int refValue, QueryType type) in verifyTextureLevelParameterEqual() argument
196 …ifyTextureLevelParameterEqualWithPrinter<IntegerPrinter>(gl, target, level, pname, refValue, type); in verifyTextureLevelParameterEqual()
199 …CallLogWrapper& gl, glw::GLenum target, int level, glw::GLenum pname, int refValue, QueryType type) in verifyTextureLevelParameterInternalFormatEqual() argument
201 …extureLevelParameterEqualWithPrinter<PixelFormatPrinter>(gl, target, level, pname, refValue, type); in verifyTextureLevelParameterInternalFormatEqual()
204 …CallLogWrapper& gl, glw::GLenum target, int level, glw::GLenum pname, int refValue, QueryType type) in verifyTextureLevelParameterGreaterOrEqual() argument
209 …fying " << glu::getTextureLevelParameterStr(pname) << ", expecting " << refValue << " or greater" … in verifyTextureLevelParameterGreaterOrEqual()
215 verifyIntegerMin(result, state, refValue); in verifyTextureLevelParameterGreaterOrEqual()
[all …]
Des31fComputeShaderBuiltinVarTests.cpp258 …const UVec3 refValue = computeReference(subCase.numWorkGroups, subCase.localSize, refGroupID, r… in iterate() local
263 if (!compareComps(refValue, resValue, numScalars)) in iterate()
267 << ": expected " << LogComps(refValue, numScalars) in iterate()
Des31fShaderAtomicOpTests.cpp1056 const int refValue = localNdx; in iterate() local
1059 if (outputValue != refValue) in iterate()
1062 << ": expected " << refValue << ", got " << outputValue in iterate()
Des31fOpaqueTypeIndexingTests.cpp923 const deUint32 refValue = inValues[readIndices[readNdx]]; in iterate() local
926 if (refValue != resValue) in iterate()
930 << tcu::toHex(refValue) << ", got " << tcu::toHex(resValue) in iterate()
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemFillUpdateCopyBufferTests.cpp377 const tcu::Vec4 refValue (fillValue.flt); in createFillUpdateCopyBufferFloatTests() local
386 { refValue, refValue, refValue, refValue } in createFillUpdateCopyBufferFloatTests()
488 const tcu::IVec4 refValue (fillValue.integer); in createFillUpdateCopyBufferIntegerTests() local
497 { refValue, refValue, refValue, refValue } in createFillUpdateCopyBufferIntegerTests()
592 const tcu::UVec4 refValue (fillValue); in createFillUpdateCopyBufferUnsignedTests() local
601 { refValue, refValue, refValue, refValue } in createFillUpdateCopyBufferUnsignedTests()
DvktProtectedMemStorageBufferTests.cpp732 tcu::UVec4& refValue, in calculateAtomicOpData() argument
739 refValue = inputValue + tcu::UVec4(atomicArg); in calculateAtomicOpData()
745refValue = tcu::UVec4(std::min(inputValue.x(), atomicArg), std::min(inputValue.y(), atomicArg), st… in calculateAtomicOpData()
751refValue = tcu::UVec4(std::max(inputValue.x(), atomicArg), std::max(inputValue.y(), atomicArg), st… in calculateAtomicOpData()
757refValue = tcu::UVec4(inputValue.x() & atomicArg, inputValue.y() & atomicArg, inputValue.z() & ato… in calculateAtomicOpData()
763refValue = tcu::UVec4(inputValue.x() | atomicArg, inputValue.y() | atomicArg, inputValue.z() | ato… in calculateAtomicOpData()
769refValue = tcu::UVec4(inputValue.x() ^ atomicArg, inputValue.y() ^ atomicArg, inputValue.z() ^ ato… in calculateAtomicOpData()
775 refValue = tcu::UVec4(atomicArg); in calculateAtomicOpData()
784 refValue = inputValue; in calculateAtomicOpData()
785 refValue[selectedNdx] = atomicArg; in calculateAtomicOpData()
[all …]
DvktProtectedMemAttachmentLoadTests.cpp309 …const tcu::Vec4 refValue (clearValue.color.float32[0], clearValue.color.float32[1], clearValue.co… in createAttachmentLoadTests() local
317 { refValue, refValue, refValue, refValue } in createAttachmentLoadTests()
DvktProtectedMemClearColorImageTests.cpp327 …const tcu::Vec4 refValue (clearValue.color.float32[0], clearValue.color.float32[1], clearValue.co… in createClearColorImageTests() local
336 { refValue, refValue, refValue, refValue } in createClearColorImageTests()
DvktProtectedMemCopyBufferToImageTests.cpp394 const tcu::Vec4 refValue (fillValue.flt); in createCopyBufferToImageTests() local
403 { refValue, refValue, refValue, refValue } in createCopyBufferToImageTests()
DvktProtectedMemAttachmentClearTests.cpp365 …const tcu::Vec4 refValue (clearValue.color.float32[0], clearValue.color.float32[1], clearValue.co… in createAttachmentClearTests() local
374 { refValue, refValue, refValue, refValue } in createAttachmentClearTests()
DvktProtectedMemBlitImageTests.cpp434 …const tcu::Vec4 refValue (clearValue.color.float32[0], clearValue.color.float32[1], clearValue.co… in createBlitImageTests() local
443 { refValue, refValue, refValue, refValue } in createBlitImageTests()
DvktProtectedMemCopyImageTests.cpp432 …const tcu::Vec4 refValue (clearValue.color.float32[0], clearValue.color.float32[1], clearValue.co… in createCopyImageTests() local
441 { refValue, refValue, refValue, refValue } in createCopyImageTests()
DvktProtectedMemCopyImageToBufferTests.cpp381 …const tcu::Vec4 refValue (clearValue.color.float32[0], clearValue.color.float32[1], clearValue.co… in createCopyImageToFloatBufferTests() local
390 { refValue, refValue, refValue, refValue } in createCopyImageToFloatBufferTests()
/external/deqp/modules/glshared/
DglsStateQueryUtil.cpp1335 const glw::GLint refValue = roundGLfloatToNearestIntegerHalfDown<glw::GLint>(minValue); in verifyFloatMin() local
1337 if (state.getIntAccess() < refValue) in verifyFloatMin()
1340 buf << "Expected greater or equal to " << refValue << ", got " << state.getIntAccess(); in verifyFloatMin()
1359 const glw::GLint64 refValue = roundGLfloatToNearestIntegerHalfDown<glw::GLint64>(minValue); in verifyFloatMin() local
1361 if (state.getInt64Access() < refValue) in verifyFloatMin()
1364 buf << "Expected greater or equal to " << refValue << ", got " << state.getInt64Access(); in verifyFloatMin()
1389 const glw::GLint refValue = roundGLfloatToNearestIntegerHalfUp<glw::GLint>(maxValue); in verifyFloatMax() local
1391 if (state.getIntAccess() > refValue) in verifyFloatMax()
1394 buf << "Expected less or equal to " << refValue << ", got " << state.getIntAccess(); in verifyFloatMax()
1413 const glw::GLint64 refValue = roundGLfloatToNearestIntegerHalfUp<glw::GLint64>(maxValue); in verifyFloatMax() local
[all …]
/external/deqp/modules/gles2/functional/
Des2fDefaultVertexAttributeTests.cpp180 bool verifyUnicoloredBuffer (const tcu::Surface& scene, const tcu::Vec4& refValue);
421 bool AttributeCase::verifyUnicoloredBuffer (const tcu::Surface& scene, const tcu::Vec4& refValue) in verifyUnicoloredBuffer() argument
424 const tcu::RGBA refColor (refValue); in verifyUnicoloredBuffer()
Des2fShaderBuiltinVarTests.cpp105 const int refValue = getRefValue(); in init() local
106 …m_testCtx.getLog() << tcu::TestLog::Message << m_varName << " = " << refValue << tcu::TestLog::End… in init()
137 …src << "\tbool isOk = " << m_varName << " == (" << refValue << " + int(floor(" << (m_isVertexCase … in init()
/external/deqp/modules/gles3/functional/
Des3fDefaultVertexAttributeTests.cpp256 bool verifyUnicoloredBuffer (const tcu::Surface& scene, const tcu::Vec4& refValue);
498 bool AttributeCase::verifyUnicoloredBuffer (const tcu::Surface& scene, const tcu::Vec4& refValue) in verifyUnicoloredBuffer() argument
501 const tcu::RGBA refColor (refValue); in verifyUnicoloredBuffer()
/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeShaderBuiltinVarTests.cpp531 …const UVec3 refValue = m_builtin_var_case->computeReference(subCase.numWorkGroups(), subCase.loc… in iterate() local
536 if (!compareNumComponents(refValue, resValue, numScalars)) in iterate()
542 << ": expected " << LogComps(refValue, numScalars) in iterate()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawInvertedDepthRangesTests.cpp527 const auto refValue = refAccess.getPixDepth(x, y); in iterate() local
529 if (!de::inRange(resValue, refValue - kDepthThreshold, refValue + kDepthThreshold)) in iterate()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktOpaqueTypeIndexingTests.cpp1361 const deUint32 refValue = m_inValues[m_readIndices[readNdx]]; in iterate() local
1364 if (refValue != resValue) in iterate()
1368 << tcu::toHex(refValue) << ", got " << tcu::toHex(resValue) in iterate()
/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingAccelerationStructuresTests.cpp810 …float refValue = ((inTriangle && testParams.emptyASCase == EmptyAccelerationStructureCase::NOT_EMP… in verifyImage() local
811 referenceAccess.setPixel(tcu::Vec4(refValue, 0.0f, 0.0f, 1.0f), i, j); in verifyImage()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassSubpassDependencyTests.cpp2826 …const tcu::Vec4 refValue = tcu::Vec4(initValue.x(), initValue.y(), initValue.x() + initValue.y(), … in iterateInternal() local
2828 referenceAccess.setPixel(refValue, x, y, 0); in iterateInternal()
/external/icu/tools/srcgen/currysrc/libs/
Dorg.eclipse.osgi_3.13.0.v20180409-1500.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_ ...
/external/kotlinc/lib/
Dkotlin-compiler.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/backend-common. ...