Lines Matching refs:vertexFormats
1762 const VkFormat vertexFormats[] = in createSingleAttributeCases() local
1854 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(vertexFormats); formatNdx++) in createSingleAttributeCases()
1856 if (VertexInputTest::isCompatibleType(vertexFormats[formatNdx], glslType)) in createSingleAttributeCases()
1860 attributeInfo.vkType = vertexFormats[formatNdx]; in createSingleAttributeCases()
1942 const VkFormat vertexFormats[] = in createMultipleAttributeTests() local
2003 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(vertexFormats); formatNdx++) in createMultipleAttributeTests()
2005 …if (VertexInputTest::isCompatibleType(vertexFormats[formatNdx], (VertexInputTest::GlslType)glslTyp… in createMultipleAttributeTests()
2006 compatibleFormats[glslTypeNdx].compatibleVkFormats.push_back(vertexFormats[formatNdx]); in createMultipleAttributeTests()
2075 const VkFormat vertexFormats[] = in createMaxAttributeTests() local
2129 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(vertexFormats); formatNdx++) in createMaxAttributeTests()
2131 …if (VertexInputTest::isCompatibleType(vertexFormats[formatNdx], (VertexInputTest::GlslType)glslTyp… in createMaxAttributeTests()
2132 compatibleFormats[glslTypeNdx].compatibleVkFormats.push_back(vertexFormats[formatNdx]); in createMaxAttributeTests()