Searched refs:upperRightVertex (Results 1 – 5 of 5) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineVertexUtil.cpp | 937 const Vertex4RGBA upperRightVertex = in createOverlappingQuads() local 951 vertices.push_back(upperRightVertex); in createOverlappingQuads() 1007 const Vertex4RGBARGBA upperRightVertex = in createOverlappingQuadsDualSource() local 1022 vertices.push_back(upperRightVertex); in createOverlappingQuadsDualSource() 1047 const Vertex4Tex4 upperRightVertex = in createFullscreenQuad() local 1061 upperRightVertex in createFullscreenQuad() 1098 const Vertex4Tex4 upperRightVertex = in createQuadMosaic() local 1109 vertices.push_back(upperRightVertex); in createQuadMosaic()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassUnusedAttachmentTests.cpp | 86 const Vertex4RGBA upperRightVertex = {tcu::Vec4(size, size, 0.0f, 1.0f), color}; in createQuad() local 93 vertices.push_back(upperRightVertex); in createQuad()
|
D | vktRenderPassSubpassDependencyTests.cpp | 2710 const tcu::Vec4 upperRightVertex (1.0f, 1.0f, 0.5f, 1.0f); in iterateInternal() local 2715 vertexData.push_back(upperRightVertex); in iterateInternal() 3382 const tcu::Vec4 upperRightVertex (1.0f, 1.0f, 0.5f, 1.0f); in iterateInternal() local 3387 vertexData.push_back(upperRightVertex); in iterateInternal()
|
D | vktRenderPassFragmentDensityMapTests.cpp | 202 …const Vertex4RGBA upperRightVertex = { { xEnd, -1.0f, 0.0f, 1.0f }, { 1.0f, 0.0f, fIndex, 1.0f }… in createFullscreenMesh() local 207 upperLeftVertex, lowerRightVertex, upperRightVertex in createFullscreenMesh()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
D | vktImageTestsUtil.cpp | 961 const tcu::Vec4 upperRightVertex (1.0f, 1.0f, 0.0f, 1.0f); in createFullscreenQuad() local 971 upperRightVertex in createFullscreenQuad()
|