Searched refs:glslTypeNdx (Results 1 – 1 of 1) sorted by relevance
1886 for (int glslTypeNdx = 0; glslTypeNdx < VertexInputTest::GLSL_TYPE_COUNT; glslTypeNdx++) in createSingleAttributeTests() local1888 VertexInputTest::GlslType glslType = (VertexInputTest::GlslType)glslTypeNdx; in createSingleAttributeTests()2001 for (int glslTypeNdx = 0; glslTypeNdx < VertexInputTest::GLSL_TYPE_COUNT; glslTypeNdx++) in createMultipleAttributeTests() local2005 …ertexInputTest::isCompatibleType(vertexFormats[formatNdx], (VertexInputTest::GlslType)glslTypeNdx)) in createMultipleAttributeTests()2006 compatibleFormats[glslTypeNdx].compatibleVkFormats.push_back(vertexFormats[formatNdx]); in createMultipleAttributeTests()2127 for (int glslTypeNdx = 0; glslTypeNdx < VertexInputTest::GLSL_TYPE_COUNT; glslTypeNdx++) in createMaxAttributeTests() local2131 …ertexInputTest::isCompatibleType(vertexFormats[formatNdx], (VertexInputTest::GlslType)glslTypeNdx)) in createMaxAttributeTests()2132 compatibleFormats[glslTypeNdx].compatibleVkFormats.push_back(vertexFormats[formatNdx]); in createMaxAttributeTests()