Home
last modified time | relevance | path

Searched refs:UpperRightVertex (Results 1 – 3 of 3) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineDynamicOffsetTests.cpp96 const Vertex4RGBA UpperRightVertex = {tcu::Vec4(size + xOffset, size, 0.0f, 1.0f), color}; in createQuads() local
103 vertices.push_back(UpperRightVertex); in createQuads()
DvktPipelinePushDescriptorTests.cpp180 const Vertex4RGBA UpperRightVertex = {tcu::Vec4(size + xOffset, size, 0.0f, 1.0f), color}; in createQuads() local
187 vertices.push_back(UpperRightVertex); in createQuads()
203 …const Vertex4Tex4 UpperRightVertex = {tcu::Vec4(size + xOffset, size, 0.0f, 1.0f), tcu::Vec4(1.2f,… in createTexQuads() local
210 vertices.push_back(UpperRightVertex); in createTexQuads()
DvktPipelinePushConstantTests.cpp179 const Vertex4RGBA UpperRightVertex = {tcu::Vec4(size, size, 0.0f, 1.0f), color}; in createQuad() local
186 vertices.push_back(UpperRightVertex); in createQuad()