Home
last modified time | relevance | path

Searched refs:lowerRightVertex (Results 1 – 3 of 3) 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.cpp577 const Vertex4RGBA lowerRightVertex = {tcu::Vec4(size, -size, 0.0f, 1.0f), color}; in createQuad() local
582 vertices.push_back(lowerRightVertex); in createQuad()
585 vertices.push_back(lowerRightVertex); in createQuad()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.cpp1258 const tcu::Vec4 lowerRightVertex (1.0f, -1.0f, 0.0f, 1.0f); in createFullscreenQuad() local
1264 lowerRightVertex, in createFullscreenQuad()
1268 lowerRightVertex, in createFullscreenQuad()