Searched refs:ManyDrawsVertex (Results 1 – 1 of 1) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiCommandBuffersTests.cpp | 4176 struct ManyDrawsVertex struct 4183 ManyDrawsVertex (const tcu::Vec2& coords_, const Color& color_) : coords(coords_), color(color_) {} in ManyDrawsVertex() function 4261 return calcNumVertices(extent) * sizeof(ManyDrawsVertex); in calcVertexBufferSize() 4409 …face& vkd, VkDevice device, BufferWithMemory& buffer, const std::vector<ManyDrawsVertex>& vertices) in copyAndFlush() 4445 std::vector<ManyDrawsVertex::Color> colors; in iterate() 4454 colors.push_back(ManyDrawsVertex::Color(red, green, blue, alphaValue)); in iterate() 4456 …colors.push_back(ManyDrawsVertex::Color(rnd.getUint8(), rnd.getUint8(), rnd.getUint8(), alphaValue… in iterate() 4461 std::vector<ManyDrawsVertex> frontVector; in iterate() 4462 std::vector<ManyDrawsVertex> backVector; in iterate() 4525 …makeVertexInputBindingDescription(0u, static_cast<deUint32>(sizeof(ManyDrawsVertex)), VK_VERTEX_IN… in iterate() [all …]
|