Lines Matching refs:vertexFormats
1708 const VkFormat vertexFormats[] =
1799 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(vertexFormats); formatNdx++)
1801 if (VertexInputTest::isCompatibleType(vertexFormats[formatNdx], glslType))
1805 attributeInfo.vkType = vertexFormats[formatNdx];
1843 // Exclude double values, which are not included in vertexFormats
1887 const VkFormat vertexFormats[] =
1948 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(vertexFormats); formatNdx++)
1950 if (VertexInputTest::isCompatibleType(vertexFormats[formatNdx], (VertexInputTest::GlslType)glslTypeNdx))
1951 compatibleFormats[glslTypeNdx].compatibleVkFormats.push_back(vertexFormats[formatNdx]);
2020 const VkFormat vertexFormats[] =
2074 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(vertexFormats); formatNdx++)
2076 if (VertexInputTest::isCompatibleType(vertexFormats[formatNdx], (VertexInputTest::GlslType)glslTypeNdx))
2077 compatibleFormats[glslTypeNdx].compatibleVkFormats.push_back(vertexFormats[formatNdx]);