/external/deqp/modules/gles3/functional/ |
D | es3fAttribLocationTests.cpp | 96 for (int typeNdx = 0; typeNdx < DE_LENGTH_OF_ARRAY(types); typeNdx++) in createAttributeLocationTests() local 98 const AttribType& type = types[typeNdx]; in createAttributeLocationTests() 109 for (int typeNdx = 0; typeNdx < DE_LENGTH_OF_ARRAY(types); typeNdx++) in createAttributeLocationTests() local 111 const AttribType& type = types[typeNdx]; in createAttributeLocationTests() 122 for (int typeNdx = 0; typeNdx < DE_LENGTH_OF_ARRAY(es2Types); typeNdx++) in createAttributeLocationTests() local 124 const AttribType& type = es2Types[typeNdx]; in createAttributeLocationTests() 147 for (int typeNdx = 0; typeNdx < DE_LENGTH_OF_ARRAY(types); typeNdx++) in createAttributeLocationTests() local 149 const AttribType& type = types[typeNdx]; in createAttributeLocationTests() 175 for (int typeNdx = 0; typeNdx < DE_LENGTH_OF_ARRAY(types); typeNdx++) in createAttributeLocationTests() local 177 const AttribType& type = types[typeNdx]; in createAttributeLocationTests() [all …]
|
D | es3fShaderIndexingTests.cpp | 987 for (int typeNdx = 0; typeNdx < DE_LENGTH_OF_ARRAY(s_floatAndVecTypes); typeNdx++) in init() local 989 DataType varType = s_floatAndVecTypes[typeNdx]; in init() 1009 for (int typeNdx = 0; typeNdx < DE_LENGTH_OF_ARRAY(s_floatAndVecTypes); typeNdx++) in init() local 1011 DataType varType = s_floatAndVecTypes[typeNdx]; in init() 1033 for (int typeNdx = 0; typeNdx < DE_LENGTH_OF_ARRAY(s_floatAndVecTypes); typeNdx++) in init() local 1035 DataType varType = s_floatAndVecTypes[typeNdx]; in init() 1069 for (int typeNdx = 0; typeNdx < DE_LENGTH_OF_ARRAY(s_vectorTypes); typeNdx++) in init() local 1071 DataType varType = s_vectorTypes[typeNdx]; in init() 1111 for (int typeNdx = 0; typeNdx < DE_LENGTH_OF_ARRAY(s_matrixTypes); typeNdx++) in init() local 1113 DataType varType = s_matrixTypes[typeNdx]; in init()
|
D | es3fFboRenderTest.cpp | 1562 for (int typeNdx = 0; typeNdx < DE_LENGTH_OF_ARRAY(objectTypes); typeNdx++) in init() local 1564 …FboConfig config(GL_COLOR_BUFFER_BIT, objectTypes[typeNdx], colorFormats[colorFmtNdx].format, GL_N… in init() 1586 for (int typeNdx = 0; typeNdx < DE_LENGTH_OF_ARRAY(objectTypes); typeNdx++) in init() local 1588 …FboConfig colorOnlyConfig (GL_COLOR_BUFFER_BIT, objectTypes[typeNdx], colorFormats[col… in init() 1589 …FboConfig colorDepthConfig (GL_COLOR_BUFFER_BIT|GL_DEPTH_BUFFER_BIT, objectTypes[typeNdx], … in init() 1590 …_COLOR_BUFFER_BIT|GL_DEPTH_BUFFER_BIT|GL_STENCIL_BUFFER_BIT, objectTypes[typeNdx], colorFormats[co… in init() 1612 for (int typeNdx = 0; typeNdx < DE_LENGTH_OF_ARRAY(objectTypes); typeNdx++) in init() local 1614 …|(stencil ? GL_STENCIL_BUFFER_BIT : 0), colorType, colorFmt, objectTypes[typeNdx], depthStencilFor… in init() 1627 for (int typeNdx = 0; typeNdx < DE_LENGTH_OF_ARRAY(objectTypes); typeNdx++) in init() local 1629 FboConfig config(GL_COLOR_BUFFER_BIT, objectTypes[typeNdx], colorFormat, GL_NONE, GL_NONE); in init() [all …]
|
D | es3fTransformFeedbackTests.cpp | 1663 for (int typeNdx = 0; typeNdx < DE_LENGTH_OF_ARRAY(basicTypes); typeNdx++) in init() local 1665 glu::DataType type = basicTypes[typeNdx]; in init() 1697 for (int typeNdx = 0; typeNdx < DE_LENGTH_OF_ARRAY(basicTypes); typeNdx++) in init() local 1699 glu::DataType type = basicTypes[typeNdx]; in init() 1731 for (int typeNdx = 0; typeNdx < DE_LENGTH_OF_ARRAY(basicTypes); typeNdx++) in init() local 1733 glu::DataType type = basicTypes[typeNdx]; in init()
|
D | es3fInstancedRenderingTests.cpp | 707 for (int typeNdx = 0; typeNdx < DE_LENGTH_OF_ARRAY(s_testTypes); typeNdx++) in init() local 709 glu::DataType type = s_testTypes[typeNdx]; in init()
|
D | es3fShaderOperatorTests.cpp | 2064 for (int typeNdx = 0; typeNdx < DE_LENGTH_OF_ARRAY(s_selectionInfo); typeNdx++) in init() local 2066 DataType curType = s_selectionInfo[typeNdx].type; in init() 2067 ShaderEvalFunc evalFunc = s_selectionInfo[typeNdx].evalFunc; in init()
|
/external/deqp/modules/gles2/functional/ |
D | es2fAttribLocationTests.cpp | 69 for (int typeNdx = 0; typeNdx < DE_LENGTH_OF_ARRAY(types); typeNdx++) in createAttributeLocationTests() local 71 const AttribType& type = types[typeNdx]; in createAttributeLocationTests() 82 for (int typeNdx = 0; typeNdx < DE_LENGTH_OF_ARRAY(types); typeNdx++) in createAttributeLocationTests() local 84 const AttribType& type = types[typeNdx]; in createAttributeLocationTests() 95 for (int typeNdx = 0; typeNdx < DE_LENGTH_OF_ARRAY(types); typeNdx++) in createAttributeLocationTests() local 97 const AttribType& type = types[typeNdx]; in createAttributeLocationTests() 120 for (int typeNdx = 0; typeNdx < DE_LENGTH_OF_ARRAY(types); typeNdx++) in createAttributeLocationTests() local 122 const AttribType& type = types[typeNdx]; in createAttributeLocationTests() 148 for (int typeNdx = 0; typeNdx < DE_LENGTH_OF_ARRAY(types); typeNdx++) in createAttributeLocationTests() local 150 const AttribType& type = types[typeNdx]; in createAttributeLocationTests()
|
D | es2fShaderIndexingTests.cpp | 1022 for (int typeNdx = 0; typeNdx < DE_LENGTH_OF_ARRAY(s_floatAndVecTypes); typeNdx++) in init() local 1024 DataType varType = s_floatAndVecTypes[typeNdx]; in init() 1044 for (int typeNdx = 0; typeNdx < DE_LENGTH_OF_ARRAY(s_floatAndVecTypes); typeNdx++) in init() local 1046 DataType varType = s_floatAndVecTypes[typeNdx]; in init() 1068 for (int typeNdx = 0; typeNdx < DE_LENGTH_OF_ARRAY(s_floatAndVecTypes); typeNdx++) in init() local 1070 DataType varType = s_floatAndVecTypes[typeNdx]; in init() 1104 for (int typeNdx = 0; typeNdx < DE_LENGTH_OF_ARRAY(s_vectorTypes); typeNdx++) in init() local 1106 DataType varType = s_vectorTypes[typeNdx]; in init() 1140 for (int typeNdx = 0; typeNdx < DE_LENGTH_OF_ARRAY(s_matrixTypes); typeNdx++) in init() local 1142 DataType varType = s_matrixTypes[typeNdx]; in init()
|
D | es2fShaderOperatorTests.cpp | 1412 for (int typeNdx = 0; typeNdx < DE_LENGTH_OF_ARRAY(s_selectionInfo); typeNdx++) in init() local 1414 DataType curType = s_selectionInfo[typeNdx].type; in init() 1415 ShaderEvalFunc evalFunc = s_selectionInfo[typeNdx].evalFunc; in init()
|
/external/deqp/external/vulkancts/modules/vulkan/wsi/ |
D | vktWsiTests.cpp | 53 for (int typeNdx = 0; typeNdx < vk::wsi::TYPE_LAST; ++typeNdx) in createWsiTests() local 55 const vk::wsi::Type wsiType = (vk::wsi::Type)typeNdx; in createWsiTests()
|
/external/deqp/modules/egl/ |
D | teglMakeCurrentPerfTests.cpp | 564 for (int typeNdx = 0; typeNdx < DE_LENGTH_OF_ARRAY(types); typeNdx++) in init() local 570 spec.surfaceTypes = types[typeNdx]; in init() 600 for (int typeNdx = 0; typeNdx < DE_LENGTH_OF_ARRAY(types); typeNdx++) in init() local 606 spec.surfaceTypes = types[typeNdx]; in init() 643 for (int typeNdx = 0; typeNdx < DE_LENGTH_OF_ARRAY(types); typeNdx++) in init() local 649 spec.surfaceTypes = types[typeNdx]; in init() 693 for (int typeNdx = 0; typeNdx < DE_LENGTH_OF_ARRAY(types); typeNdx++) in init() local 699 spec.surfaceTypes = types[typeNdx]; in init()
|
/external/deqp/modules/gles31/functional/ |
D | es31fShaderStateQueryTests.cpp | 106 for (int typeNdx = 0; typeNdx < (int)samplerTypes.size(); ++typeNdx) in iterate() local 109 std::string(glu::getShaderVarTypeStr(samplerTypes[typeNdx].glType).toString()), in iterate() 110 "Uniform type " + glu::getShaderVarTypeStr(samplerTypes[typeNdx].glType).toString()); in iterate() 113 shaderArgs["DECLARATIONSTR"] = samplerTypes[typeNdx].declarationStr; in iterate() 114 shaderArgs["ACCESSSTR"] = samplerTypes[typeNdx].accessStr; in iterate() 123 … with uniform sampler of type " << glu::getShaderVarTypeStr(samplerTypes[typeNdx].glType) << tcu::… in iterate() 147 if (type != (glw::GLint)samplerTypes[typeNdx].glType) in iterate() 150 buf << "Invalid type, expected " << samplerTypes[typeNdx].glType << ", got " << type; in iterate()
|
D | es31fShaderAtomicOpTests.cpp | 1105 for (int typeNdx = 0; typeNdx < 2; typeNdx++) in createAtomicOpGroup() local 1108 const DataType type = typeNdx > 0 ? TYPE_INT : TYPE_UINT; in createAtomicOpGroup()
|
D | es31fTextureMultisampleTests.cpp | 2076 for (int typeNdx = 0; typeNdx < DE_LENGTH_OF_ARRAY(textureTypes); ++typeNdx) in init() local 2077 …ring("use_") + textureTypes[typeNdx].name).c_str(), textureTypes[typeNdx].name, sampleCounts[sampl… in init()
|
D | es31fDebugTests.cpp | 194 for (int typeNdx = 0; typeNdx < DE_LENGTH_OF_ARRAY(s_debugTypes); typeNdx++) in emitMessages() local 198 const GLenum type = s_debugTypes[typeNdx]; in emitMessages()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderIndexingTests.cpp | 1078 for (int typeNdx = 0; typeNdx < DE_LENGTH_OF_ARRAY(s_floatAndVecTypes); typeNdx++) in init() local 1080 DataType varType = s_floatAndVecTypes[typeNdx]; in init() 1102 for (int typeNdx = 0; typeNdx < DE_LENGTH_OF_ARRAY(s_floatAndVecTypes); typeNdx++) in init() local 1104 DataType varType = s_floatAndVecTypes[typeNdx]; in init() 1128 for (int typeNdx = 0; typeNdx < DE_LENGTH_OF_ARRAY(s_floatAndVecTypes); typeNdx++) in init() local 1130 DataType varType = s_floatAndVecTypes[typeNdx]; in init() 1166 for (int typeNdx = 0; typeNdx < DE_LENGTH_OF_ARRAY(s_vectorTypes); typeNdx++) in init() local 1168 DataType varType = s_vectorTypes[typeNdx]; in init() 1210 for (int typeNdx = 0; typeNdx < DE_LENGTH_OF_ARRAY(s_matrixTypes); typeNdx++) in init() local 1212 DataType varType = s_matrixTypes[typeNdx]; in init()
|
D | vktShaderRenderOperatorTests.cpp | 2023 for (int typeNdx = 0; typeNdx < DE_LENGTH_OF_ARRAY(s_selectionInfo); typeNdx++) in init() local 2025 const DataType curType = s_selectionInfo[typeNdx].type; in init() 2026 const ShaderEvalFunc evalFunc = s_selectionInfo[typeNdx].evalFunc; in init()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineSpecConstantTests.cpp | 1552 for (int typeNdx = 0; typeNdx < DE_LENGTH_OF_ARRAY(types); ++typeNdx) in createCompositeTests() local 1553 …w SpecConstantTest(testCtx, shaderStage, makeMatrixVectorCompositeCaseDefinition(types[typeNdx]))); in createCompositeTests() 1584 for (int typeNdx = 0; typeNdx < DE_LENGTH_OF_ARRAY(types); ++typeNdx) in createCompositeTests() local 1585 …w SpecConstantTest(testCtx, shaderStage, makeMatrixVectorCompositeCaseDefinition(types[typeNdx]))); in createCompositeTests() 1641 for (int typeNdx = 0; typeNdx < DE_LENGTH_OF_ARRAY(allTypes); ++typeNdx) in createCompositeTests() local 1642 …ew SpecConstantTest(testCtx, shaderStage, makeArrayCompositeCaseDefinition(allTypes[typeNdx], 3))); in createCompositeTests() 1645 for (int typeNdx = 0; typeNdx < DE_LENGTH_OF_ARRAY(allTypes); ++typeNdx) in createCompositeTests() local 1646 …SpecConstantTest(testCtx, shaderStage, makeArrayCompositeCaseDefinition(allTypes[typeNdx], 3, 2))); in createCompositeTests() 1690 for (int typeNdx = 0; typeNdx < DE_LENGTH_OF_ARRAY(allTypes); ++typeNdx) in createCompositeTests() local 1691 …(new SpecConstantTest(testCtx, shaderStage, makeStructCompositeCaseDefinition(allTypes[typeNdx]))); in createCompositeTests()
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmComputeShaderCase.cpp | 159 for (size_t typeNdx = 0; typeNdx < dtypes.size(); ++typeNdx) in createDescriptorPool() local 160 builder.addType(dtypes[typeNdx], 1); in createDescriptorPool()
|
/external/deqp/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryBindingTests.cpp | 249 for (deUint32 typeNdx = 0; typeNdx < memoryProperties.memoryTypeCount; ++typeNdx) in selectMatchingMemoryType() local 251 const deBool isInAllowed = (memReqs.memoryTypeBits & (1u << typeNdx)) != 0u; in selectMatchingMemoryType() 252 …const deBool hasRightProperties = (memoryProperties.memoryTypes[typeNdx].propertyFlags & VK… in selectMatchingMemoryType() 254 return typeNdx; in selectMatchingMemoryType()
|
/external/deqp/modules/gles3/performance/ |
D | es3pShaderOperatorTests.cpp | 1917 for (int typeNdx = 0; typeNdx < DE_LENGTH_OF_ARRAY(binaryOpTypes); typeNdx++) in init() local 1921 const DataType type = binaryOpTypes[typeNdx]; in init()
|
/external/deqp/modules/gles2/performance/ |
D | es2pShaderOperatorTests.cpp | 1909 for (int typeNdx = 0; typeNdx < DE_LENGTH_OF_ARRAY(binaryOpTypes); typeNdx++) in init() local 1913 const DataType type = binaryOpTypes[typeNdx]; in init()
|