Searched refs:UpperRightVertex (Results 1 – 6 of 6) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelinePushDescriptorTests.cpp | 191 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()
|
D | vktPipelineDynamicOffsetTests.cpp | 99 const Vertex4RGBA UpperRightVertex = {tcu::Vec4(size + xOffset, size, 0.0f, 1.0f), color}; in createQuads() local 106 vertices.push_back(UpperRightVertex); in createQuads()
|
D | vktPipelinePushConstantTests.cpp | 187 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/ |
D | vktPipelinePushDescriptorTests.cpp | 191 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()
|
D | vktPipelineDynamicOffsetTests.cpp | 99 const Vertex4RGBA UpperRightVertex = {tcu::Vec4(size + xOffset, size, 0.0f, 1.0f), color}; in createQuads() local 106 vertices.push_back(UpperRightVertex); in createQuads()
|
D | vktPipelinePushConstantTests.cpp | 187 const Vertex4RGBA UpperRightVertex = {tcu::Vec4(size, size, 0.0f, 1.0f), color}; in createQuad() local 194 vertices.push_back(UpperRightVertex); in createQuad()
|