Home
last modified time | relevance | path

Searched defs:lowerRightVertex (Results 1 – 9 of 9) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineVertexUtil.cpp905 …const Vertex4RGBA lowerRightVertex = {Vec4(translation.x() + quadSize, translation.y(), 0.0f, 1.0f… in createOverlappingQuads() local
947 …const Vertex4RGBARGBA lowerRightVertex = {Vec4(translation.x() + quadSize, translation.y(), 0.0f, … in createOverlappingQuadsDualSource() local
972 …const Vertex4Tex4 lowerRightVertex = {Vec4(1.0f, -1.0f, 0.0f, 1.0f), Vec4(1.0f, 0.0f, 0.0f, 0.0f)}; in createFullscreenQuad() local
1004 const Vertex4Tex4 lowerRightVertex = { in createQuadMosaic() local
DvktPipelinePushDescriptorTests.cpp206 const Vertex4RGBA lowerRightVertex = {tcu::Vec4(size + xOffset, -size, 0.0f, 1.0f), color}; in createQuads() local
230 const Vertex4Tex4 lowerRightVertex = {tcu::Vec4(size + xOffset, -size, 0.0f, 1.0f), in createTexQuads() local
DvktPipelineAttachmentFeedbackLoopLayoutTests.cpp2254 …const Vertex4Tex4 lowerRightVertex = {Vec4(1.0f, -1.0f, 0.0f, 1.0f), Vec4(1.0f, 0.0f, 0.0f, 0.0f)}; in createFullscreenQuadArray() local
DvktPipelineDynamicOffsetTests.cpp99 const Vertex4RGBA lowerRightVertex = {tcu::Vec4(size + xOffset, -size, 0.0f, 1.0f), color}; in createQuads() local
DvktPipelinePushConstantTests.cpp196 const Vertex4RGBA lowerRightVertex = {tcu::Vec4(size, -size, 0.0f, 1.0f), color}; in createQuad() local
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassDitheringTests.cpp143 const Vertex4RGBA lowerRightVertex = {tcu::Vec4(size, -size, depthValue, 1.0f), green}; in createQuad() local
165 const Vertex4RGBA lowerRightVertex = {tcu::Vec4(size, -size, depthValue, 1.0f), color}; in createQuad() local
DvktRenderPassUnusedAttachmentTests.cpp87 const Vertex4RGBA lowerRightVertex = {tcu::Vec4(size, -size, 0.0f, 1.0f), color}; in createQuad() local
DvktRenderPassFragmentDensityMapTests.cpp215 const Vertex4RGBA lowerRightVertex = { in createFullscreenMesh() local
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.cpp1020 const tcu::Vec4 lowerRightVertex(1.0f, -1.0f, 0.0f, 1.0f); in createFullscreenQuad() local