Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineVertexUtil.cpp904 …const Vertex4RGBA upperLeftVertex = {Vec4(translation.x(), translation.y() + quadSize, 0.0f, 1.0f… in createOverlappingQuads() local
945 …const Vertex4RGBARGBA upperLeftVertex = {Vec4(translation.x(), translation.y() + quadSize, 0.0f, … in createOverlappingQuadsDualSource() local
971 …const Vertex4Tex4 upperLeftVertex = {Vec4(-1.0f, 1.0f, 0.0f, 1.0f), Vec4(0.0f, 1.0f, 0.0f, 0.0f)}; in createFullscreenQuad() local
1001 const Vertex4Tex4 upperLeftVertex = { in createQuadMosaic() local
DvktPipelineAttachmentFeedbackLoopLayoutTests.cpp2253 …const Vertex4Tex4 upperLeftVertex = {Vec4(-1.0f, 1.0f, 0.0f, 1.0f), Vec4(0.0f, 1.0f, 0.0f, 0.0f)}; in createFullscreenQuadArray() local
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassDitheringTests.cpp144 const Vertex4RGBA upperLeftVertex = {tcu::Vec4(-size, size, depthValue, 1.0f), blue}; in createQuad() local
166 const Vertex4RGBA upperLeftVertex = {tcu::Vec4(-size, size, depthValue, 1.0f), color}; in createQuad() local
DvktRenderPassUnusedAttachmentTests.cpp88 const Vertex4RGBA upperLeftVertex = {tcu::Vec4(-size, size, 0.0f, 1.0f), color}; in createQuad() local
DvktRenderPassFragmentDensityMapTests.cpp213 const Vertex4RGBA upperLeftVertex = { in createFullscreenMesh() local
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.cpp1019 const tcu::Vec4 upperLeftVertex(-1.0f, 1.0f, 0.0f, 1.0f); in createFullscreenQuad() local