Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A 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
H A 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
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassDitheringTests.cpp143 const Vertex4RGBA upperLeftVertex = {tcu::Vec4(-size, size, depthValue, 1.0f), blue}; in createQuad() local
165 const Vertex4RGBA upperLeftVertex = {tcu::Vec4(-size, size, depthValue, 1.0f), color}; in createQuad() local
H A DvktRenderPassUnusedAttachmentTests.cpp88 const Vertex4RGBA upperLeftVertex = {tcu::Vec4(-size, size, 0.0f, 1.0f), color}; in createQuad() local
H A DvktRenderPassFragmentDensityMapTests.cpp211 const Vertex4RGBA upperLeftVertex = { in createFullscreenMesh() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageTestsUtil.cpp1019 const tcu::Vec4 upperLeftVertex(-1.0f, 1.0f, 0.0f, 1.0f); in createFullscreenQuad() local