/aosp_15_r20/external/deqp/framework/opengl/ |
H A D | gluVarType.cpp | 171 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 D | gluShaderUtil.cpp | 40 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 D | gluObjectWrapper.cpp | 84 return de::getSizedArrayElement<OBJECTTYPE_LAST>(s_objectTraits, type); in objectTraits()
|
/aosp_15_r20/external/deqp/modules/glshared/ |
H A D | glsVertexArrayTests.cpp | 74 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 D | glsDrawTest.cpp | 87 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 D | glsBufferTestUtil.cpp | 919 return de::getSizedArrayElement<WRITE_LAST>(s_desc, write); in getWriteTypeDescription() 927 return de::getSizedArrayElement<VERIFY_LAST>(s_desc, verify); in getVerifyTypeDescription()
|
H A D | glsBuiltinPrecisionTests.cpp | 5735 …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 D | deArrayUtil.hpp | 34 const Elem &getSizedArrayElement(const Elem (&array)[Size], in getSizedArrayElement() function
|
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/ |
H A D | vkWsiUtil.cpp | 70 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 D | vkShaderToSpirV.cpp | 56 return de::getSizedArrayElement<glu::SHADERTYPE_LAST>(stageMap, type); in getGlslangStage()
|
H A D | vkPrograms.cpp | 1048 return de::getSizedArrayElement<glu::SHADERTYPE_LAST>(s_shaderStages, shaderType); in getVkShaderStage()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ |
H A D | vktShaderLibrary.cpp | 952 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 D | glcSpirvUtils.cpp | 65 return de::getSizedArrayElement<glu::SHADERTYPE_LAST>(stageMap, type); in getGlslangStage()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
H A D | vktAtomicOperationTests.cpp | 217 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 D | es3fDrawBuffersIndexedTests.cpp | 1243 …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 D | vktDrawUtil.cpp | 90 …return de::getSizedArrayElement<vk::VK_PRIMITIVE_TOPOLOGY_PATCH_LIST>(primitiveTypeTable, primitiv… in mapVkPrimitiveToRRPrimitive()
|
/aosp_15_r20/external/deqp/modules/internal/ |
H A D | ditTextureFormatTests.cpp | 910 return de::getSizedArrayElement<tcu::TEXTUREACCESSTYPE_LAST>(s_desc, type); in getTextureAccessTypeDescription()
|
H A D | ditFrameworkTests.cpp | 71 return de::getSizedArrayElement<MatchCase::EXPECTED_LAST>(descs, expected); in getMatchCaseExpectedDesc()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiImageClearingTests.cpp | 2112 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 D | vktProtectedMemWsiSwapchainTests.cpp | 190 return de::getSizedArrayElement<TEST_DIMENSION_LAST>(s_names, dimension); in getTestDimensionName()
|
/aosp_15_r20/external/deqp/modules/gles31/functional/ |
H A D | es31fShaderCommonFunctionTests.cpp | 2074 …const tcu::FloatFormat &format = de::getSizedArrayElement<glu::PRECISION_LAST>(formats, precision); in fma()
|
H A D | es31fCopyImageTests.cpp | 487 return de::getSizedArrayElement<6>(cubeFaces, ndx); in mapFaceNdxToFace()
|
/aosp_15_r20/external/deqp/framework/common/ |
H A D | tcuTexture.cpp | 4943 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 D | vktWsiSwapchainTests.cpp | 330 return de::getSizedArrayElement<TEST_DIMENSION_LAST>(s_names, dimension); in getTestDimensionName()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/binding_model/ |
H A D | vktBindingShaderAccessTests.cpp | 4017 const tcu::IVec3 coord = de::getSizedArrayElement<4>(fetchPositions, fetchPosNdx); in getFetchPos() 8236 return de::getSizedArrayElement<4>(fetchPositions, fetchPosNdx); in getFetchPos()
|