Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A 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
H A 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
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassDitheringTests.cpp144 const Vertex4RGBA upperRightVertex = {tcu::Vec4(size, size, depthValue, 1.0f), white}; in createQuad() local
166 const Vertex4RGBA upperRightVertex = {tcu::Vec4(size, size, depthValue, 1.0f), color}; in createQuad() local
H A DvktRenderPassUnusedAttachmentTests.cpp89 const Vertex4RGBA upperRightVertex = {tcu::Vec4(size, size, 0.0f, 1.0f), color}; in createQuad() local
H A DvktRenderPassFragmentDensityMapTests.cpp215 const Vertex4RGBA upperRightVertex = { in createFullscreenMesh() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageTestsUtil.cpp1021 const tcu::Vec4 upperRightVertex(1.0f, 1.0f, 0.0f, 1.0f); in createFullscreenQuad() local