Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fTextureLevelStateQueryTests.cpp177 …CallLogWrapper& gl, glw::GLenum target, int level, glw::GLenum pname, int refValue, QueryType type) in verifyTextureLevelParameterEqualWithPrinter() argument
182 …reLevelParameterStr(pname) << ", expecting " << Printer::getIntegerName(refValue) << tcu::TestLog:… in verifyTextureLevelParameterEqualWithPrinter()
188 verifyInteger(result, state, refValue); in verifyTextureLevelParameterEqualWithPrinter()
193 …CallLogWrapper& gl, glw::GLenum target, int level, glw::GLenum pname, int refValue, QueryType type) in verifyTextureLevelParameterEqual() argument
195 …ifyTextureLevelParameterEqualWithPrinter<IntegerPrinter>(gl, target, level, pname, refValue, type); in verifyTextureLevelParameterEqual()
198 …CallLogWrapper& gl, glw::GLenum target, int level, glw::GLenum pname, int refValue, QueryType type) in verifyTextureLevelParameterInternalFormatEqual() argument
200 …extureLevelParameterEqualWithPrinter<PixelFormatPrinter>(gl, target, level, pname, refValue, type); in verifyTextureLevelParameterInternalFormatEqual()
203 …CallLogWrapper& gl, glw::GLenum target, int level, glw::GLenum pname, int refValue, QueryType type) in verifyTextureLevelParameterGreaterOrEqual() argument
208 …fying " << glu::getTextureLevelParameterStr(pname) << ", expecting " << refValue << " or greater" … in verifyTextureLevelParameterGreaterOrEqual()
214 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.cpp915 const deUint32 refValue = inValues[readIndices[readNdx]]; in iterate() local
918 if (refValue != resValue) in iterate()
922 << tcu::toHex(refValue) << ", got " << tcu::toHex(resValue) in iterate()
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemFillUpdateCopyBufferTests.cpp372 tcu::Vec4 refValue (fillValue.flt); in createFillUpdateCopyBufferFloatTests() local
379 { refValue, refValue, refValue, refValue } in createFillUpdateCopyBufferFloatTests()
481 tcu::IVec4 refValue (fillValue.integer); in createFillUpdateCopyBufferIntegerTests() local
488 { refValue, refValue, refValue, refValue } in createFillUpdateCopyBufferIntegerTests()
583 tcu::UVec4 refValue (fillValue); in createFillUpdateCopyBufferUnsignedTests() local
590 { refValue, refValue, refValue, refValue } in createFillUpdateCopyBufferUnsignedTests()
DvktProtectedMemStorageBufferTests.cpp735 tcu::UVec4& refValue, in calculateAtomicOpData() argument
742 refValue = inputValue + tcu::UVec4(atomicArg); in calculateAtomicOpData()
748refValue = tcu::UVec4(std::min(inputValue.x(), atomicArg), std::min(inputValue.y(), atomicArg), st… in calculateAtomicOpData()
754refValue = tcu::UVec4(std::max(inputValue.x(), atomicArg), std::max(inputValue.y(), atomicArg), st… in calculateAtomicOpData()
760refValue = tcu::UVec4(inputValue.x() & atomicArg, inputValue.y() & atomicArg, inputValue.z() & ato… in calculateAtomicOpData()
766refValue = tcu::UVec4(inputValue.x() | atomicArg, inputValue.y() | atomicArg, inputValue.z() | ato… in calculateAtomicOpData()
772refValue = tcu::UVec4(inputValue.x() ^ atomicArg, inputValue.y() ^ atomicArg, inputValue.z() ^ ato… in calculateAtomicOpData()
778 refValue = tcu::UVec4(atomicArg); in calculateAtomicOpData()
787 refValue = inputValue; in calculateAtomicOpData()
788 refValue[selectedNdx] = atomicArg; in calculateAtomicOpData()
[all …]
DvktProtectedMemAttachmentLoadTests.cpp309 …tcu::Vec4 refValue (clearValue.color.float32[0], clearValue.color.float32[1], clearValue.color.f… in createAttachmentLoadTests() local
315 { refValue, refValue, refValue, refValue } in createAttachmentLoadTests()
DvktProtectedMemCopyBufferToImageTests.cpp389 tcu::Vec4 refValue (fillValue.flt); in createCopyBufferToImageTests() local
396 { refValue, refValue, refValue, refValue } in createCopyBufferToImageTests()
DvktProtectedMemClearColorImageTests.cpp327 …tcu::Vec4 refValue (clearValue.color.float32[0], clearValue.color.float32[1], clearValue.color.f… in createClearColorImageTests() local
334 { refValue, refValue, refValue, refValue } in createClearColorImageTests()
DvktProtectedMemCopyImageToBufferTests.cpp380 …tcu::Vec4 refValue (clearValue.color.float32[0], clearValue.color.float32[1], clearValue.color.f… in createCopyImageToFloatBufferTests() local
387 { refValue, refValue, refValue, refValue } in createCopyImageToFloatBufferTests()
DvktProtectedMemBlitImageTests.cpp434 …tcu::Vec4 refValue (clearValue.color.float32[0], clearValue.color.float32[1], clearValue.color.f… in createBlitImageTests() local
441 { refValue, refValue, refValue, refValue } in createBlitImageTests()
DvktProtectedMemCopyImageTests.cpp432 …tcu::Vec4 refValue (clearValue.color.float32[0], clearValue.color.float32[1], clearValue.color.f… in createCopyImageTests() local
439 { refValue, refValue, refValue, refValue } in createCopyImageTests()
DvktProtectedMemAttachmentClearTests.cpp365 …tcu::Vec4 refValue (clearValue.color.float32[0], clearValue.color.float32[1], clearValue.color.f… in createAttachmentClearTests() local
372 { refValue, refValue, refValue, refValue } in createAttachmentClearTests()
/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.cpp104 const int refValue = getRefValue(); in init() local
105 …m_testCtx.getLog() << tcu::TestLog::Message << m_varName << " = " << refValue << tcu::TestLog::End… in init()
136 …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.cpp530 …const UVec3 refValue = m_builtin_var_case->computeReference(subCase.numWorkGroups(), subCase.loc… in iterate() local
535 if (!compareNumComponents(refValue, resValue, numScalars)) in iterate()
541 << ": expected " << LogComps(refValue, numScalars) in iterate()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktOpaqueTypeIndexingTests.cpp1337 const deUint32 refValue = m_inValues[m_readIndices[readNdx]]; in iterate() local
1340 if (refValue != resValue) in iterate()
1344 << tcu::toHex(refValue) << ", got " << tcu::toHex(resValue) in iterate()