Home
last modified time | relevance | path

Searched defs:upperRightVertex (Results 1 – 6 of 6) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineVertexUtil.cpp906 …const Vertex4RGBA upperRightVertex = {Vec4(translation.x() + quadSize, translation.y() + quadSize,… in createOverlappingQuads() local
949 const Vertex4RGBARGBA upperRightVertex = { in createOverlappingQuadsDualSource() local
973 … const Vertex4Tex4 upperRightVertex = {Vec4(1.0f, 1.0f, 0.0f, 1.0f), Vec4(1.0f, 1.0f, 0.0f, 0.0f)}; in createFullscreenQuad() local
1007 const Vertex4Tex4 upperRightVertex = { in createQuadMosaic() local
DvktPipelineAttachmentFeedbackLoopLayoutTests.cpp2255 … const Vertex4Tex4 upperRightVertex = {Vec4(1.0f, 1.0f, 0.0f, 1.0f), Vec4(1.0f, 1.0f, 0.0f, 0.0f)}; in createFullscreenQuadArray() local
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassDitheringTests.cpp145 const Vertex4RGBA upperRightVertex = {tcu::Vec4(size, size, depthValue, 1.0f), white}; in createQuad() local
167 const Vertex4RGBA upperRightVertex = {tcu::Vec4(size, size, depthValue, 1.0f), color}; in createQuad() local
DvktRenderPassUnusedAttachmentTests.cpp89 const Vertex4RGBA upperRightVertex = {tcu::Vec4(size, size, 0.0f, 1.0f), color}; in createQuad() local
DvktRenderPassFragmentDensityMapTests.cpp217 const Vertex4RGBA upperRightVertex = { in createFullscreenMesh() local
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.cpp1021 const tcu::Vec4 upperRightVertex(1.0f, 1.0f, 0.0f, 1.0f); in createFullscreenQuad() local