Searched defs:lowerLeftVertex (Results 1 – 6 of 6) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineVertexUtil.cpp | 913 const Vertex4RGBA lowerLeftVertex = in createOverlappingQuads() local 952 const Vertex4Tex4 lowerLeftVertex = in createFullscreenQuad() local 1003 const Vertex4Tex4 lowerLeftVertex = in createQuadMosaic() local
|
D | vktPipelineDynamicOffsetTests.cpp | 84 const Vertex4RGBA lowerLeftVertex = {tcu::Vec4(-size + xOffset, -size, 0.0f, 1.0f), color}; in createQuads() local
|
D | vktPipelinePushDescriptorTests.cpp | 166 const Vertex4RGBA lowerLeftVertex = {tcu::Vec4(-size + xOffset, -size, 0.0f, 1.0f), color}; in createQuads() local 189 …const Vertex4Tex4 lowerLeftVertex = {tcu::Vec4(-size + xOffset, -size, 0.0f, 1.0f), tcu::Vec4(-0.… in createTexQuads() local
|
D | vktPipelinePushConstantTests.cpp | 229 const Vertex4RGBA lowerLeftVertex = {tcu::Vec4(-size, -size, 0.0f, 1.0f), color}; in createQuad() local
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassUnusedAttachmentTests.cpp | 83 const Vertex4RGBA lowerLeftVertex = {tcu::Vec4(-size, -size, 0.0f, 1.0f), color}; in createQuad() local
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageTestsUtil.cpp | 1031 const tcu::Vec4 lowerLeftVertex (-1.0f, -1.0f, 0.0f, 1.0f); in createFullscreenQuad() local
|