Home
last modified time | relevance | path

Searched refs:lowerRightVertex (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineVertexUtil.cpp726 const Vertex4RGBA lowerRightVertex = in createOverlappingQuads() local
739 vertices.push_back(lowerRightVertex); in createOverlappingQuads()
743 vertices.push_back(lowerRightVertex); in createOverlappingQuads()
765 const Vertex4Tex4 lowerRightVertex = in createFullscreenQuad() local
779 lowerRightVertex, in createFullscreenQuad()
783 lowerRightVertex, in createFullscreenQuad()
816 const Vertex4Tex4 lowerRightVertex = in createQuadMosaic() local
828 vertices.push_back(lowerRightVertex); in createQuadMosaic()
831 vertices.push_back(lowerRightVertex); in createQuadMosaic()
DvktPipelinePushConstantTests.cpp448 const Vertex4RGBA lowerRightVertex = {tcu::Vec4(size, -size, 0.0f, 1.0f), color}; in createQuad() local
453 vertices.push_back(lowerRightVertex); in createQuad()
456 vertices.push_back(lowerRightVertex); in createQuad()