Searched defs:upperRightVertex (Results 1 – 6 of 6) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineVertexUtil.cpp | 906 …const Vertex4RGBA upperRightVertex = {Vec4(translation.x() + quadSize, translation.y() + quadSize,… in createOverlappingQuads() local 949 const Vertex4RGBARGBA upperRightVertex = { in createOverlappingQuadsDualSource() local 973 … const Vertex4Tex4 upperRightVertex = {Vec4(1.0f, 1.0f, 0.0f, 1.0f), Vec4(1.0f, 1.0f, 0.0f, 0.0f)}; in createFullscreenQuad() local 1007 const Vertex4Tex4 upperRightVertex = { in createQuadMosaic() local
|
D | vktPipelineAttachmentFeedbackLoopLayoutTests.cpp | 2255 … const Vertex4Tex4 upperRightVertex = {Vec4(1.0f, 1.0f, 0.0f, 1.0f), Vec4(1.0f, 1.0f, 0.0f, 0.0f)}; in createFullscreenQuadArray() local
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassDitheringTests.cpp | 145 const Vertex4RGBA upperRightVertex = {tcu::Vec4(size, size, depthValue, 1.0f), white}; in createQuad() local 167 const Vertex4RGBA upperRightVertex = {tcu::Vec4(size, size, depthValue, 1.0f), color}; in createQuad() local
|
D | vktRenderPassUnusedAttachmentTests.cpp | 89 const Vertex4RGBA upperRightVertex = {tcu::Vec4(size, size, 0.0f, 1.0f), color}; in createQuad() local
|
D | vktRenderPassFragmentDensityMapTests.cpp | 217 const Vertex4RGBA upperRightVertex = { in createFullscreenMesh() local
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageTestsUtil.cpp | 1021 const tcu::Vec4 upperRightVertex(1.0f, 1.0f, 0.0f, 1.0f); in createFullscreenQuad() local
|