Searched defs:upperRightVertex (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
H A 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
|
H A 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
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassDitheringTests.cpp | 144 const Vertex4RGBA upperRightVertex = {tcu::Vec4(size, size, depthValue, 1.0f), white}; in createQuad() local 166 const Vertex4RGBA upperRightVertex = {tcu::Vec4(size, size, depthValue, 1.0f), color}; in createQuad() local
|
H A D | vktRenderPassUnusedAttachmentTests.cpp | 89 const Vertex4RGBA upperRightVertex = {tcu::Vec4(size, size, 0.0f, 1.0f), color}; in createQuad() local
|
H A D | vktRenderPassFragmentDensityMapTests.cpp | 215 const Vertex4RGBA upperRightVertex = { in createFullscreenMesh() local
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageTestsUtil.cpp | 1021 const tcu::Vec4 upperRightVertex(1.0f, 1.0f, 0.0f, 1.0f); in createFullscreenQuad() local
|