Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/deqp/framework/opengl/
H A DgluVarType.cpp171 return de::getSizedArrayElement<STORAGE_LAST>(s_names, storage); in getStorageName()
178 return de::getSizedArrayElement<INTERPOLATION_LAST>(s_names, interpolation); in getInterpolationName()
199 return de::getSizedArrayElement<FORMATLAYOUT_LAST>(s_names, layout); in getFormatLayoutName()
229 return de::getSizedArrayElement<MATRIXORDER_LAST>(s_names, qualifier); in getMatrixOrderName()
H A DgluShaderUtil.cpp40 return de::getSizedArrayElement<GLSL_VERSION_LAST>(s_names, version); in getGLSLVersionName()
51 return de::getSizedArrayElement<GLSL_VERSION_LAST>(s_decl, version); in getGLSLVersionDeclaration()
81 return de::getSizedArrayElement<GLSL_VERSION_LAST>(s_minApi, version); in getMinAPIForGLSLVersion()
H A DgluObjectWrapper.cpp84 return de::getSizedArrayElement<OBJECTTYPE_LAST>(s_objectTraits, type); in objectTraits()
/aosp_15_r20/external/deqp/modules/glshared/
H A DglsVertexArrayTests.cpp74 return de::getSizedArrayElement<Array::TARGET_LAST>(targets, (int)target); in targetToString()
97 return de::getSizedArrayElement<Array::INPUTTYPE_LAST>(types, (int)type); in inputTypeToString()
120 return de::getSizedArrayElement<Array::OUTPUTTYPE_LAST>(types, (int)type); in outputTypeToString()
140 return de::getSizedArrayElement<Array::USAGE_LAST>(usages, (int)usage); in usageTypeToString()
150 return de::getSizedArrayElement<Array::STORAGE_LAST>(storages, (int)storage); in storageToString()
162 return de::getSizedArrayElement<Array::PRIMITIVE_LAST>(primitives, (int)primitive); in primitiveToString()
185 return de::getSizedArrayElement<Array::INPUTTYPE_LAST>(size, (int)type); in inputTypeSize()
580 return de::getSizedArrayElement<Array::TARGET_LAST>(targets, (int)target); in targetToGL()
600 return de::getSizedArrayElement<Array::USAGE_LAST>(usages, (int)usage); in usageToGL()
621 return de::getSizedArrayElement<Array::INPUTTYPE_LAST>(types, (int)type); in inputTypeToGL()
[all …]
H A DglsDrawTest.cpp87 return de::getSizedArrayElement<DrawTestSpec::TARGET_LAST>(targets, (int)target); in targetToGL()
107 return de::getSizedArrayElement<DrawTestSpec::USAGE_LAST>(usages, (int)usage); in usageToGL()
128 return de::getSizedArrayElement<DrawTestSpec::INPUTTYPE_LAST>(types, (int)type); in inputTypeToGL()
151 return de::getSizedArrayElement<DrawTestSpec::OUTPUTTYPE_LAST>(types, (int)type); in outputTypeToGLType()
170 return de::getSizedArrayElement<DrawTestSpec::PRIMITIVE_LAST>(primitives, (int)primitive); in primitiveToGL()
181 return de::getSizedArrayElement<DrawTestSpec::INDEXTYPE_LAST>(indexTypes, (int)indexType); in indexTypeToGL()
282 return de::getSizedArrayElement<DrawTestSpec::DRAWMETHOD_LAST>(infos, (int)method); in getMethodInfo()
2743 return de::getSizedArrayElement<DrawTestSpec::TARGET_LAST>(targets, (int)target); in targetToString()
2766 return de::getSizedArrayElement<DrawTestSpec::INPUTTYPE_LAST>(types, (int)type); in inputTypeToString()
2789 return de::getSizedArrayElement<DrawTestSpec::OUTPUTTYPE_LAST>(types, (int)type); in outputTypeToString()
[all …]
H A DglsBufferTestUtil.cpp919 return de::getSizedArrayElement<WRITE_LAST>(s_desc, write); in getWriteTypeDescription()
927 return de::getSizedArrayElement<VERIFY_LAST>(s_desc, verify); in getVerifyTypeDescription()
H A DglsBuiltinPrecisionTests.cpp5735 …const FloatFormat &fmt = *de::getSizedArrayElement<glu::PRECISION_LAST>(ctx.formats, precNdx); in createFuncGroup()
5736 …const FloatFormat &highpFmt = *de::getSizedArrayElement<glu::PRECISION_LAST>(ctx.formats, glu::PRE… in createFuncGroup()
/aosp_15_r20/external/deqp/framework/delibs/decpp/
H A DdeArrayUtil.hpp34 const Elem &getSizedArrayElement(const Elem (&array)[Size], in getSizedArrayElement() function
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/
H A DvkWsiUtil.cpp70 return de::getSizedArrayElement<TYPE_LAST>(s_names, wsiType); in getName()
79 return de::getSizedArrayElement<TYPE_LAST>(s_extNames, wsiType); in getExtensionName()
150 return de::getSizedArrayElement<TYPE_LAST>(s_properties, wsiType); in getPlatformProperties()
H A DvkShaderToSpirV.cpp56 return de::getSizedArrayElement<glu::SHADERTYPE_LAST>(stageMap, type); in getGlslangStage()
H A DvkPrograms.cpp1048 return de::getSizedArrayElement<glu::SHADERTYPE_LAST>(s_shaderStages, shaderType); in getVkShaderStage()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/
H A DvktShaderLibrary.cpp952 return de::getSizedArrayElement<4>(vecFmts, scalarSize - 1); in getVecFormat()
963 return de::getSizedArrayElement<4>(vecFmts, scalarSize - 1); in getVecFormat()
974 return de::getSizedArrayElement<4>(vecFmts, scalarSize - 1); in getVecFormat()
985 return de::getSizedArrayElement<4>(vecFmts, scalarSize - 1); in getVecFormat()
/aosp_15_r20/external/deqp/external/openglcts/modules/common/
H A DglcSpirvUtils.cpp65 return de::getSizedArrayElement<glu::SHADERTYPE_LAST>(stageMap, type); in getGlslangStage()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktAtomicOperationTests.cpp217 return de::getSizedArrayElement<ATOMIC_OP_LAST>(s_names, op); in atomicOp2Str()
243 return de::getSizedArrayElement<DATA_TYPE_LAST>(s_names, type); in dataType2Str()
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fDrawBuffersIndexedTests.cpp1243 …return de::getSizedArrayElement<DE_LENGTH_OF_ARRAY(eqs)>(eqs, rng.getUint32() % DE_LENGTH_OF_ARRAY… in getRandomBlendEq()
1265 …de::getSizedArrayElement<DE_LENGTH_OF_ARRAY(funcs)>(funcs, rng.getUint32() % DE_LENGTH_OF_ARRAY(fu… in getRandomBlendFunc()
1267 …de::getSizedArrayElement<DE_LENGTH_OF_ARRAY(funcs)>(funcs, rng.getUint32() % DE_LENGTH_OF_ARRAY(fu… in getRandomBlendFunc()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/util/
H A DvktDrawUtil.cpp90 …return de::getSizedArrayElement<vk::VK_PRIMITIVE_TOPOLOGY_PATCH_LIST>(primitiveTypeTable, primitiv… in mapVkPrimitiveToRRPrimitive()
/aosp_15_r20/external/deqp/modules/internal/
H A DditTextureFormatTests.cpp910 return de::getSizedArrayElement<tcu::TEXTUREACCESSTYPE_LAST>(s_desc, type); in getTextureAccessTypeDescription()
H A DditFrameworkTests.cpp71 return de::getSizedArrayElement<MatchCase::EXPECTED_LAST>(descs, expected); in getMatchCaseExpectedDesc()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiImageClearingTests.cpp2112 return de::getSizedArrayElement<VK_CORE_IMAGE_TYPE_LAST>(s_names, type); in getImageTypeCaseName()
2121 return de::getSizedArrayElement<VK_CORE_IMAGE_TILING_LAST>(s_names, tiling); in getImageTilingCaseName()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemWsiSwapchainTests.cpp190 return de::getSizedArrayElement<TEST_DIMENSION_LAST>(s_names, dimension); in getTestDimensionName()
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fShaderCommonFunctionTests.cpp2074 …const tcu::FloatFormat &format = de::getSizedArrayElement<glu::PRECISION_LAST>(formats, precision); in fma()
H A Des31fCopyImageTests.cpp487 return de::getSizedArrayElement<6>(cubeFaces, ndx); in mapFaceNdxToFace()
/aosp_15_r20/external/deqp/framework/common/
H A DtcuTexture.cpp4943 return str << de::getSizedArrayElement<TextureFormat::CHANNELORDER_LAST>(orderStrings, order); in operator <<()
4999 return str << de::getSizedArrayElement<TextureFormat::CHANNELTYPE_LAST>(typeStrings, type); in operator <<()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/wsi/
H A DvktWsiSwapchainTests.cpp330 return de::getSizedArrayElement<TEST_DIMENSION_LAST>(s_names, dimension); in getTestDimensionName()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingShaderAccessTests.cpp4017 const tcu::IVec3 coord = de::getSizedArrayElement<4>(fetchPositions, fetchPosNdx); in getFetchPos()
8236 return de::getSizedArrayElement<4>(fetchPositions, fetchPosNdx); in getFetchPos()

12