Searched defs:lowerRightVertex (Results 1 - 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineVertexUtil.cpp726 const Vertex4RGBA lowerRightVertex = local
739 vertices.push_back(lowerRightVertex);
743 vertices.push_back(lowerRightVertex);
765 const Vertex4Tex4 lowerRightVertex = local
779 lowerRightVertex,
783 lowerRightVertex,
816 const Vertex4Tex4 lowerRightVertex = local
828 vertices.push_back(lowerRightVertex);
831 vertices.push_back(lowerRightVertex);
H A DvktPipelinePushConstantTests.cpp577 const Vertex4RGBA lowerRightVertex = {tcu::Vec4(size, -size, 0.0f, 1.0f), color}; local
582 vertices.push_back(lowerRightVertex);
585 vertices.push_back(lowerRightVertex);

Completed in 93 milliseconds