/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 | 47 for (int typeNdx = 0; typeNdx < vk::wsi::TYPE_LAST; ++typeNdx) in createWsiTests() local 49 const vk::wsi::Type wsiType = (vk::wsi::Type)typeNdx; in createWsiTests()
|
/external/deqp/modules/gles31/functional/ |
D | es31fNegativeShaderImageLoadStoreTests.cpp | 435 for (int typeNdx = 0; typeNdx < DE_LENGTH_OF_ARRAY(s_imageTypes); ++typeNdx) in image_store() local 437 …testShader(ctx, IMAGE_OPERATION_STORE, memoryOptions[memoryNdx], s_imageTypes[typeNdx], formats[fm… in image_store() 476 for (int typeNdx = 0; typeNdx < DE_LENGTH_OF_ARRAY(s_imageTypes); ++typeNdx) in image_load() local 478 …testShader(ctx, IMAGE_OPERATION_LOAD, memoryOptions[memoryNdx], s_imageTypes[typeNdx], formats[fmt… in image_load() 523 for (int typeNdx = 0; typeNdx < DE_LENGTH_OF_ARRAY(s_imageTypes); ++typeNdx) in image_atomic() local 527 …testShader(ctx, imageOperations[functionNdx], memoryOptions[memoryNdx], s_imageTypes[typeNdx], for… in image_atomic() 568 for (int typeNdx = 0; typeNdx < DE_LENGTH_OF_ARRAY(s_imageTypes); ++typeNdx) in image_atomic_exchange() local 570 …testShader(ctx, IMAGE_OPERATION_ATOMIC_EXCHANGE, memoryOptions[memoryNdx], s_imageTypes[typeNdx], … in image_atomic_exchange()
|
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 | 2075 for (int typeNdx = 0; typeNdx < DE_LENGTH_OF_ARRAY(textureTypes); ++typeNdx) in init() local 2076 …ring("use_") + textureTypes[typeNdx].name).c_str(), textureTypes[typeNdx].name, sampleCounts[sampl… in init()
|
D | es31fDebugTests.cpp | 188 for (int typeNdx = 0; typeNdx < DE_LENGTH_OF_ARRAY(s_debugTypes); typeNdx++) in emitMessages() local 192 const GLenum type = s_debugTypes[typeNdx]; in emitMessages()
|
/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/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/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()
|
/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()
|