Searched refs:UpperRightVertex (Results 1 – 3 of 3) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineDynamicOffsetTests.cpp | 96 const Vertex4RGBA UpperRightVertex = {tcu::Vec4(size + xOffset, size, 0.0f, 1.0f), color}; in createQuads() local 103 vertices.push_back(UpperRightVertex); in createQuads()
|
D | vktPipelinePushDescriptorTests.cpp | 180 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()
|
D | vktPipelinePushConstantTests.cpp | 179 const Vertex4RGBA UpperRightVertex = {tcu::Vec4(size, size, 0.0f, 1.0f), color}; in createQuad() local 186 vertices.push_back(UpperRightVertex); in createQuad()
|