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/
H A DvktPipelineVertexUtil.cpp932 const Vertex4RGBA lowerRightVertex =
945 vertices.push_back(lowerRightVertex);
949 vertices.push_back(lowerRightVertex);
1001 const Vertex4RGBARGBA lowerRightVertex =
1016 vertices.push_back(lowerRightVertex);
1020 vertices.push_back(lowerRightVertex);
1042 const Vertex4Tex4 lowerRightVertex =
1056 lowerRightVertex,
1060 lowerRightVertex,
1093 const Vertex4Tex4 lowerRightVertex
[all...]
H A DvktPipelinePushDescriptorTests.cpp191 const Vertex4RGBA lowerRightVertex = {tcu::Vec4(size + xOffset, -size, 0.0f, 1.0f), color}; in createQuads() local
196 vertices.push_back(lowerRightVertex); in createQuads()
199 vertices.push_back(lowerRightVertex); in createQuads()
214 const Vertex4Tex4 lowerRightVertex = {tcu::Vec4(size + xOffset, -size, 0.0f, 1.0f), tcu::Vec4(1.2f, -0.2f, 0.0f, 0.0f)}; in createTexQuads() local
219 vertices.push_back(lowerRightVertex); in createTexQuads()
222 vertices.push_back(lowerRightVertex); in createTexQuads()
H A DvktPipelineAttachmentFeedbackLoopLayoutTests.cpp2225 const Vertex4Tex4 lowerRightVertex = in createFullscreenQuadArray() local
2242 lowerRightVertex, in createFullscreenQuadArray()
2245 lowerRightVertex, in createFullscreenQuadArray()
H A DvktPipelineDynamicOffsetTests.cpp99 const Vertex4RGBA lowerRightVertex = {tcu::Vec4(size + xOffset, -size, 0.0f, 1.0f), color}; in createQuads() local
104 vertices.push_back(lowerRightVertex); in createQuads()
107 vertices.push_back(lowerRightVertex); in createQuads()
H A DvktPipelinePushConstantTests.cpp187 const Vertex4RGBA lowerRightVertex = {tcu::Vec4(size, -size, 0.0f, 1.0f), color}; in createQuad() local
192 vertices.push_back(lowerRightVertex); in createQuad()
195 vertices.push_back(lowerRightVertex); in createQuad()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineVertexUtil.cpp932 const Vertex4RGBA lowerRightVertex =
945 vertices.push_back(lowerRightVertex);
949 vertices.push_back(lowerRightVertex);
1001 const Vertex4RGBARGBA lowerRightVertex =
1016 vertices.push_back(lowerRightVertex);
1020 vertices.push_back(lowerRightVertex);
1042 const Vertex4Tex4 lowerRightVertex =
1056 lowerRightVertex,
1060 lowerRightVertex,
1093 const Vertex4Tex4 lowerRightVertex
[all...]
H A 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, -0.2f, 0.0f, 0.0f)}; in createTexQuads() local
217 vertices.push_back(lowerRightVertex); in createTexQuads()
220 vertices.push_back(lowerRightVertex); in createTexQuads()
H A DvktPipelineAttachmentFeedbackLoopLayoutTests.cpp2065 const Vertex4Tex4 lowerRightVertex = in createFullscreenQuadArray() local
2082 lowerRightVertex, in createFullscreenQuadArray()
2085 lowerRightVertex, in createFullscreenQuadArray()
H A 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()
H A 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/vulkan/renderpass/
H A 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()
H A 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()
H A DvktRenderPassFragmentDensityMapTests.cpp207 const Vertex4RGBA lowerRightVertex = { { xEnd, 1.0f, 0.0f, 1.0f }, { 1.0f, 1.0f, fIndex, 1.0f }, { r.y(), g.y(), 0.0f, 1.0f } }; in createFullscreenMesh() local
212 lowerLeftVertex, lowerRightVertex, upperLeftVertex, in createFullscreenMesh()
213 upperLeftVertex, lowerRightVertex, upperRightVertex in createFullscreenMesh()
H A DvktRenderPassSubpassDependencyTests.cpp2708 const tcu::Vec4 lowerRightVertex (1.0f, -1.0f, 0.5f, 1.0f); in iterateInternal()
2714 vertexData.push_back(lowerRightVertex); in iterateInternal()
3380 const tcu::Vec4 lowerRightVertex (1.0f, -1.0f, 0.5f, 1.0f); in iterateInternal()
3386 vertexData.push_back(lowerRightVertex); in iterateInternal()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A 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()
H A 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()
H A DvktRenderPassFragmentDensityMapTests.cpp203 const Vertex4RGBA lowerRightVertex = { { xEnd, 1.0f, 0.0f, 1.0f }, { 1.0f, 1.0f, fIndex, 1.0f }, { r.y(), g.y(), 0.0f, 1.0f } }; in createFullscreenMesh() local
208 lowerLeftVertex, lowerRightVertex, upperLeftVertex, in createFullscreenMesh()
209 upperLeftVertex, lowerRightVertex, upperRightVertex in createFullscreenMesh()
H A DvktRenderPassSubpassDependencyTests.cpp2708 const tcu::Vec4 lowerRightVertex (1.0f, -1.0f, 0.5f, 1.0f); in iterateInternal()
2714 vertexData.push_back(lowerRightVertex); in iterateInternal()
3380 const tcu::Vec4 lowerRightVertex (1.0f, -1.0f, 0.5f, 1.0f); in iterateInternal()
3386 vertexData.push_back(lowerRightVertex); in iterateInternal()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageTestsUtil.cpp923 const tcu::Vec4 lowerRightVertex (1.0f, -1.0f, 0.0f, 1.0f); in createFullscreenQuad()
929 lowerRightVertex, in createFullscreenQuad()
933 lowerRightVertex, in createFullscreenQuad()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageTestsUtil.cpp923 const tcu::Vec4 lowerRightVertex (1.0f, -1.0f, 0.0f, 1.0f); in createFullscreenQuad()
929 lowerRightVertex, in createFullscreenQuad()
933 lowerRightVertex, in createFullscreenQuad()

Completed in 89 milliseconds