Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelinePushDescriptorTests.cpp191 const Vertex4RGBA UpperRightVertex = {tcu::Vec4(size + xOffset, size, 0.0f, 1.0f), color}; in createQuads() local
198 vertices.push_back(UpperRightVertex); in createQuads()
214 …const Vertex4Tex4 UpperRightVertex = {tcu::Vec4(size + xOffset, size, 0.0f, 1.0f), tcu::Vec4(1.2f,… in createTexQuads() local
221 vertices.push_back(UpperRightVertex); in createTexQuads()
DvktPipelineDynamicOffsetTests.cpp99 const Vertex4RGBA UpperRightVertex = {tcu::Vec4(size + xOffset, size, 0.0f, 1.0f), color}; in createQuads() local
106 vertices.push_back(UpperRightVertex); in createQuads()
DvktPipelinePushConstantTests.cpp187 const Vertex4RGBA UpperRightVertex = {tcu::Vec4(size, size, 0.0f, 1.0f), color}; in createQuad() local
194 vertices.push_back(UpperRightVertex); in createQuad()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelinePushDescriptorTests.cpp191 const Vertex4RGBA UpperRightVertex = {tcu::Vec4(size + xOffset, size, 0.0f, 1.0f), color}; in createQuads() local
198 vertices.push_back(UpperRightVertex); in createQuads()
214 …const Vertex4Tex4 UpperRightVertex = {tcu::Vec4(size + xOffset, size, 0.0f, 1.0f), tcu::Vec4(1.2f,… in createTexQuads() local
221 vertices.push_back(UpperRightVertex); in createTexQuads()
DvktPipelineDynamicOffsetTests.cpp99 const Vertex4RGBA UpperRightVertex = {tcu::Vec4(size + xOffset, size, 0.0f, 1.0f), color}; in createQuads() local
106 vertices.push_back(UpperRightVertex); in createQuads()
DvktPipelinePushConstantTests.cpp187 const Vertex4RGBA UpperRightVertex = {tcu::Vec4(size, size, 0.0f, 1.0f), color}; in createQuad() local
194 vertices.push_back(UpperRightVertex); in createQuad()