Home
last modified time | relevance | path

Searched defs: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()
196 …CallLogWrapper& gl, glw::GLenum target, int level, glw::GLenum pname, int refValue, QueryType type) in verifyTextureLevelParameterEqual()
201 …CallLogWrapper& gl, glw::GLenum target, int level, glw::GLenum pname, int refValue, QueryType type) in verifyTextureLevelParameterInternalFormatEqual()
206 …CallLogWrapper& gl, glw::GLenum target, int level, glw::GLenum pname, int refValue, QueryType type) in verifyTextureLevelParameterGreaterOrEqual()
1024 const int refValue = (spec.levels.empty()) ? (0) : (spec.sampleCount); in checkTextureState() local
1042 const int refValue = (spec.levels.empty()) ? (1) : ((spec.fixedSamplePos) ? (1) : (0)); in checkTextureState() local
1065 const int refValue = initialValue; in checkTextureState() local
1074 const int refValue = spec.levels[levelNdx].width; in checkTextureState() local
1101 const int refValue = initialValue; in checkTextureState() local
1110 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
/third_party/node/test/node-api/test_reference_by_node_api_version/
Dtest_reference_by_node_api_version.c92 napi_ref refValue; in GetRefValue() local
100 napi_ref refValue; in Ref() local
108 napi_ref refValue; in Unref() local
116 napi_ref refValue; in DeleteRef() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemFillUpdateCopyBufferTests.cpp381 const tcu::Vec4 refValue (fillValue.flt); in createFillUpdateCopyBufferFloatTests() local
492 const tcu::IVec4 refValue (fillValue.integer); in createFillUpdateCopyBufferIntegerTests() local
596 const tcu::UVec4 refValue (fillValue); in createFillUpdateCopyBufferUnsignedTests() local
DvktProtectedMemStorageBufferTests.cpp797 tcu::UVec4& refValue, in calculateAtomicOpData()
944 tcu::UVec4 refValue; in createAtomicStorageBufferTests() local
958 tcu::UVec4 refValue; in createAtomicStorageBufferTests() local
DvktProtectedMemAttachmentLoadTests.cpp310 …const tcu::Vec4 refValue (clearValue.color.float32[0], clearValue.color.float32[1], clearValue.co… in createAttachmentLoadTests() local
DvktProtectedMemClearColorImageTests.cpp332 …const tcu::Vec4 refValue (clearValue.color.float32[0], clearValue.color.float32[1], clearValue.co… in createClearColorImageTests() local
DvktProtectedMemAttachmentClearTests.cpp366 …const tcu::Vec4 refValue (clearValue.color.float32[0], clearValue.color.float32[1], clearValue.co… in createAttachmentClearTests() local
DvktProtectedMemCopyImageTests.cpp437 …const tcu::Vec4 refValue (clearValue.color.float32[0], clearValue.color.float32[1], clearValue.co… in createCopyImageTests() local
DvktProtectedMemBlitImageTests.cpp439 …const tcu::Vec4 refValue (clearValue.color.float32[0], clearValue.color.float32[1], clearValue.co… in createBlitImageTests() local
DvktProtectedMemCopyBufferToImageTests.cpp399 const tcu::Vec4 refValue (fillValue.flt); in createCopyBufferToImageTests() local
DvktProtectedMemCopyImageToBufferTests.cpp404 …const tcu::Vec4 refValue(clearValue.color.float32[0], clearValue.color.float32[1], clearValue.col… in createCopyImageToFloatBufferTests() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/
DvktProtectedMemFillUpdateCopyBufferTests.cpp381 const tcu::Vec4 refValue (fillValue.flt); in createFillUpdateCopyBufferFloatTests() local
492 const tcu::IVec4 refValue (fillValue.integer); in createFillUpdateCopyBufferIntegerTests() local
596 const tcu::UVec4 refValue (fillValue); in createFillUpdateCopyBufferUnsignedTests() local
DvktProtectedMemStorageBufferTests.cpp809 tcu::UVec4& refValue, in calculateAtomicOpData()
953 tcu::UVec4 refValue; in createAtomicStorageBufferTests() local
967 tcu::UVec4 refValue; in createAtomicStorageBufferTests() local
DvktProtectedMemAttachmentLoadTests.cpp309 …const tcu::Vec4 refValue (clearValue.color.float32[0], clearValue.color.float32[1], clearValue.co… in createAttachmentLoadTests() local
DvktProtectedMemClearColorImageTests.cpp331 …const tcu::Vec4 refValue (clearValue.color.float32[0], clearValue.color.float32[1], clearValue.co… in createClearColorImageTests() local
DvktProtectedMemAttachmentClearTests.cpp365 …const tcu::Vec4 refValue (clearValue.color.float32[0], clearValue.color.float32[1], clearValue.co… in createAttachmentClearTests() local
DvktProtectedMemCopyImageTests.cpp436 …const tcu::Vec4 refValue (clearValue.color.float32[0], clearValue.color.float32[1], clearValue.co… in createCopyImageTests() local
DvktProtectedMemBlitImageTests.cpp438 …const tcu::Vec4 refValue (clearValue.color.float32[0], clearValue.color.float32[1], clearValue.co… in createBlitImageTests() local
DvktProtectedMemCopyBufferToImageTests.cpp398 const tcu::Vec4 refValue (fillValue.flt); in createCopyBufferToImageTests() local
DvktProtectedMemCopyImageToBufferTests.cpp403 …const tcu::Vec4 refValue(clearValue.color.float32[0], clearValue.color.float32[1], clearValue.col… in createCopyImageToFloatBufferTests() local
/third_party/vk-gl-cts/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()
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fDefaultVertexAttributeTests.cpp421 bool AttributeCase::verifyUnicoloredBuffer (const tcu::Surface& scene, const tcu::Vec4& refValue) in verifyUnicoloredBuffer()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fDefaultVertexAttributeTests.cpp498 bool AttributeCase::verifyUnicoloredBuffer (const tcu::Surface& scene, const tcu::Vec4& 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

12