Home
last modified time | relevance | path

Searched refs:topology (Results 1 – 25 of 284) sorted by relevance

12345678910>>...12

/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/
Dgstv4l2codecdevice.c75 clear_topology (struct media_v2_topology *topology) in clear_topology() argument
77 g_free ((gpointer) (gsize) topology->ptr_entities); in clear_topology()
78 g_free ((gpointer) (gsize) topology->ptr_interfaces); in clear_topology()
79 g_free ((gpointer) (gsize) topology->ptr_pads); in clear_topology()
80 g_free ((gpointer) (gsize) topology->ptr_links); in clear_topology()
81 memset (topology, 0, sizeof (struct media_v2_topology)); in clear_topology()
85 get_topology (gint fd, struct media_v2_topology *topology) in get_topology() argument
91 memset (topology, 0, sizeof (struct media_v2_topology)); in get_topology()
93 ret = ioctl (fd, MEDIA_IOC_G_TOPOLOGY, topology); in get_topology()
99 version = topology->topology_version; in get_topology()
[all …]
/third_party/mesa3d/src/intel/dev/
Dintel_device_info.c1206 const struct drm_i915_query_topology_info *topology, in update_from_single_slice_topology() argument
1220 assert(topology->max_slices == 1); in update_from_single_slice_topology()
1221 assert(topology->max_subslices > 0); in update_from_single_slice_topology()
1222 assert(topology->max_eus_per_subslice > 0); in update_from_single_slice_topology()
1233 for (uint32_t ss_idx = 0; ss_idx < topology->max_subslices; ss_idx++) { in update_from_single_slice_topology()
1242 (topology->data[topology->subslice_offset + ss_idx / 8] >> in update_from_single_slice_topology()
1265 (topology->data[topology->eu_offset + in update_from_single_slice_topology()
1266 ss_idx * topology->eu_stride + in update_from_single_slice_topology()
1285 const struct drm_i915_query_topology_info *topology) in update_from_topology() argument
1289 assert(topology->max_slices > 0); in update_from_topology()
[all …]
/third_party/alsa-utils/topology/
Dalsatplg.rst23 alsatplg (ALSA Topology compiler) is a program to compile topology
26 Current audio drivers typically hard code topology information
34 The ALSA topology project removes the need for re-writing or
36 Drivers have no hard coded topology data meaning a single driver
37 can be used on different devices by updating the topology data
40 to include an updated topology file describing the update.
57 source binary topology file for the decode
84 The master topology files for each supported sound card are in
85 ``/usr/share/alsa/topology``.
88 ``/usr/share/alsa/topology/broadwell/broadwell.conf``, this file
[all …]
DMakefile.am11 alsatplg_SOURCES = topology.c pre-processor.c pre-process-class.c pre-process-object.c \
14 noinst_HEADERS = topology.h pre-processor.h
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dgeometry.txt26 <<drawing-primitive-topologies, primitive topology>> if tessellation is
31 pipeline topology of ename:VK_PRIMITIVE_TOPOLOGY_POINT_LIST, or with a
34 <<drawing-point-lists, point list topology>> or
37 pipeline topology of ename:VK_PRIMITIVE_TOPOLOGY_LINE_LIST or
41 <<drawing-line-lists, line list topology>> or <<drawing-line-strips,
42 line strip topology>>, or by <<tessellation-isoline-tessellation,
45 when tessellation is inactive, with a pipeline topology of
49 <<drawing-line-lists-with-adjacency, line list with adjacency topology>>
51 topology>>.
53 pipeline topology of ename:VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST,
[all …]
/third_party/skia/third_party/externals/swiftshader/src/Device/
DContext.cpp25 uint32_t ComputePrimitiveCount(VkPrimitiveTopology topology, uint32_t vertexCount) in ComputePrimitiveCount() argument
27 switch(topology) in ComputePrimitiveCount()
42 UNSUPPORTED("VkPrimitiveTopology %d", int(topology)); in ComputePrimitiveCount()
50 VkPrimitiveTopology topology, in ProcessPrimitiveRestart() argument
64 uint32_t primitiveCount = ComputePrimitiveCount(topology, vertexCount); in ProcessPrimitiveRestart()
85 uint32_t primitiveCount = ComputePrimitiveCount(topology, vertexCount); in ProcessPrimitiveRestart()
108 void IndexBuffer::getIndexBuffers(VkPrimitiveTopology topology, uint32_t count, uint32_t first, boo… in getIndexBuffers() argument
119 ProcessPrimitiveRestart(static_cast<uint16_t *>(indexBuffer), topology, count, indexBuffers); in getIndexBuffers()
122 ProcessPrimitiveRestart(static_cast<uint32_t *>(indexBuffer), topology, count, indexBuffers); in getIndexBuffers()
130 indexBuffers->push_back({ ComputePrimitiveCount(topology, count), indexBuffer }); in getIndexBuffers()
[all …]
DContext.hpp43 …void getIndexBuffers(VkPrimitiveTopology topology, uint32_t count, uint32_t first, bool indexed, b…
143 inline VkPrimitiveTopology getTopology() const { return topology; } in getTopology()
211 VkPrimitiveTopology topology = VK_PRIMITIVE_TOPOLOGY_POINT_LIST; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineInputAssemblyTests.cpp84 virtual void createBufferData (VkPrimitiveTopology topology,
108 virtual void createBufferData (VkPrimitiveTopology topology,
129 virtual void createBufferData (VkPrimitiveTopology topology,
378 void PrimitiveTopologyTest::createBufferData (VkPrimitiveTopology topology, int primitiveCount, VkI… in createBufferData() argument
396 switch (topology) in createBufferData()
432 switch (topology) in createBufferData()
754 void PrimitiveRestartTest::createBufferData (VkPrimitiveTopology topology, int primitiveCount, VkIn… in createBufferData() argument
772 switch (topology) in createBufferData()
803 switch (topology) in createBufferData()
1595 …const rr::PrimitiveType topology = m_primitiveTopology == VK_PRIMITIVE_TOPOLOGY_PATCH_LIST ? rr::… in verifyImage() local
[all …]
DvktPipelineMultisampleTests.cpp155 VkPrimitiveTopology topology,
185 VkPrimitiveTopology topology,
216 VkPrimitiveTopology topology,
248 VkPrimitiveTopology topology,
274 VkPrimitiveTopology topology,
301 VkPrimitiveTopology topology,
328 VkPrimitiveTopology topology,
357 VkPrimitiveTopology topology,
432 const VkPrimitiveTopology topology,
559 VkPrimitiveTopology topology,
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawIndirectTest.cpp251 …RTEX], testSpec.shaders[glu::SHADERTYPE_FRAGMENT], testSpec.useDynamicRendering, testSpec.topology) in IndirectDraw()
1044 testSpec.topology = vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST; in init()
1047 testSpec.topology = vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP; in init()
1052 testSpec.topology = vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST; in init()
1055 testSpec.topology = vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP; in init()
1060 testSpec.topology = vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST; in init()
1063 testSpec.topology = vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP; in init()
1083 testSpec.topology = vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST; in init()
1086 testSpec.topology = vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP; in init()
1091 testSpec.topology = vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST; in init()
[all …]
DvktBasicDrawTests.cpp107 vk::VkPrimitiveTopology topology; member
114 : topology (top) in DrawParamsBase()
257 …cess& reference, const tcu::ConstPixelBufferAccess& result, const vk::VkPrimitiveTopology topology) in imageCompare() argument
259 if (topology == vk::VK_PRIMITIVE_TOPOLOGY_POINT_LIST) in imageCompare()
437 pipelineCreateInfo.addState(PipelineCreateInfo::InputAssemblerState(m_data.topology)); in initPipeline()
523 … rr::PrimitiveList(mapVkPrimitiveTopology(m_data.topology), (deUint32)vertices.size(), 0))); in generateRefImage()
605 if (m_data.topology == vk::VK_PRIMITIVE_TOPOLOGY_LINE_LIST_WITH_ADJACENCY || in checkSupport()
606 m_data.topology == vk::VK_PRIMITIVE_TOPOLOGY_LINE_STRIP_WITH_ADJACENCY || in checkSupport()
607 m_data.topology == vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST_WITH_ADJACENCY || in checkSupport()
608 m_data.topology == vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP_WITH_ADJACENCY) in checkSupport()
[all …]
DvktDrawMultipleClearsWithinRenderPass.cpp127 VkPrimitiveTopology topology; member
172 Topology topology; member
217 const auto& vertexData = verticesByTopology[(size_t)m_params.topology]; in MultipleClearsTest()
354 pipelineCreateInfo.addState (PipelineCreateInfo::InputAssemblerState(vertexData.topology)); in MultipleClearsTest()
387 const auto& vertexData = verticesByTopology[(size_t)m_params.topology]; in clearAttachments()
703 for(const auto &topology : topologiesToTest) in init() local
705 …const string testNameSuffix = formatSuffix.str() + verticesByTopology[(deUint32)topology].testName… in init()
711 topology, // Topology topology; in init()
732 topology, // Topology topology; in init()
753 topology, // Topology topology; in init()
[all …]
DvktDrawSimpleTest.cpp64 …RTEX], testSpec.shaders[glu::SHADERTYPE_FRAGMENT], testSpec.useDynamicRendering, testSpec.topology) in SimpleDraw()
316 testSpec.topology = vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST; in init()
319 testSpec.topology = vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP; in init()
329 testSpec.topology = vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST; in init()
332 testSpec.topology = vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP; in init()
DvktDrawIndexedTest.cpp72 …RTEX], testSpec.shaders[glu::SHADERTYPE_FRAGMENT], testSpec.useDynamicRendering, testSpec.topology) in DrawIndexed()
344 testSpec.topology = vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST; in init()
347 testSpec.topology = vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP; in init()
357 testSpec.topology = vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST; in init()
360 testSpec.topology = vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP; in init()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/clipping/
DvktClippingTests.cpp117 std::vector<Vec4> genVertices (const VkPrimitiveTopology topology, const Vec4& offset, const float … in genVertices() argument
128 switch (topology) in genVertices()
395 void initPrograms (SourceCollections& programCollection, const VkPrimitiveTopology topology) in initPrograms() argument
397 const float pointSize = (topology == VK_PRIMITIVE_TOPOLOGY_POINT_LIST ? 1.0f : 0.0f); in initPrograms()
413 tcu::TestStatus testPrimitivesInside (Context& context, const VkPrimitiveTopology topology) in testPrimitivesInside() argument
417 switch (topology) in testPrimitivesInside()
472 …const std::vector<Vec4> vertices = genVertices(topology, Vec4(0.0f, 0.0f, cases[caseNdx].zPos, … in testPrimitivesInside()
475 DrawCallData drawCallData (topology, vertices); in testPrimitivesInside()
491 tcu::TestStatus testPrimitivesOutside (Context& context, const VkPrimitiveTopology topology) in testPrimitivesOutside() argument
493 switch (topology) in testPrimitivesOutside()
[all …]
/third_party/skia/src/gpu/d3d/
DGrD3DOpsRenderPass.cpp114 D3D12_PRIMITIVE_TOPOLOGY topology = D3D_PRIMITIVE_TOPOLOGY_UNDEFINED; in set_primitive_topology() local
117 topology = D3D_PRIMITIVE_TOPOLOGY_TRIANGLELIST; in set_primitive_topology()
120 topology = D3D_PRIMITIVE_TOPOLOGY_TRIANGLESTRIP; in set_primitive_topology()
123 topology = D3D_PRIMITIVE_TOPOLOGY_POINTLIST; in set_primitive_topology()
126 topology = D3D_PRIMITIVE_TOPOLOGY_LINELIST; in set_primitive_topology()
129 topology = D3D_PRIMITIVE_TOPOLOGY_LINESTRIP; in set_primitive_topology()
136 gpu->currentCommandList()->setPrimitiveTopology(topology); in set_primitive_topology()
/third_party/mesa3d/src/freedreno/ir3/
Dir3_nir.h48 unsigned topology);
52 unsigned topology);
54 unsigned topology);
Dir3_nir_lower_tess.c29 uint32_t topology; member
295 unsigned topology) in ir3_nir_lower_to_explicit_output() argument
309 if (v->type == MESA_SHADER_VERTEX && topology != IR3_TESS_NONE) in ir3_nir_lower_to_explicit_output()
464 switch (state->topology) { in tess_level_components()
669 unsigned topology) in ir3_nir_lower_tess_ctrl() argument
671 struct state state = {.topology = topology}; in ir3_nir_lower_tess_ctrl()
761 if (state->topology == IR3_TESS_TRIANGLES) in lower_tess_eval_block()
827 unsigned topology) in ir3_nir_lower_tess_eval() argument
829 struct state state = {.topology = topology}; in ir3_nir_lower_tess_eval()
/third_party/alsa-lib/utils/
Dalsa.m438 AC_ARG_ENABLE(alsa-topology,
39 AS_HELP_STRING([--enable-alsatopology], [Force to use the Alsa topology library]),
132 #include <alsa/topology.h>
190 dnl add the alsa topology library; must be at the end
191 AC_MSG_CHECKING(for ALSA topology LDFLAGS)
/third_party/mesa3d/src/imagination/vulkan/
Dpvr_csb_enum_helpers.h97 pvr_ta_objtype(VkPrimitiveTopology topology) in PVRX()
100 switch (topology) { in PVRX()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/
DvktRasterizationProvokingVertexTests.cpp67 static VkDeviceSize getXfbBufferSize (deUint32 vertexCount, VkPrimitiveTopology topology) in getXfbBufferSize() argument
69 switch (topology) in getXfbBufferSize()
94 VkPrimitiveTopology topology, in verifyXfbBuffer() argument
98 const deUint32 primitiveSize = ((topology == VK_PRIMITIVE_TOPOLOGY_LINE_LIST) || in verifyXfbBuffer()
99 (topology == VK_PRIMITIVE_TOPOLOGY_LINE_STRIP) || in verifyXfbBuffer()
100 (topology == VK_PRIMITIVE_TOPOLOGY_LINE_LIST_WITH_ADJACENCY) || in verifyXfbBuffer()
101 (topology == VK_PRIMITIVE_TOPOLOGY_LINE_STRIP_WITH_ADJACENCY)) in verifyXfbBuffer()
970 for (const Topology& topology : topologies) in createTests() local
972 const std::string caseName = topology.name; in createTests()
973 const std::string caseDesc = getPrimitiveTopologyName(topology.type); in createTests()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/util/
DvktDrawUtil.cpp101 std::string getPrimitiveTopologyShortName (const VkPrimitiveTopology topology) in getPrimitiveTopologyShortName() argument
103 std::string name(getPrimitiveTopologyName(topology)); in getPrimitiveTopologyShortName()
119 : topology(topology_), vertices(vertices_) in DrawCallData()
167 …rr::PrimitiveList(mapVkPrimitiveToRRPrimitive(m_drawCallData[objectNdx].topology), (int)m_drawCall… in draw()
417 …DE_ASSERT(drawCallData.topology != VK_PRIMITIVE_TOPOLOGY_PATCH_LIST || pipelineState.numPatchContr… in registerDrawObject()
546 (drawCallData.topology != VK_PRIMITIVE_TOPOLOGY_PATCH_LIST) || in registerDrawObject()
560 drawCallData.topology, // const VkPrimitiveTopology topology in registerDrawObject()
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DCreatePipelineAsyncTests.cpp252 renderPipelineDescriptor.primitive.topology = wgpu::PrimitiveTopology::PointList; in TEST_P()
276 renderPipelineDescriptor.primitive.topology = wgpu::PrimitiveTopology::PointList; in TEST_P()
341 renderPipelineDescriptor.primitive.topology = wgpu::PrimitiveTopology::PointList; in TEST_P()
403 renderPipelineDescriptor.primitive.topology = wgpu::PrimitiveTopology::PointList; in TEST_P()
461 renderPipelineDescriptor.primitive.topology = wgpu::PrimitiveTopology::PointList; in TEST_P()
596 renderPipelineDescriptor.primitive.topology = wgpu::PrimitiveTopology::PointList; in TEST_P()
664 renderPipelineDescriptor.primitive.topology = wgpu::PrimitiveTopology::PointList; in TEST_P()
749 renderPipelineDescriptor.primitive.topology = wgpu::PrimitiveTopology::PointList; in TEST_P()
821 renderPipelineDescriptor.primitive.topology = wgpu::PrimitiveTopology::PointList; in TEST_P()
900 renderPipelineDescriptor.primitive.topology = wgpu::PrimitiveTopology::PointList; in TEST_P()
/third_party/alsa-utils/
D.gitignore50 topology/alsatplg.1
55 topology/alsatplg
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_enums.c138 enum dxil_primitive_topology dxil_get_primitive_topology(enum shader_prim topology) in dxil_get_primitive_topology() argument
140 switch (topology) { in dxil_get_primitive_topology()

12345678910>>...12