Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCommandBuffersTests.cpp4684 struct ManyDrawsVertex struct
4686 using Color = tcu::Vector<uint8_t, 4>;
4688 tcu::Vec2 coords;
4689 Color color;
4691 ManyDrawsVertex(const tcu::Vec2 &coords_, const Color &color_) : coords(coords_), color(color_) in ManyDrawsVertex() function