Home
last modified time | relevance | path

Searched refs:lowerRightVertex (Results 1 – 20 of 20) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineVertexUtil.cpp932 const Vertex4RGBA lowerRightVertex = in createOverlappingQuads() local
945 vertices.push_back(lowerRightVertex); in createOverlappingQuads()
949 vertices.push_back(lowerRightVertex); in createOverlappingQuads()
1001 const Vertex4RGBARGBA lowerRightVertex = in createOverlappingQuadsDualSource() local
1016 vertices.push_back(lowerRightVertex); in createOverlappingQuadsDualSource()
1020 vertices.push_back(lowerRightVertex); in createOverlappingQuadsDualSource()
1042 const Vertex4Tex4 lowerRightVertex = in createFullscreenQuad() local
1056 lowerRightVertex, in createFullscreenQuad()
1060 lowerRightVertex, in createFullscreenQuad()
1093 const Vertex4Tex4 lowerRightVertex = in createQuadMosaic() local
[all …]
DvktPipelinePushDescriptorTests.cpp189 const Vertex4RGBA lowerRightVertex = {tcu::Vec4(size + xOffset, -size, 0.0f, 1.0f), color}; in createQuads() local
194 vertices.push_back(lowerRightVertex); in createQuads()
197 vertices.push_back(lowerRightVertex); in createQuads()
212 …const Vertex4Tex4 lowerRightVertex = {tcu::Vec4(size + xOffset, -size, 0.0f, 1.0f), tcu::Vec4(1.2f… in createTexQuads() local
217 vertices.push_back(lowerRightVertex); in createTexQuads()
220 vertices.push_back(lowerRightVertex); in createTexQuads()
DvktPipelineAttachmentFeedbackLoopLayoutTests.cpp2065 const Vertex4Tex4 lowerRightVertex = in createFullscreenQuadArray() local
2082 lowerRightVertex, in createFullscreenQuadArray()
2085 lowerRightVertex, in createFullscreenQuadArray()
DvktPipelineDynamicOffsetTests.cpp97 const Vertex4RGBA lowerRightVertex = {tcu::Vec4(size + xOffset, -size, 0.0f, 1.0f), color}; in createQuads() local
102 vertices.push_back(lowerRightVertex); in createQuads()
105 vertices.push_back(lowerRightVertex); in createQuads()
DvktPipelinePushConstantTests.cpp185 const Vertex4RGBA lowerRightVertex = {tcu::Vec4(size, -size, 0.0f, 1.0f), color}; in createQuad() local
190 vertices.push_back(lowerRightVertex); in createQuad()
193 vertices.push_back(lowerRightVertex); in createQuad()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineVertexUtil.cpp932 const Vertex4RGBA lowerRightVertex = in createOverlappingQuads() local
945 vertices.push_back(lowerRightVertex); in createOverlappingQuads()
949 vertices.push_back(lowerRightVertex); in createOverlappingQuads()
1001 const Vertex4RGBARGBA lowerRightVertex = in createOverlappingQuadsDualSource() local
1016 vertices.push_back(lowerRightVertex); in createOverlappingQuadsDualSource()
1020 vertices.push_back(lowerRightVertex); in createOverlappingQuadsDualSource()
1042 const Vertex4Tex4 lowerRightVertex = in createFullscreenQuad() local
1056 lowerRightVertex, in createFullscreenQuad()
1060 lowerRightVertex, in createFullscreenQuad()
1093 const Vertex4Tex4 lowerRightVertex = in createQuadMosaic() local
[all …]
DvktPipelinePushDescriptorTests.cpp189 const Vertex4RGBA lowerRightVertex = {tcu::Vec4(size + xOffset, -size, 0.0f, 1.0f), color}; in createQuads() local
194 vertices.push_back(lowerRightVertex); in createQuads()
197 vertices.push_back(lowerRightVertex); in createQuads()
212 …const Vertex4Tex4 lowerRightVertex = {tcu::Vec4(size + xOffset, -size, 0.0f, 1.0f), tcu::Vec4(1.2f… in createTexQuads() local
217 vertices.push_back(lowerRightVertex); in createTexQuads()
220 vertices.push_back(lowerRightVertex); in createTexQuads()
DvktPipelineAttachmentFeedbackLoopLayoutTests.cpp2065 const Vertex4Tex4 lowerRightVertex = in createFullscreenQuadArray() local
2082 lowerRightVertex, in createFullscreenQuadArray()
2085 lowerRightVertex, in createFullscreenQuadArray()
DvktPipelineDynamicOffsetTests.cpp97 const Vertex4RGBA lowerRightVertex = {tcu::Vec4(size + xOffset, -size, 0.0f, 1.0f), color}; in createQuads() local
102 vertices.push_back(lowerRightVertex); in createQuads()
105 vertices.push_back(lowerRightVertex); in createQuads()
DvktPipelinePushConstantTests.cpp185 const Vertex4RGBA lowerRightVertex = {tcu::Vec4(size, -size, 0.0f, 1.0f), color}; in createQuad() local
190 vertices.push_back(lowerRightVertex); in createQuad()
193 vertices.push_back(lowerRightVertex); in createQuad()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
DvktRenderPassDitheringTests.cpp85 const Vertex4RGBA lowerRightVertex = {tcu::Vec4(size, -size, depthValue, 1.0f), green}; in createQuad() local
91 vertices.push_back(lowerRightVertex); in createQuad()
94 vertices.push_back(lowerRightVertex); in createQuad()
107 const Vertex4RGBA lowerRightVertex = {tcu::Vec4(size, -size, depthValue, 1.0f), color}; in createQuad() local
113 vertices.push_back(lowerRightVertex); in createQuad()
116 vertices.push_back(lowerRightVertex); in createQuad()
DvktRenderPassUnusedAttachmentTests.cpp85 const Vertex4RGBA lowerRightVertex = {tcu::Vec4(size, -size, 0.0f, 1.0f), color}; in createQuad() local
90 vertices.push_back(lowerRightVertex); in createQuad()
93 vertices.push_back(lowerRightVertex); in createQuad()
DvktRenderPassFragmentDensityMapTests.cpp203 …const Vertex4RGBA lowerRightVertex = { { xEnd, 1.0f, 0.0f, 1.0f }, { 1.0f, 1.0f, fIndex, 1.0f }… in createFullscreenMesh() local
208 lowerLeftVertex, lowerRightVertex, upperLeftVertex, in createFullscreenMesh()
209 upperLeftVertex, lowerRightVertex, upperRightVertex in createFullscreenMesh()
DvktRenderPassSubpassDependencyTests.cpp2708 const tcu::Vec4 lowerRightVertex (1.0f, -1.0f, 0.5f, 1.0f); in iterateInternal() local
2714 vertexData.push_back(lowerRightVertex); in iterateInternal()
3380 const tcu::Vec4 lowerRightVertex (1.0f, -1.0f, 0.5f, 1.0f); in iterateInternal() local
3386 vertexData.push_back(lowerRightVertex); in iterateInternal()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassDitheringTests.cpp85 const Vertex4RGBA lowerRightVertex = {tcu::Vec4(size, -size, depthValue, 1.0f), green}; in createQuad() local
91 vertices.push_back(lowerRightVertex); in createQuad()
94 vertices.push_back(lowerRightVertex); in createQuad()
107 const Vertex4RGBA lowerRightVertex = {tcu::Vec4(size, -size, depthValue, 1.0f), color}; in createQuad() local
113 vertices.push_back(lowerRightVertex); in createQuad()
116 vertices.push_back(lowerRightVertex); in createQuad()
DvktRenderPassUnusedAttachmentTests.cpp85 const Vertex4RGBA lowerRightVertex = {tcu::Vec4(size, -size, 0.0f, 1.0f), color}; in createQuad() local
90 vertices.push_back(lowerRightVertex); in createQuad()
93 vertices.push_back(lowerRightVertex); in createQuad()
DvktRenderPassFragmentDensityMapTests.cpp203 …const Vertex4RGBA lowerRightVertex = { { xEnd, 1.0f, 0.0f, 1.0f }, { 1.0f, 1.0f, fIndex, 1.0f }… in createFullscreenMesh() local
208 lowerLeftVertex, lowerRightVertex, upperLeftVertex, in createFullscreenMesh()
209 upperLeftVertex, lowerRightVertex, upperRightVertex in createFullscreenMesh()
DvktRenderPassSubpassDependencyTests.cpp2708 const tcu::Vec4 lowerRightVertex (1.0f, -1.0f, 0.5f, 1.0f); in iterateInternal() local
2714 vertexData.push_back(lowerRightVertex); in iterateInternal()
3380 const tcu::Vec4 lowerRightVertex (1.0f, -1.0f, 0.5f, 1.0f); in iterateInternal() local
3386 vertexData.push_back(lowerRightVertex); in iterateInternal()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
DvktImageTestsUtil.cpp923 const tcu::Vec4 lowerRightVertex (1.0f, -1.0f, 0.0f, 1.0f); in createFullscreenQuad() local
929 lowerRightVertex, in createFullscreenQuad()
933 lowerRightVertex, in createFullscreenQuad()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.cpp923 const tcu::Vec4 lowerRightVertex (1.0f, -1.0f, 0.0f, 1.0f); in createFullscreenQuad() local
929 lowerRightVertex, in createFullscreenQuad()
933 lowerRightVertex, in createFullscreenQuad()