Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineVertexUtil.cpp903 … const Vertex4RGBA lowerLeftVertex = {Vec4(translation.x(), translation.y(), 0.0f, 1.0f), color}; in createOverlappingQuads() local
944 …const Vertex4RGBARGBA lowerLeftVertex = {Vec4(translation.x(), translation.y(), 0.0f, 1.0f), colo… in createOverlappingQuadsDualSource() local
970 …const Vertex4Tex4 lowerLeftVertex = {Vec4(-1.0f, -1.0f, 0.0f, 1.0f), Vec4(0.0f, 0.0f, 0.0f, 0.0f)… in createFullscreenQuad() local
998 const Vertex4Tex4 lowerLeftVertex = { in createQuadMosaic() local
H A DvktPipelinePushDescriptorTests.cpp189 const Vertex4RGBA lowerLeftVertex = {tcu::Vec4(-size + xOffset, -size, 0.0f, 1.0f), color}; in createQuads() local
212 const Vertex4Tex4 lowerLeftVertex = {tcu::Vec4(-size + xOffset, -size, 0.0f, 1.0f), in createTexQuads() local
H A DvktPipelineAttachmentFeedbackLoopLayoutTests.cpp2252 …const Vertex4Tex4 lowerLeftVertex = {Vec4(-1.0f, -1.0f, 0.0f, 1.0f), Vec4(0.0f, 0.0f, 0.0f, 0.0f)… in createFullscreenQuadArray() local
H A DvktPipelineDynamicOffsetTests.cpp98 const Vertex4RGBA lowerLeftVertex = {tcu::Vec4(-size + xOffset, -size, 0.0f, 1.0f), color}; in createQuads() local
H A DvktPipelinePushConstantTests.cpp193 const Vertex4RGBA lowerLeftVertex = {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.cpp141 const Vertex4RGBA lowerLeftVertex = {tcu::Vec4(-size, -size, depthValue, 1.0f), red}; in createQuad() local
163 const Vertex4RGBA lowerLeftVertex = {tcu::Vec4(-size, -size, depthValue, 1.0f), color}; in createQuad() local
H A DvktRenderPassUnusedAttachmentTests.cpp86 const Vertex4RGBA lowerLeftVertex = {tcu::Vec4(-size, -size, 0.0f, 1.0f), color}; in createQuad() local
H A DvktRenderPassFragmentDensityMapTests.cpp209 const Vertex4RGBA lowerLeftVertex = { in createFullscreenMesh() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageTestsUtil.cpp1018 const tcu::Vec4 lowerLeftVertex(-1.0f, -1.0f, 0.0f, 1.0f); in createFullscreenQuad() local