Home
last modified time | relevance | path

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

12

/third_party/vk-gl-cts/modules/gles31/functional/
Des31fTextureLevelStateQueryTests.cpp180 …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 …]
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()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemFillUpdateCopyBufferTests.cpp381 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()
DvktProtectedMemStorageBufferTests.cpp809 tcu::UVec4& refValue, in calculateAtomicOpData() argument
816 refValue = inputValue + tcu::UVec4(atomicArg); in calculateAtomicOpData()
822refValue = tcu::UVec4(std::min(inputValue.x(), atomicArg), std::min(inputValue.y(), atomicArg), st… in calculateAtomicOpData()
828refValue = tcu::UVec4(std::max(inputValue.x(), atomicArg), std::max(inputValue.y(), atomicArg), st… in calculateAtomicOpData()
834refValue = tcu::UVec4(inputValue.x() & atomicArg, inputValue.y() & atomicArg, inputValue.z() & ato… in calculateAtomicOpData()
840refValue = tcu::UVec4(inputValue.x() | atomicArg, inputValue.y() | atomicArg, inputValue.z() | ato… in calculateAtomicOpData()
846refValue = 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 …]
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()
DvktProtectedMemCopyBufferToImageTests.cpp398 const tcu::Vec4 refValue (fillValue.flt); in createCopyBufferToImageTests() local
407 { refValue, refValue, refValue, refValue } in createCopyBufferToImageTests()
DvktProtectedMemClearColorImageTests.cpp331 …const tcu::Vec4 refValue (clearValue.color.float32[0], clearValue.color.float32[1], clearValue.co… in createClearColorImageTests() local
340 { refValue, refValue, refValue, refValue } in createClearColorImageTests()
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()
DvktProtectedMemCopyImageTests.cpp436 …const tcu::Vec4 refValue (clearValue.color.float32[0], clearValue.color.float32[1], clearValue.co… in createCopyImageTests() local
445 { refValue, refValue, refValue, refValue } in createCopyImageTests()
DvktProtectedMemBlitImageTests.cpp438 …const tcu::Vec4 refValue (clearValue.color.float32[0], clearValue.color.float32[1], clearValue.co… in createBlitImageTests() local
447 { refValue, refValue, refValue, refValue } in createBlitImageTests()
DvktProtectedMemCopyImageToBufferTests.cpp403 …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/
DvktProtectedMemFillUpdateCopyBufferTests.cpp381 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()
DvktProtectedMemStorageBufferTests.cpp809 tcu::UVec4& refValue, in calculateAtomicOpData() argument
816 refValue = inputValue + tcu::UVec4(atomicArg); in calculateAtomicOpData()
822refValue = tcu::UVec4(std::min(inputValue.x(), atomicArg), std::min(inputValue.y(), atomicArg), st… in calculateAtomicOpData()
828refValue = tcu::UVec4(std::max(inputValue.x(), atomicArg), std::max(inputValue.y(), atomicArg), st… in calculateAtomicOpData()
834refValue = tcu::UVec4(inputValue.x() & atomicArg, inputValue.y() & atomicArg, inputValue.z() & ato… in calculateAtomicOpData()
840refValue = tcu::UVec4(inputValue.x() | atomicArg, inputValue.y() | atomicArg, inputValue.z() | ato… in calculateAtomicOpData()
846refValue = 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 …]
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()
DvktProtectedMemCopyBufferToImageTests.cpp398 const tcu::Vec4 refValue (fillValue.flt); in createCopyBufferToImageTests() local
407 { refValue, refValue, refValue, refValue } in createCopyBufferToImageTests()
DvktProtectedMemClearColorImageTests.cpp331 …const tcu::Vec4 refValue (clearValue.color.float32[0], clearValue.color.float32[1], clearValue.co… in createClearColorImageTests() local
340 { refValue, refValue, refValue, refValue } in createClearColorImageTests()
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()
DvktProtectedMemCopyImageTests.cpp436 …const tcu::Vec4 refValue (clearValue.color.float32[0], clearValue.color.float32[1], clearValue.co… in createCopyImageTests() local
445 { refValue, refValue, refValue, refValue } in createCopyImageTests()
DvktProtectedMemCopyImageToBufferTests.cpp403 …const tcu::Vec4 refValue(clearValue.color.float32[0], clearValue.color.float32[1], clearValue.col… in createCopyImageToFloatBufferTests() local
412 { refValue, refValue, refValue, refValue } in createCopyImageToFloatBufferTests()
DvktProtectedMemBlitImageTests.cpp438 …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/
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 …]
/third_party/vk-gl-cts/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()
/third_party/vk-gl-cts/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()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/
DvktComputeShaderBuiltinVarTests.cpp537 …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/
DvktComputeShaderBuiltinVarTests.cpp537 …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()

12