Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
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
DvktPipelinePushDescriptorTests.cpp205 const Vertex4RGBA lowerLeftVertex = {tcu::Vec4(-size + xOffset, -size, 0.0f, 1.0f), color}; in createQuads() local
228 const Vertex4Tex4 lowerLeftVertex = {tcu::Vec4(-size + xOffset, -size, 0.0f, 1.0f), in createTexQuads() local
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
DvktPipelineDynamicOffsetTests.cpp98 const Vertex4RGBA lowerLeftVertex = {tcu::Vec4(-size + xOffset, -size, 0.0f, 1.0f), color}; in createQuads() local
DvktPipelinePushConstantTests.cpp195 const Vertex4RGBA lowerLeftVertex = {tcu::Vec4(-size, -size, 0.0f, 1.0f), color}; in createQuad() local
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassDitheringTests.cpp142 const Vertex4RGBA lowerLeftVertex = {tcu::Vec4(-size, -size, depthValue, 1.0f), red}; in createQuad() local
164 const Vertex4RGBA lowerLeftVertex = {tcu::Vec4(-size, -size, depthValue, 1.0f), color}; in createQuad() local
DvktRenderPassUnusedAttachmentTests.cpp86 const Vertex4RGBA lowerLeftVertex = {tcu::Vec4(-size, -size, 0.0f, 1.0f), color}; in createQuad() local
DvktRenderPassFragmentDensityMapTests.cpp211 const Vertex4RGBA lowerLeftVertex = { in createFullscreenMesh() local
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.cpp1018 const tcu::Vec4 lowerLeftVertex(-1.0f, -1.0f, 0.0f, 1.0f); in createFullscreenQuad() local