Home
last modified time | relevance | path

Searched refs:getSizedArrayElement (Results 1 – 24 of 24) sorted by relevance

/external/deqp/framework/opengl/
DgluVarType.cpp174 return de::getSizedArrayElement<STORAGE_LAST>(s_names, storage); in getStorageName()
181 return de::getSizedArrayElement<INTERPOLATION_LAST>(s_names, interpolation); in getInterpolationName()
203 return de::getSizedArrayElement<FORMATLAYOUT_LAST>(s_names, layout); in getFormatLayoutName()
229 return de::getSizedArrayElement<MATRIXORDER_LAST>(s_names, qualifier); in getMatrixOrderName()
DgluShaderUtil.cpp53 return de::getSizedArrayElement<GLSL_VERSION_LAST>(s_names, version); in getGLSLVersionName()
76 return de::getSizedArrayElement<GLSL_VERSION_LAST>(s_decl, version); in getGLSLVersionDeclaration()
119 return de::getSizedArrayElement<GLSL_VERSION_LAST>(s_minApi, version); in getMinAPIForGLSLVersion()
DgluObjectWrapper.cpp85 return de::getSizedArrayElement<OBJECTTYPE_LAST>(s_objectTraits, type); in objectTraits()
/external/deqp/external/vulkancts/framework/vulkan/
DvkWsiUtil.cpp47 return de::getSizedArrayElement<TYPE_LAST>(s_names, wsiType); in getName()
61 return de::getSizedArrayElement<TYPE_LAST>(s_extNames, wsiType); in getExtensionName()
120 return de::getSizedArrayElement<TYPE_LAST>(s_properties, wsiType); in getPlatformProperties()
DvkDebugReportUtil.cpp83 return de::getSizedArrayElement<VK_DEBUG_REPORT_OBJECT_TYPE_EXT_LAST>(s_names, objectType); in getShortObjectTypeName()
DvkPrograms.cpp240 return de::getSizedArrayElement<glu::SHADERTYPE_LAST>(s_shaderStages, shaderType); in getVkShaderStage()
DvkGlslToSpirV.cpp64 return de::getSizedArrayElement<glu::SHADERTYPE_LAST>(stageMap, type); in getGlslangStage()
/external/deqp/framework/delibs/decpp/
DdeArrayUtil.hpp34 const Elem& getSizedArrayElement (const Elem (&array)[Size], typename de::meta::EnableIf<int, LastE… in getSizedArrayElement() function
/external/deqp/modules/glshared/
DglsVertexArrayTests.cpp75 return de::getSizedArrayElement<Array::TARGET_LAST>(targets, (int)target); in targetToString()
99 return de::getSizedArrayElement<Array::INPUTTYPE_LAST>(types, (int)type); in inputTypeToString()
123 return de::getSizedArrayElement<Array::OUTPUTTYPE_LAST>(types, (int)type); in outputTypeToString()
144 return de::getSizedArrayElement<Array::USAGE_LAST>(usages, (int)usage); in usageTypeToString()
155 return de::getSizedArrayElement<Array::STORAGE_LAST>(storages, (int)storage); in storageToString()
168 return de::getSizedArrayElement<Array::PRIMITIVE_LAST>(primitives, (int)primitive); in primitiveToString()
192 return de::getSizedArrayElement<Array::INPUTTYPE_LAST>(size, (int)type); in inputTypeSize()
637 return de::getSizedArrayElement<Array::TARGET_LAST>(targets, (int)target); in targetToGL()
658 return de::getSizedArrayElement<Array::USAGE_LAST>(usages, (int)usage); in usageToGL()
680 return de::getSizedArrayElement<Array::INPUTTYPE_LAST>(types, (int)type); in inputTypeToGL()
[all …]
DglsDrawTest.cpp86 return de::getSizedArrayElement<DrawTestSpec::TARGET_LAST>(targets, (int)target); in targetToGL()
107 return de::getSizedArrayElement<DrawTestSpec::USAGE_LAST>(usages, (int)usage); in usageToGL()
129 return de::getSizedArrayElement<DrawTestSpec::INPUTTYPE_LAST>(types, (int)type); in inputTypeToGL()
153 return de::getSizedArrayElement<DrawTestSpec::OUTPUTTYPE_LAST>(types, (int)type); in outputTypeToGLType()
173 return de::getSizedArrayElement<DrawTestSpec::PRIMITIVE_LAST>(primitives, (int)primitive); in primitiveToGL()
185 return de::getSizedArrayElement<DrawTestSpec::INDEXTYPE_LAST>(indexTypes, (int)indexType); in indexTypeToGL()
282 return de::getSizedArrayElement<DrawTestSpec::DRAWMETHOD_LAST>(infos, (int)method); in getMethodInfo()
2328 return de::getSizedArrayElement<DrawTestSpec::TARGET_LAST>(targets, (int)target); in targetToString()
2352 return de::getSizedArrayElement<DrawTestSpec::INPUTTYPE_LAST>(types, (int)type); in inputTypeToString()
2376 return de::getSizedArrayElement<DrawTestSpec::OUTPUTTYPE_LAST>(types, (int)type); in outputTypeToString()
[all …]
DglsBufferTestUtil.cpp860 return de::getSizedArrayElement<WRITE_LAST>(s_desc, write); in getWriteTypeDescription()
873 return de::getSizedArrayElement<VERIFY_LAST>(s_desc, verify); in getVerifyTypeDescription()
DglsBuiltinPrecisionTests.cpp5330 const FloatFormat& fmt = *de::getSizedArrayElement<glu::PRECISION_LAST>(ctx.formats, precNdx); in createFuncGroup()
5331 const FloatFormat& highpFmt = *de::getSizedArrayElement<glu::PRECISION_LAST>(ctx.formats, in createFuncGroup()
/external/deqp/external/vulkancts/modules/vulkan/
DvktShaderLibrary.cpp950 return de::getSizedArrayElement<4>(vecFmts, scalarSize-1); in getVecFormat()
962 return de::getSizedArrayElement<4>(vecFmts, scalarSize-1); in getVecFormat()
974 return de::getSizedArrayElement<4>(vecFmts, scalarSize-1); in getVecFormat()
986 return de::getSizedArrayElement<4>(vecFmts, scalarSize-1); in getVecFormat()
/external/deqp/modules/gles31/functional/
Des31fDrawBuffersIndexedTests.cpp1228 …return de::getSizedArrayElement<DE_LENGTH_OF_ARRAY(eqs)>(eqs, rng.getUint32() % DE_LENGTH_OF_ARRAY… in getRandomBlendEq()
1252 …const deUint32 src = de::getSizedArrayElement<DE_LENGTH_OF_ARRAY(funcs)>(funcs, rng.getUint32() % … in getRandomBlendFunc()
1253 …const deUint32 dst = de::getSizedArrayElement<DE_LENGTH_OF_ARRAY(funcs)>(funcs, rng.getUint32() % … in getRandomBlendFunc()
Des31fShaderCommonFunctionTests.cpp2058 …const tcu::FloatFormat& format = de::getSizedArrayElement<glu::PRECISION_LAST>(formats, precision); in fma()
Des31fCopyImageTests.cpp518 return de::getSizedArrayElement<6>(cubeFaces, ndx); in mapFaceNdxToFace()
Des31fProgramInterfaceQueryTests.cpp160 return de::getSizedArrayElement<PROGRAMINTERFACE_LAST>(s_enums, interface); in getProgramInterfaceGLEnum()
/external/deqp/modules/internal/
DditTextureFormatTests.cpp1252 return de::getSizedArrayElement<tcu::TEXTUREACCESSTYPE_LAST>(s_desc, type); in getTextureAccessTypeDescription()
DditFrameworkTests.cpp68 return de::getSizedArrayElement<MatchCase::EXPECTED_LAST>(descs, expected); in getMatchCaseExpectedDesc()
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiSwapchainTests.cpp317 return de::getSizedArrayElement<TEST_DIMENSION_LAST>(s_names, dimension); in getTestDimensionName()
/external/deqp/framework/common/
DtcuTexture.cpp3762 return str << de::getSizedArrayElement<TextureFormat::CHANNELORDER_LAST>(orderStrings, order); in operator <<()
3809 return str << de::getSizedArrayElement<TextureFormat::CHANNELTYPE_LAST>(typeStrings, type); in operator <<()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp5229 const FloatFormat& fmt = *de::getSizedArrayElement<glu::PRECISION_LAST>(ctx.formats, precNdx); in createFuncGroup()
5230 const FloatFormat& highpFmt = *de::getSizedArrayElement<glu::PRECISION_LAST>(ctx.formats, in createFuncGroup()
DvktShaderCommonFunctionTests.cpp2347 …const tcu::FloatFormat& format = de::getSizedArrayElement<glu::PRECISION_LAST>(formats, precision); in fma()
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp3233 const tcu::IVec3 coord = de::getSizedArrayElement<4>(fetchPositions, fetchPosNdx); in getFetchPos()
5505 return de::getSizedArrayElement<4>(fetchPositions, fetchPosNdx); in getFetchPos()