/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
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
|
D | vktPipelinePushDescriptorTests.cpp | 206 const Vertex4RGBA lowerRightVertex = {tcu::Vec4(size + xOffset, -size, 0.0f, 1.0f), color}; in createQuads() local 230 const Vertex4Tex4 lowerRightVertex = {tcu::Vec4(size + xOffset, -size, 0.0f, 1.0f), in createTexQuads() local
|
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
|
D | vktPipelineDynamicOffsetTests.cpp | 99 const Vertex4RGBA lowerRightVertex = {tcu::Vec4(size + xOffset, -size, 0.0f, 1.0f), color}; in createQuads() local
|
D | vktPipelinePushConstantTests.cpp | 196 const Vertex4RGBA lowerRightVertex = {tcu::Vec4(size, -size, 0.0f, 1.0f), color}; in createQuad() local
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassDitheringTests.cpp | 143 const Vertex4RGBA lowerRightVertex = {tcu::Vec4(size, -size, depthValue, 1.0f), green}; in createQuad() local 165 const Vertex4RGBA lowerRightVertex = {tcu::Vec4(size, -size, depthValue, 1.0f), color}; in createQuad() local
|
D | vktRenderPassUnusedAttachmentTests.cpp | 87 const Vertex4RGBA lowerRightVertex = {tcu::Vec4(size, -size, 0.0f, 1.0f), color}; in createQuad() local
|
D | vktRenderPassFragmentDensityMapTests.cpp | 215 const Vertex4RGBA lowerRightVertex = { in createFullscreenMesh() local
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageTestsUtil.cpp | 1020 const tcu::Vec4 lowerRightVertex(1.0f, -1.0f, 0.0f, 1.0f); in createFullscreenQuad() local
|