/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fTextureLevelStateQueryTests.cpp | 180 …CallLogWrapper& gl, glw::GLenum target, int level, glw::GLenum pname, int refValue, QueryType type) in verifyTextureLevelParameterEqualWithPrinter() argument 185 …reLevelParameterStr(pname) << ", expecting " << Printer::getIntegerName(refValue) << tcu::TestLog:… in verifyTextureLevelParameterEqualWithPrinter() 191 verifyInteger(result, state, refValue); in verifyTextureLevelParameterEqualWithPrinter() 196 …CallLogWrapper& gl, glw::GLenum target, int level, glw::GLenum pname, int refValue, QueryType type) in verifyTextureLevelParameterEqual() argument 198 …ifyTextureLevelParameterEqualWithPrinter<IntegerPrinter>(gl, target, level, pname, refValue, type); in verifyTextureLevelParameterEqual() 201 …CallLogWrapper& gl, glw::GLenum target, int level, glw::GLenum pname, int refValue, QueryType type) in verifyTextureLevelParameterInternalFormatEqual() argument 203 …extureLevelParameterEqualWithPrinter<PixelFormatPrinter>(gl, target, level, pname, refValue, type); in verifyTextureLevelParameterInternalFormatEqual() 206 …CallLogWrapper& gl, glw::GLenum target, int level, glw::GLenum pname, int refValue, QueryType type) in verifyTextureLevelParameterGreaterOrEqual() argument 211 …fying " << glu::getTextureLevelParameterStr(pname) << ", expecting " << refValue << " or greater" … in verifyTextureLevelParameterGreaterOrEqual() 217 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()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/ |
D | vktProtectedMemFillUpdateCopyBufferTests.cpp | 381 const tcu::Vec4 refValue (fillValue.flt); in createFillUpdateCopyBufferFloatTests() local 390 { refValue, refValue, refValue, refValue } in createFillUpdateCopyBufferFloatTests() 492 const tcu::IVec4 refValue (fillValue.integer); in createFillUpdateCopyBufferIntegerTests() local 501 { refValue, refValue, refValue, refValue } in createFillUpdateCopyBufferIntegerTests() 596 const tcu::UVec4 refValue (fillValue); in createFillUpdateCopyBufferUnsignedTests() local 605 { refValue, refValue, refValue, refValue } in createFillUpdateCopyBufferUnsignedTests()
|
D | vktProtectedMemStorageBufferTests.cpp | 809 tcu::UVec4& refValue, in calculateAtomicOpData() argument 816 refValue = inputValue + tcu::UVec4(atomicArg); in calculateAtomicOpData() 822 …refValue = tcu::UVec4(std::min(inputValue.x(), atomicArg), std::min(inputValue.y(), atomicArg), st… in calculateAtomicOpData() 828 …refValue = tcu::UVec4(std::max(inputValue.x(), atomicArg), std::max(inputValue.y(), atomicArg), st… in calculateAtomicOpData() 834 …refValue = tcu::UVec4(inputValue.x() & atomicArg, inputValue.y() & atomicArg, inputValue.z() & ato… in calculateAtomicOpData() 840 …refValue = tcu::UVec4(inputValue.x() | atomicArg, inputValue.y() | atomicArg, inputValue.z() | ato… in calculateAtomicOpData() 846 …refValue = tcu::UVec4(inputValue.x() ^ atomicArg, inputValue.y() ^ atomicArg, inputValue.z() ^ ato… in calculateAtomicOpData() 852 refValue = tcu::UVec4(atomicArg); in calculateAtomicOpData() 861 refValue = inputValue; in calculateAtomicOpData() 862 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 | 398 const tcu::Vec4 refValue (fillValue.flt); in createCopyBufferToImageTests() local 407 { refValue, refValue, refValue, refValue } in createCopyBufferToImageTests()
|
D | vktProtectedMemClearColorImageTests.cpp | 331 …const tcu::Vec4 refValue (clearValue.color.float32[0], clearValue.color.float32[1], clearValue.co… in createClearColorImageTests() local 340 { 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 | 436 …const tcu::Vec4 refValue (clearValue.color.float32[0], clearValue.color.float32[1], clearValue.co… in createCopyImageTests() local 445 { refValue, refValue, refValue, refValue } in createCopyImageTests()
|
D | vktProtectedMemBlitImageTests.cpp | 438 …const tcu::Vec4 refValue (clearValue.color.float32[0], clearValue.color.float32[1], clearValue.co… in createBlitImageTests() local 447 { refValue, refValue, refValue, refValue } in createBlitImageTests()
|
D | vktProtectedMemCopyImageToBufferTests.cpp | 403 …const tcu::Vec4 refValue(clearValue.color.float32[0], clearValue.color.float32[1], clearValue.col… in createCopyImageToFloatBufferTests() local 412 { refValue, refValue, refValue, refValue } in createCopyImageToFloatBufferTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/ |
D | vktProtectedMemFillUpdateCopyBufferTests.cpp | 381 const tcu::Vec4 refValue (fillValue.flt); in createFillUpdateCopyBufferFloatTests() local 390 { refValue, refValue, refValue, refValue } in createFillUpdateCopyBufferFloatTests() 492 const tcu::IVec4 refValue (fillValue.integer); in createFillUpdateCopyBufferIntegerTests() local 501 { refValue, refValue, refValue, refValue } in createFillUpdateCopyBufferIntegerTests() 596 const tcu::UVec4 refValue (fillValue); in createFillUpdateCopyBufferUnsignedTests() local 605 { refValue, refValue, refValue, refValue } in createFillUpdateCopyBufferUnsignedTests()
|
D | vktProtectedMemStorageBufferTests.cpp | 809 tcu::UVec4& refValue, in calculateAtomicOpData() argument 816 refValue = inputValue + tcu::UVec4(atomicArg); in calculateAtomicOpData() 822 …refValue = tcu::UVec4(std::min(inputValue.x(), atomicArg), std::min(inputValue.y(), atomicArg), st… in calculateAtomicOpData() 828 …refValue = tcu::UVec4(std::max(inputValue.x(), atomicArg), std::max(inputValue.y(), atomicArg), st… in calculateAtomicOpData() 834 …refValue = tcu::UVec4(inputValue.x() & atomicArg, inputValue.y() & atomicArg, inputValue.z() & ato… in calculateAtomicOpData() 840 …refValue = tcu::UVec4(inputValue.x() | atomicArg, inputValue.y() | atomicArg, inputValue.z() | ato… in calculateAtomicOpData() 846 …refValue = tcu::UVec4(inputValue.x() ^ atomicArg, inputValue.y() ^ atomicArg, inputValue.z() ^ ato… in calculateAtomicOpData() 852 refValue = tcu::UVec4(atomicArg); in calculateAtomicOpData() 861 refValue = inputValue; in calculateAtomicOpData() 862 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 | 398 const tcu::Vec4 refValue (fillValue.flt); in createCopyBufferToImageTests() local 407 { refValue, refValue, refValue, refValue } in createCopyBufferToImageTests()
|
D | vktProtectedMemClearColorImageTests.cpp | 331 …const tcu::Vec4 refValue (clearValue.color.float32[0], clearValue.color.float32[1], clearValue.co… in createClearColorImageTests() local 340 { 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 | 436 …const tcu::Vec4 refValue (clearValue.color.float32[0], clearValue.color.float32[1], clearValue.co… in createCopyImageTests() local 445 { refValue, refValue, refValue, refValue } in createCopyImageTests()
|
D | vktProtectedMemCopyImageToBufferTests.cpp | 403 …const tcu::Vec4 refValue(clearValue.color.float32[0], clearValue.color.float32[1], clearValue.col… in createCopyImageToFloatBufferTests() local 412 { refValue, refValue, refValue, refValue } in createCopyImageToFloatBufferTests()
|
D | vktProtectedMemBlitImageTests.cpp | 438 …const tcu::Vec4 refValue (clearValue.color.float32[0], clearValue.color.float32[1], clearValue.co… in createBlitImageTests() local 447 { refValue, refValue, refValue, refValue } in createBlitImageTests()
|
/third_party/vk-gl-cts/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 …]
|
/third_party/vk-gl-cts/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()
|
/third_party/vk-gl-cts/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()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/ |
D | vktComputeShaderBuiltinVarTests.cpp | 537 …const UVec3 refValue = m_builtin_var_case->computeReference(subCase.numWorkGroups(), subCase.loc… in iterate() local 542 if (!compareNumComponents(refValue, resValue, numScalars)) in iterate() 548 << ": expected " << LogComps(refValue, numScalars) in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/ |
D | vktComputeShaderBuiltinVarTests.cpp | 537 …const UVec3 refValue = m_builtin_var_case->computeReference(subCase.numWorkGroups(), subCase.loc… in iterate() local 542 if (!compareNumComponents(refValue, resValue, numScalars)) in iterate() 548 << ": expected " << LogComps(refValue, numScalars) in iterate()
|