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.cpp87 const Vertex4RGBA UpperRightVertex = {tcu::Vec4(size + xOffset, size, 0.0f, 1.0f), color}; in createQuads() local
94 vertices.push_back(UpperRightVertex); in createQuads()
DvktPipelinePushConstantTests.cpp232 const Vertex4RGBA UpperRightVertex = {tcu::Vec4(size, size, 0.0f, 1.0f), color}; in createQuad() local
239 vertices.push_back(UpperRightVertex); in createQuad()
DvktPipelinePushDescriptorTests.cpp169 const Vertex4RGBA UpperRightVertex = {tcu::Vec4(size + xOffset, size, 0.0f, 1.0f), color}; in createQuads() local
176 vertices.push_back(UpperRightVertex); in createQuads()
192 …const Vertex4Tex4 UpperRightVertex = {tcu::Vec4(size + xOffset, size, 0.0f, 1.0f), tcu::Vec4(1.2f,… in createTexQuads() local
199 vertices.push_back(UpperRightVertex); in createTexQuads()