Lines Matching refs:Vertex4RGBA
105 sizeof(Vertex4RGBA), // uint32_t stride;
336 sizeof(Vertex4RGBA), // uint32_t stride;
714 std::vector<Vertex4RGBA> genTriangleVertices (void)
716 static const Vertex4RGBA data[] =
731 return std::vector<Vertex4RGBA>(data, data + DE_LENGTH_OF_ARRAY(data));
815 std::vector<Vertex4RGBA> genPerSampleTriangleVertices (VkSampleCountFlagBits samples)
819 std::vector<Vertex4RGBA> res;
823 Vertex4RGBA data[] =
846 std::vector<Vertex4RGBA> genFullQuadVertices (void)
848 static const Vertex4RGBA data[] =
867 return std::vector<Vertex4RGBA>(data, data + DE_LENGTH_OF_ARRAY(data));
1003 const std::vector<Vertex4RGBA> vertices = caseDef.colorSamples ? genPerSampleTriangleVertices(caseDef.numSamples) : genTriangleVertices();
1218 const std::vector<Vertex4RGBA> vertices = genFullQuadVertices();
1797 const std::vector<Vertex4RGBA> vertices = genFullQuadVertices();