/external/deqp/modules/gles31/functional/ |
D | es31fTextureLevelStateQueryTests.cpp | 178 …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 …]
|
D | es31fComputeShaderBuiltinVarTests.cpp | 258 …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()
|
D | es31fShaderAtomicOpTests.cpp | 1056 const int refValue = localNdx; in iterate() local 1059 if (outputValue != refValue) in iterate() 1062 << ": expected " << refValue << ", got " << outputValue in iterate()
|
D | es31fOpaqueTypeIndexingTests.cpp | 923 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/ |
D | vktProtectedMemFillUpdateCopyBufferTests.cpp | 377 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()
|
D | vktProtectedMemStorageBufferTests.cpp | 732 tcu::UVec4& refValue, in calculateAtomicOpData() argument 739 refValue = inputValue + tcu::UVec4(atomicArg); in calculateAtomicOpData() 745 …refValue = tcu::UVec4(std::min(inputValue.x(), atomicArg), std::min(inputValue.y(), atomicArg), st… in calculateAtomicOpData() 751 …refValue = tcu::UVec4(std::max(inputValue.x(), atomicArg), std::max(inputValue.y(), atomicArg), st… in calculateAtomicOpData() 757 …refValue = tcu::UVec4(inputValue.x() & atomicArg, inputValue.y() & atomicArg, inputValue.z() & ato… in calculateAtomicOpData() 763 …refValue = tcu::UVec4(inputValue.x() | atomicArg, inputValue.y() | atomicArg, inputValue.z() | ato… in calculateAtomicOpData() 769 …refValue = 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 …]
|
D | vktProtectedMemAttachmentLoadTests.cpp | 309 …const tcu::Vec4 refValue (clearValue.color.float32[0], clearValue.color.float32[1], clearValue.co… in createAttachmentLoadTests() local 317 { refValue, refValue, refValue, refValue } in createAttachmentLoadTests()
|
D | vktProtectedMemCopyBufferToImageTests.cpp | 394 const tcu::Vec4 refValue (fillValue.flt); in createCopyBufferToImageTests() local 403 { refValue, refValue, refValue, refValue } in createCopyBufferToImageTests()
|
D | vktProtectedMemClearColorImageTests.cpp | 327 …const tcu::Vec4 refValue (clearValue.color.float32[0], clearValue.color.float32[1], clearValue.co… in createClearColorImageTests() local 336 { refValue, refValue, refValue, refValue } in createClearColorImageTests()
|
D | vktProtectedMemAttachmentClearTests.cpp | 365 …const tcu::Vec4 refValue (clearValue.color.float32[0], clearValue.color.float32[1], clearValue.co… in createAttachmentClearTests() local 374 { refValue, refValue, refValue, refValue } in createAttachmentClearTests()
|
D | vktProtectedMemCopyImageTests.cpp | 432 …const tcu::Vec4 refValue (clearValue.color.float32[0], clearValue.color.float32[1], clearValue.co… in createCopyImageTests() local 441 { refValue, refValue, refValue, refValue } in createCopyImageTests()
|
D | vktProtectedMemBlitImageTests.cpp | 434 …const tcu::Vec4 refValue (clearValue.color.float32[0], clearValue.color.float32[1], clearValue.co… in createBlitImageTests() local 443 { refValue, refValue, refValue, refValue } in createBlitImageTests()
|
D | vktProtectedMemCopyImageToBufferTests.cpp | 381 …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/ |
D | glsStateQueryUtil.cpp | 1335 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/ |
D | es2fDefaultVertexAttributeTests.cpp | 180 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()
|
D | es2fShaderBuiltinVarTests.cpp | 105 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/external/vulkancts/modules/vulkan/compute/ |
D | vktComputeShaderBuiltinVarTests.cpp | 531 …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/modules/gles3/functional/ |
D | es3fDefaultVertexAttributeTests.cpp | 256 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/draw/ |
D | vktDrawInvertedDepthRangesTests.cpp | 527 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/ |
D | vktOpaqueTypeIndexingTests.cpp | 1361 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/ |
D | vktRayTracingAccelerationStructuresTests.cpp | 810 …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/ |
D | vktRenderPassSubpassDependencyTests.cpp | 2826 …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()
|