Home
last modified time | relevance | path

Searched refs:VK_PRIMITIVE_TOPOLOGY_LINE_STRIP (Results 1 – 25 of 255) sorted by relevance

1234567891011

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryEmitGeometryShaderTests.cpp229 { VK_PRIMITIVE_TOPOLOGY_LINE_STRIP, 0, 0, 0, 0, "line_strip" , ""}, in createEmitGeometryShaderTests()
230 { VK_PRIMITIVE_TOPOLOGY_LINE_STRIP, 0, 1, 0, 0, "line_strip" , ""}, in createEmitGeometryShaderTests()
231 { VK_PRIMITIVE_TOPOLOGY_LINE_STRIP, 1, 1, 0, 0, "line_strip" , ""}, in createEmitGeometryShaderTests()
232 { VK_PRIMITIVE_TOPOLOGY_LINE_STRIP, 2, 1, 0, 0, "line_strip" , ""}, in createEmitGeometryShaderTests()
233 { VK_PRIMITIVE_TOPOLOGY_LINE_STRIP, 0, 2, 0, 0, "line_strip" , ""}, in createEmitGeometryShaderTests()
234 { VK_PRIMITIVE_TOPOLOGY_LINE_STRIP, 1, 2, 0, 0, "line_strip" , ""}, in createEmitGeometryShaderTests()
235 { VK_PRIMITIVE_TOPOLOGY_LINE_STRIP, 2, 2, 0, 0, "line_strip" , ""}, in createEmitGeometryShaderTests()
236 { VK_PRIMITIVE_TOPOLOGY_LINE_STRIP, 2, 2, 2, 0, "line_strip" , ""}, in createEmitGeometryShaderTests()
H A DvktGeometryInputGeometryShaderTests.cpp264 { VK_PRIMITIVE_TOPOLOGY_LINE_LIST, "lines", VK_PRIMITIVE_TOPOLOGY_LINE_STRIP }, in createInputGeometryShaderTests()
265 { VK_PRIMITIVE_TOPOLOGY_LINE_STRIP, "line_strip", VK_PRIMITIVE_TOPOLOGY_LINE_STRIP }, in createInputGeometryShaderTests()
269 …ITIVE_TOPOLOGY_LINE_LIST_WITH_ADJACENCY, "lines_adjacency", VK_PRIMITIVE_TOPOLOGY_LINE_STRIP }, in createInputGeometryShaderTests()
270 …_TOPOLOGY_LINE_STRIP_WITH_ADJACENCY, "line_strip_adjacency", VK_PRIMITIVE_TOPOLOGY_LINE_STRIP }, in createInputGeometryShaderTests()
293 { VK_PRIMITIVE_TOPOLOGY_POINT_LIST, "points_to_lines", VK_PRIMITIVE_TOPOLOGY_LINE_STRIP }, in createInputGeometryShaderTests()
294 { VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST, "triangles_to_lines", VK_PRIMITIVE_TOPOLOGY_LINE_STRIP }, in createInputGeometryShaderTests()
H A DvktGeometryTestsUtil.cpp313 case VK_PRIMITIVE_TOPOLOGY_LINE_STRIP: in inputTypeToGLString()
337 case VK_PRIMITIVE_TOPOLOGY_LINE_STRIP: in outputTypeToGLString()
356 case VK_PRIMITIVE_TOPOLOGY_LINE_STRIP: in calcOutputVertices()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/Device/
H A DContext.cpp34 case VK_PRIMITIVE_TOPOLOGY_LINE_STRIP: in isDrawPoint()
53 case VK_PRIMITIVE_TOPOLOGY_LINE_STRIP: in isDrawLine()
71 case VK_PRIMITIVE_TOPOLOGY_LINE_STRIP: in isDrawTriangle()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/Device/
H A DContext.cpp39 case VK_PRIMITIVE_TOPOLOGY_LINE_STRIP: in isDrawPoint()
58 case VK_PRIMITIVE_TOPOLOGY_LINE_STRIP: in isDrawLine()
76 case VK_PRIMITIVE_TOPOLOGY_LINE_STRIP: in isDrawTriangle()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/draw/
H A DvktDrawSimpleTest.cpp90 case vk::VK_PRIMITIVE_TOPOLOGY_LINE_STRIP: in SimpleDraw()
134 case vk::VK_PRIMITIVE_TOPOLOGY_LINE_STRIP: in iterate()
226 case vk::VK_PRIMITIVE_TOPOLOGY_LINE_STRIP: in iterate()
H A DvktDrawIndexedTest.cpp99 case vk::VK_PRIMITIVE_TOPOLOGY_LINE_STRIP: in DrawIndexed()
255 case vk::VK_PRIMITIVE_TOPOLOGY_LINE_STRIP: in iterate()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineInputAssemblyTests.cpp196 VK_PRIMITIVE_TOPOLOGY_LINE_STRIP,
349 case VK_PRIMITIVE_TOPOLOGY_LINE_STRIP: in createBufferData()
407 case VK_PRIMITIVE_TOPOLOGY_LINE_STRIP: in createBufferData()
663 DE_ASSERT(primitiveTopology == VK_PRIMITIVE_TOPOLOGY_LINE_STRIP || in PrimitiveRestartTest()
695 case VK_PRIMITIVE_TOPOLOGY_LINE_STRIP: in createBufferData()
717 case VK_PRIMITIVE_TOPOLOGY_LINE_STRIP: in createBufferData()
1508 VK_PRIMITIVE_TOPOLOGY_LINE_STRIP, in createPrimitiveRestartTests()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/rasterization/
H A DvktRasterizationTests.cpp1338 scene.isStrip = m_primitiveTopology == VK_PRIMITIVE_TOPOLOGY_LINE_STRIP; in iterate()
2372 …: BaseLineTestInstance(context, VK_PRIMITIVE_TOPOLOGY_LINE_STRIP, wideness, strictness, sampleCoun… in LineStripTestInstance()
3070 case VK_PRIMITIVE_TOPOLOGY_LINE_STRIP: in iterate()
3238 case VK_PRIMITIVE_TOPOLOGY_LINE_STRIP: in extractLines()
3952 case VK_PRIMITIVE_TOPOLOGY_LINE_STRIP: in extractLines()
4491 { VK_PRIMITIVE_TOPOLOGY_LINE_STRIP, "line_strip" }, in createRasterizationTests()
4540 …testCtx, "line_strip", "Verify line strip interpolation", VK_PRIMITIVE_TOPOLOGY_LINE_STRIP, INT… in createRasterizationTests()
4542 …, "line_strip_wide","Verify wide line strip interpolation", VK_PRIMITIVE_TOPOLOGY_LINE_STRIP, INT… in createRasterizationTests()
4545 …ct_line_strip", "Verify strict line strip interpolation", VK_PRIMITIVE_TOPOLOGY_LINE_STRIP, INTE… in createRasterizationTests()
4565 …testCtx, "line_strip", "Verify line strip interpolation", VK_PRIMITIVE_TOPOLOGY_LINE_STRIP, INT… in createRasterizationTests()
[all …]
/dports/lang/clover/mesa-21.3.6/src/gallium/frontends/lavapipe/
H A Dlvp_conv.h70 case VK_PRIMITIVE_TOPOLOGY_LINE_STRIP: in vk_conv_topology()
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/frontends/lavapipe/
H A Dlvp_conv.h70 case VK_PRIMITIVE_TOPOLOGY_LINE_STRIP: in vk_conv_topology()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/frontends/lavapipe/
H A Dlvp_conv.h70 case VK_PRIMITIVE_TOPOLOGY_LINE_STRIP: in vk_conv_topology()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/frontends/lavapipe/
H A Dlvp_conv.h70 case VK_PRIMITIVE_TOPOLOGY_LINE_STRIP: in vk_conv_topology()
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/frontends/lavapipe/
H A Dlvp_conv.h70 case VK_PRIMITIVE_TOPOLOGY_LINE_STRIP: in vk_conv_topology()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/frontends/lavapipe/
H A Dlvp_conv.h70 case VK_PRIMITIVE_TOPOLOGY_LINE_STRIP: in vk_conv_topology()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/frontends/lavapipe/
H A Dlvp_conv.h70 case VK_PRIMITIVE_TOPOLOGY_LINE_STRIP: in vk_conv_topology()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/frontends/lavapipe/
H A Dlvp_conv.h70 case VK_PRIMITIVE_TOPOLOGY_LINE_STRIP: in vk_conv_topology()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/frontends/lavapipe/
H A Dlvp_conv.h70 case VK_PRIMITIVE_TOPOLOGY_LINE_STRIP: in vk_conv_topology()
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/frontends/lavapipe/
H A Dlvp_conv.h70 case VK_PRIMITIVE_TOPOLOGY_LINE_STRIP: in vk_conv_topology()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/freedreno/vulkan/
H A Dtu_util.h104 [VK_PRIMITIVE_TOPOLOGY_LINE_STRIP] = DI_PT_LINESTRIP, in tu6_primtype()
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/zink/
H A Dzink_program.h155 return VK_PRIMITIVE_TOPOLOGY_LINE_STRIP; in zink_primitive_topology()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/freedreno/vulkan/
H A Dtu_util.h108 [VK_PRIMITIVE_TOPOLOGY_LINE_STRIP] = DI_PT_LINESTRIP, in tu6_primtype()
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/zink/
H A Dzink_program.h155 return VK_PRIMITIVE_TOPOLOGY_LINE_STRIP; in zink_primitive_topology()
/dports/graphics/libosmesa/mesa-21.3.6/src/freedreno/vulkan/
H A Dtu_util.h108 [VK_PRIMITIVE_TOPOLOGY_LINE_STRIP] = DI_PT_LINESTRIP, in tu6_primtype()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/zink/
H A Dzink_program.h155 return VK_PRIMITIVE_TOPOLOGY_LINE_STRIP; in zink_primitive_topology()

1234567891011