Home | History | Annotate | Download | only in pipeline

Lines Matching refs:vertexFormats

1602 	const VkFormat vertexFormats[] =
1681 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(vertexFormats); formatNdx++)
1683 if (VertexInputTest::isCompatibleType(vertexFormats[formatNdx], glslType))
1687 attributeInfo.vkType = vertexFormats[formatNdx];
1725 // Exclude double values, which are not included in vertexFormats
1769 const VkFormat vertexFormats[] =
1818 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(vertexFormats); formatNdx++)
1820 if (VertexInputTest::isCompatibleType(vertexFormats[formatNdx], (VertexInputTest::GlslType)glslTypeNdx))
1821 compatibleFormats[glslTypeNdx].compatibleVkFormats.push_back(vertexFormats[formatNdx]);
1849 const VkFormat vertexFormats[] =
1903 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(vertexFormats); formatNdx++)
1905 if (VertexInputTest::isCompatibleType(vertexFormats[formatNdx], (VertexInputTest::GlslType)glslTypeNdx))
1906 compatibleFormats[glslTypeNdx].compatibleVkFormats.push_back(vertexFormats[formatNdx]);