Home
last modified time | relevance | path

Searched defs:inputAttributes (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/tests/VulkanBenchmarks/
DTriangleBenchmarks.cpp54 std::vector<vk::VertexInputAttributeDescription> inputAttributes; in TriangleSolidColor() local
106 std::vector<vk::VertexInputAttributeDescription> inputAttributes; in TriangleInterpolateColor() local
165 std::vector<vk::VertexInputAttributeDescription> inputAttributes; in TriangleSampleTexture() local
/external/swiftshader/tests/VulkanUnitTests/
DDrawTests.cpp41 std::vector<vk::VertexInputAttributeDescription> inputAttributes; in TEST_F() local
/external/swiftshader/tests/VulkanWrapper/
DDrawTester.hpp78 …texBufferData, size_t vertexBufferDataSize, std::vector<vk::VertexInputAttributeDescription> input… in addVertexBuffer()
148 std::vector<vk::VertexInputAttributeDescription> inputAttributes; member
DDrawTester.cpp408 …_t vertexBufferDataSize, size_t vertexSize, std::vector<vk::VertexInputAttributeDescription> input… in addVertexBuffer()