Home
last modified time | relevance | path

Searched defs: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()
193 …CallLogWrapper& gl, glw::GLenum target, int level, glw::GLenum pname, int refValue, QueryType type) in verifyTextureLevelParameterEqual()
198 …CallLogWrapper& gl, glw::GLenum target, int level, glw::GLenum pname, int refValue, QueryType type) in verifyTextureLevelParameterInternalFormatEqual()
203 …CallLogWrapper& gl, glw::GLenum target, int level, glw::GLenum pname, int refValue, QueryType type) in verifyTextureLevelParameterGreaterOrEqual()
1021 const int refValue = (spec.levels.empty()) ? (0) : (spec.sampleCount); in checkTextureState() local
1039 const int refValue = (spec.levels.empty()) ? (1) : ((spec.fixedSamplePos) ? (1) : (0)); in checkTextureState() local
1062 const int refValue = initialValue; in checkTextureState() local
1071 const int refValue = spec.levels[levelNdx].width; in checkTextureState() local
1098 const int refValue = initialValue; in checkTextureState() local
1107 const int refValue = spec.levels[levelNdx].height; in checkTextureState() local
[all …]
Des31fComputeShaderBuiltinVarTests.cpp258 …const UVec3 refValue = computeReference(subCase.numWorkGroups, subCase.localSize, refGroupID, r… in iterate() local
Des31fOpaqueTypeIndexingTests.cpp915 const deUint32 refValue = inValues[readIndices[readNdx]]; in iterate() local
Des31fShaderAtomicOpTests.cpp1056 const int refValue = localNdx; in iterate() local
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemFillUpdateCopyBufferTests.cpp372 tcu::Vec4 refValue (fillValue.flt); in createFillUpdateCopyBufferFloatTests() local
481 tcu::IVec4 refValue (fillValue.integer); in createFillUpdateCopyBufferIntegerTests() local
583 tcu::UVec4 refValue (fillValue); in createFillUpdateCopyBufferUnsignedTests() local
DvktProtectedMemStorageBufferTests.cpp735 tcu::UVec4& refValue, in calculateAtomicOpData()
873 tcu::UVec4 refValue; in createAtomicStorageBufferTests() local
887 tcu::UVec4 refValue; in createAtomicStorageBufferTests() local
DvktProtectedMemAttachmentLoadTests.cpp309 …tcu::Vec4 refValue (clearValue.color.float32[0], clearValue.color.float32[1], clearValue.color.f… in createAttachmentLoadTests() local
DvktProtectedMemClearColorImageTests.cpp327 …tcu::Vec4 refValue (clearValue.color.float32[0], clearValue.color.float32[1], clearValue.color.f… in createClearColorImageTests() local
DvktProtectedMemCopyImageToBufferTests.cpp380 …tcu::Vec4 refValue (clearValue.color.float32[0], clearValue.color.float32[1], clearValue.color.f… in createCopyImageToFloatBufferTests() local
DvktProtectedMemBlitImageTests.cpp434 …tcu::Vec4 refValue (clearValue.color.float32[0], clearValue.color.float32[1], clearValue.color.f… in createBlitImageTests() local
DvktProtectedMemCopyImageTests.cpp432 …tcu::Vec4 refValue (clearValue.color.float32[0], clearValue.color.float32[1], clearValue.color.f… in createCopyImageTests() local
DvktProtectedMemAttachmentClearTests.cpp365 …tcu::Vec4 refValue (clearValue.color.float32[0], clearValue.color.float32[1], clearValue.color.f… in createAttachmentClearTests() local
DvktProtectedMemCopyBufferToImageTests.cpp389 tcu::Vec4 refValue (fillValue.flt); in createCopyBufferToImageTests() local
/external/deqp/modules/glshared/
DglsStateQueryUtil.cpp1335 const glw::GLint refValue = roundGLfloatToNearestIntegerHalfDown<glw::GLint>(minValue); in verifyFloatMin() local
1359 const glw::GLint64 refValue = roundGLfloatToNearestIntegerHalfDown<glw::GLint64>(minValue); in verifyFloatMin() local
1389 const glw::GLint refValue = roundGLfloatToNearestIntegerHalfUp<glw::GLint>(maxValue); in verifyFloatMax() local
1413 const glw::GLint64 refValue = roundGLfloatToNearestIntegerHalfUp<glw::GLint64>(maxValue); in verifyFloatMax() local
1829 …ResultCollector& result, glu::CallLogWrapper& gl, glw::GLenum target, bool refValue, QueryType typ… in verifyStateBoolean()
1839 …ResultCollector& result, glu::CallLogWrapper& gl, glw::GLenum target, int refValue, QueryType type) in verifyStateInteger()
/external/deqp/modules/gles2/functional/
Des2fDefaultVertexAttributeTests.cpp421 bool AttributeCase::verifyUnicoloredBuffer (const tcu::Surface& scene, const tcu::Vec4& refValue) in verifyUnicoloredBuffer()
Des2fShaderBuiltinVarTests.cpp104 const int refValue = getRefValue(); in init() local
/external/deqp/modules/gles3/functional/
Des3fDefaultVertexAttributeTests.cpp498 bool AttributeCase::verifyUnicoloredBuffer (const tcu::Surface& scene, const tcu::Vec4& 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
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktOpaqueTypeIndexingTests.cpp1337 const deUint32 refValue = m_inValues[m_readIndices[readNdx]]; in iterate() local