Home
last modified time | relevance | path

Searched defs:refValue (Results 1 – 10 of 10) 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/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.cpp103 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.cpp500 …const UVec3 refValue = m_builtin_var_case->computeReference(subCase.numWorkGroups(), subCase.loc… in iterate() local
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktOpaqueTypeIndexingTests.cpp1445 const deUint32 refValue = m_inValues[m_readIndices[readNdx]]; in iterate() local