/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineVertexUtil.cpp | 905 …const Vertex4RGBA lowerRightVertex = {Vec4(translation.x() + quadSize, translation.y(), 0.0f, 1.0f… in createOverlappingQuads() local 947 …const Vertex4RGBARGBA lowerRightVertex = {Vec4(translation.x() + quadSize, translation.y(), 0.0f, … in createOverlappingQuadsDualSource() local 972 …const Vertex4Tex4 lowerRightVertex = {Vec4(1.0f, -1.0f, 0.0f, 1.0f), Vec4(1.0f, 0.0f, 0.0f, 0.0f)}; in createFullscreenQuad() local 1004 const Vertex4Tex4 lowerRightVertex = { in createQuadMosaic() local
|
H A D | vktPipelinePushDescriptorTests.cpp | 190 const Vertex4RGBA lowerRightVertex = {tcu::Vec4(size + xOffset, -size, 0.0f, 1.0f), color}; in createQuads() local 214 const Vertex4Tex4 lowerRightVertex = {tcu::Vec4(size + xOffset, -size, 0.0f, 1.0f), in createTexQuads() local
|
H A D | vktPipelineAttachmentFeedbackLoopLayoutTests.cpp | 2254 …const Vertex4Tex4 lowerRightVertex = {Vec4(1.0f, -1.0f, 0.0f, 1.0f), Vec4(1.0f, 0.0f, 0.0f, 0.0f)}; in createFullscreenQuadArray() local
|
H A D | vktPipelineDynamicOffsetTests.cpp | 99 const Vertex4RGBA lowerRightVertex = {tcu::Vec4(size + xOffset, -size, 0.0f, 1.0f), color}; in createQuads() local
|
H A D | vktPipelinePushConstantTests.cpp | 194 const Vertex4RGBA lowerRightVertex = {tcu::Vec4(size, -size, 0.0f, 1.0f), color}; in createQuad() local
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassDitheringTests.cpp | 142 const Vertex4RGBA lowerRightVertex = {tcu::Vec4(size, -size, depthValue, 1.0f), green}; in createQuad() local 164 const Vertex4RGBA lowerRightVertex = {tcu::Vec4(size, -size, depthValue, 1.0f), color}; in createQuad() local
|
H A D | vktRenderPassUnusedAttachmentTests.cpp | 87 const Vertex4RGBA lowerRightVertex = {tcu::Vec4(size, -size, 0.0f, 1.0f), color}; in createQuad() local
|
H A D | vktRenderPassFragmentDensityMapTests.cpp | 213 const Vertex4RGBA lowerRightVertex = { in createFullscreenMesh() local
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageTestsUtil.cpp | 1020 const tcu::Vec4 lowerRightVertex(1.0f, -1.0f, 0.0f, 1.0f); in createFullscreenQuad() local
|