Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A 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
H A DvktPipelinePushDescriptorTests.cpp190 const Vertex4RGBA lowerRightVertex = {tcu::Vec4(size + xOffset, -size, 0.0f, 1.0f), color}; in createQuads() local
214 const Vertex4Tex4 lowerRightVertex = {tcu::Vec4(size + xOffset, -size, 0.0f, 1.0f), in createTexQuads() local
H A 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
H A DvktPipelineDynamicOffsetTests.cpp99 const Vertex4RGBA lowerRightVertex = {tcu::Vec4(size + xOffset, -size, 0.0f, 1.0f), color}; in createQuads() local
H A DvktPipelinePushConstantTests.cpp194 const Vertex4RGBA lowerRightVertex = {tcu::Vec4(size, -size, 0.0f, 1.0f), color}; in createQuad() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassDitheringTests.cpp142 const Vertex4RGBA lowerRightVertex = {tcu::Vec4(size, -size, depthValue, 1.0f), green}; in createQuad() local
164 const Vertex4RGBA lowerRightVertex = {tcu::Vec4(size, -size, depthValue, 1.0f), color}; in createQuad() local
H A DvktRenderPassUnusedAttachmentTests.cpp87 const Vertex4RGBA lowerRightVertex = {tcu::Vec4(size, -size, 0.0f, 1.0f), color}; in createQuad() local
H A DvktRenderPassFragmentDensityMapTests.cpp213 const Vertex4RGBA lowerRightVertex = { in createFullscreenMesh() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageTestsUtil.cpp1020 const tcu::Vec4 lowerRightVertex(1.0f, -1.0f, 0.0f, 1.0f); in createFullscreenQuad() local