Searched refs:upperRightVertex (Results 1 – 5 of 5) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineVertexUtil.cpp | 936 const Vertex4RGBA upperRightVertex = in createOverlappingQuads() local 950 vertices.push_back(upperRightVertex); in createOverlappingQuads() 1006 const Vertex4RGBARGBA upperRightVertex = in createOverlappingQuadsDualSource() local 1021 vertices.push_back(upperRightVertex); in createOverlappingQuadsDualSource() 1046 const Vertex4Tex4 upperRightVertex = in createFullscreenQuad() local 1060 upperRightVertex in createFullscreenQuad() 1097 const Vertex4Tex4 upperRightVertex = in createQuadMosaic() local 1108 vertices.push_back(upperRightVertex); in createQuadMosaic()
|
/external/deqp/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 | vktRenderPassFragmentDensityMapTests.cpp | 204 …const Vertex4RGBA upperRightVertex = { { xEnd, -1.0f, 0.0f, 1.0f }, { 1.0f, 0.0f, fIndex, 1.0f }… in createFullscreenMesh() local 209 upperLeftVertex, lowerRightVertex, upperRightVertex in createFullscreenMesh()
|
D | vktRenderPassSubpassDependencyTests.cpp | 2706 const tcu::Vec4 upperRightVertex (1.0f, 1.0f, 0.5f, 1.0f); in iterateInternal() local 2711 vertexData.push_back(upperRightVertex); in iterateInternal() 3358 const tcu::Vec4 upperRightVertex (1.0f, 1.0f, 0.5f, 1.0f); in iterateInternal() local 3363 vertexData.push_back(upperRightVertex); in iterateInternal()
|
/external/deqp/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()
|