HomeSort by relevance Sort by last modified time
    Searched defs:Vertex4RGBA (Results 1 - 2 of 2) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineVertexUtil.hpp 38 struct Vertex4RGBA
75 std::vector<Vertex4RGBA> createOverlappingQuads (void);
  /external/deqp/external/vulkancts/modules/vulkan/renderpass/
vktRenderPassUnusedAttachmentTests.cpp 71 struct Vertex4RGBA
77 std::vector<Vertex4RGBA> createQuad (void)
79 std::vector<Vertex4RGBA> vertices;
83 const Vertex4RGBA lowerLeftVertex = {tcu::Vec4(-size, -size, 0.0f, 1.0f), color};
84 const Vertex4RGBA lowerRightVertex = {tcu::Vec4(size, -size, 0.0f, 1.0f), color};
85 const Vertex4RGBA upperLeftVertex = {tcu::Vec4(-size, size, 0.0f, 1.0f), color};
86 const Vertex4RGBA upperRightVertex = {tcu::Vec4(size, size, 0.0f, 1.0f), color};
282 std::vector<Vertex4RGBA> m_vertices;
735 sizeof(Vertex4RGBA), // deUint32 strideInBytes;
    [all...]

Completed in 432 milliseconds