Home
last modified time | relevance | path

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

123456

/external/trappy/tests/
Dtest_stats.py35 topology = Topology()
36 topology.add_to_level(level, level_groups)
37 check_groups = topology.get_level(level)
39 self.assertTrue(topology.has_level(level))
47 topology = Topology()
48 topology.add_to_level(level, level_groups)
51 self.assertEqual(flattened, topology.flatten())
59 topology = Topology(clusters=clusters)
63 self.assertTrue(topology.has_level("cluster"))
64 self.assertEqual(cluster_groups, topology.get_level("cluster"))
[all …]
/external/valgrind/none/tests/s390x/
Decag.c19 get_level_info(uint64_t topology, unsigned level) in get_level_info() argument
21 return (topology >> (56 - level * 8)) & 0xff; in get_level_info()
28 uint64_t topology; in main() local
30 topology = ecag(0, 0, 0); // get summary in main()
35 unsigned info = get_level_info(topology, level); in main()
Decag.stdout.exp-zec121 L1 topology: separate data and instruction; private
8 L2 topology: separate data and instruction; private
15 L3 topology: unified data and instruction; shared
22 L4 topology: unified data and instruction; shared
Decag.stdout.exp-z1961 L1 topology: separate data and instruction; private
8 L2 topology: unified data and instruction; private
15 L3 topology: unified data and instruction; shared
22 L4 topology: unified data and instruction; shared
Decag.stdout.exp-z131 L1 topology: separate data and instruction; private
8 L2 topology: separate data and instruction; private
15 L3 topology: unified data and instruction; shared
22 L4 topology: unified data and instruction; shared
Decag.stdout.exp-z10ec1 L1 topology: separate data and instruction; private
8 L2 topology: unified data and instruction; private
15 L3 topology: unified data and instruction; shared
/external/trappy/trappy/stats/
DAggregator.py89 def __init__(self, triggers, topology, aggfunc=None): argument
104 self.topology = topology
131 level_groups = self.topology.get_level(level)
170 for node in self.topology.flatten():
/external/bart/tests/
Dtest_sched_assert.py35 self.topology = Topology(clusters=self.clusters)
51 s = SchedAssert(r, self.topology, execname=process)
77 sa = SchedAssert("trace.dat", self.topology, execname="ls")
86 self.topology = Topology(clusters=self.clusters)
101 sma = SchedMultiAssert(tr, self.topology, pids=pids)
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleTests.cpp106 VkPrimitiveTopology topology,
129 VkPrimitiveTopology topology,
152 VkPrimitiveTopology topology,
174 VkPrimitiveTopology topology,
194 VkPrimitiveTopology topology,
216 VkPrimitiveTopology topology,
234 const VkPrimitiveTopology topology,
306 VkPrimitiveTopology topology,
331 VkPrimitiveTopology topology,
355 VkPrimitiveTopology topology,
[all …]
DvktPipelineInputAssemblyTests.cpp79 virtual void createBufferData (VkPrimitiveTopology topology,
102 virtual void createBufferData (VkPrimitiveTopology topology,
122 virtual void createBufferData (VkPrimitiveTopology topology,
286 void PrimitiveTopologyTest::createBufferData (VkPrimitiveTopology topology, int primitiveCount, VkI… in createBufferData() argument
304 switch (topology) in createBufferData()
340 switch (topology) in createBufferData()
640 void PrimitiveRestartTest::createBufferData (VkPrimitiveTopology topology, int primitiveCount, VkIn… in createBufferData() argument
659 switch (topology) in createBufferData()
681 switch (topology) in createBufferData()
1462 const rr::PrimitiveType topology = mapVkPrimitiveTopology(m_primitiveTopology); in verifyImage() local
[all …]
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dapi.cpp841 switch (pState->state.topology) in SetupPipeline()
993 PRIMITIVE_TOPOLOGY topology) in MaxVertsPerDraw() argument
1004 switch (topology) in MaxVertsPerDraw()
1045 uint32_t vertsPerPrim = topology - TOP_PATCHLIST_BASE; in MaxVertsPerDraw()
1074 PRIMITIVE_TOPOLOGY topology, in DrawInstanced() argument
1089 …AR_API_EVENT(DrawInstancedEvent(pDC->drawId, topology, numVertices, startVertex, numInstances, sta… in DrawInstanced()
1091 uint32_t maxVertsPerDraw = MaxVertsPerDraw(pDC, numVertices, topology); in DrawInstanced()
1092 uint32_t primsPerDraw = GetNumPrims(topology, maxVertsPerDraw); in DrawInstanced()
1096 pState->topology = topology; in DrawInstanced()
1101 if (topology == TOP_POINT_LIST) in DrawInstanced()
[all …]
Dapi.h457 PRIMITIVE_TOPOLOGY topology,
471 PRIMITIVE_TOPOLOGY topology,
486 PRIMITIVE_TOPOLOGY topology,
502 PRIMITIVE_TOPOLOGY topology,
Dfrontend.cpp392 INLINE uint32_t NumVertsPerPrim(PRIMITIVE_TOPOLOGY topology, bool includeAdjVerts) in NumVertsPerPrim() argument
395 switch (topology) in NumVertsPerPrim()
455 numVerts = topology - TOP_PATCHLIST_BASE; in NumVertsPerPrim()
458 SWR_ASSERT(false, "Unsupported topology: %d", topology); in NumVertsPerPrim()
464 switch (topology) in NumVertsPerPrim()
1197 endVertex = GetNumVerts(state.topology, GetNumPrims(state.topology, work.numVerts)); in ProcessDraw()
1225 uint32_t numPrims = GetNumPrims(state.topology, work.numVerts); in ProcessDraw()
1259 PA_FACTORY<IsIndexedT, IsCutIndexEnabledT> paFactory(pDC, state.topology, work.numVerts); in ProcessDraw()
/external/mesa3d/src/gallium/drivers/ilo/core/
Dilo_builder_3d.h39 enum gen_3dprim_type topology; member
61 info->topology << GEN6_3DPRIM_DW0_TYPE__SHIFT; in gen6_3DPRIMITIVE()
85 dw[1] = info->topology << GEN7_3DPRIM_DW1_TYPE__SHIFT; in gen7_3DPRIMITIVE()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktBasicDrawTests.cpp104 vk::VkPrimitiveTopology topology; member
110 : topology (top) in DrawParamsBase()
252 …cess& reference, const tcu::ConstPixelBufferAccess& result, const vk::VkPrimitiveTopology topology) in imageCompare() argument
254 if (topology == vk::VK_PRIMITIVE_TOPOLOGY_POINT_LIST) in imageCompare()
443 pipelineCreateInfo.addState(PipelineCreateInfo::InputAssemblerState(m_data.topology)); in initPipeline()
505 … rr::PrimitiveList(mapVkPrimitiveTopology(m_data.topology), (deUint32)vertices.size(), 0))); in generateRefImage()
695 if (!imageCompare(log, refImage.getAccess(), renderedFrame, m_data.topology)) in iterate()
824 if (!imageCompare(log, refImage.getAccess(), renderedFrame, m_data.topology)) in iterate()
970 if (!imageCompare(log, refImage.getAccess(), renderedFrame, m_data.topology)) in iterate()
1162 if (!imageCompare(log, refImage.getAccess(), renderedFrame, m_data.topology)) in iterate()
[all …]
DvktDrawSimpleTest.cpp63 …pec.shaders[glu::SHADERTYPE_VERTEX], testSpec.shaders[glu::SHADERTYPE_FRAGMENT], testSpec.topology) in SimpleDraw()
335 testSpec.topology = vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST; in init()
337 testSpec.topology = vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP; in init()
345 testSpec.topology = vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST; in init()
347 testSpec.topology = vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP; in init()
DvktDrawIndexedTest.cpp71 …pec.shaders[glu::SHADERTYPE_VERTEX], testSpec.shaders[glu::SHADERTYPE_FRAGMENT], testSpec.topology) in DrawIndexed()
371 testSpec.topology = vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST; in init()
373 testSpec.topology = vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP; in init()
381 testSpec.topology = vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST; in init()
383 testSpec.topology = vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP; in init()
DvktDrawIndirectTest.cpp123 …pec.shaders[glu::SHADERTYPE_VERTEX], testSpec.shaders[glu::SHADERTYPE_FRAGMENT], testSpec.topology) in IndirectDraw()
773 testSpec.topology = vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST; in init()
775 testSpec.topology = vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP; in init()
791 testSpec.topology = vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST; in init()
793 testSpec.topology = vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP; in init()
806 testSpec.topology = vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST; in init()
808 testSpec.topology = vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP; in init()
/external/deqp/external/vulkancts/modules/vulkan/clipping/
DvktClippingTests.cpp115 std::vector<Vec4> genVertices (const VkPrimitiveTopology topology, const Vec4& offset, const float … in genVertices() argument
126 switch (topology) in genVertices()
347 void initPrograms (SourceCollections& programCollection, const VkPrimitiveTopology topology) in initPrograms() argument
349 const float pointSize = (topology == VK_PRIMITIVE_TOPOLOGY_POINT_LIST ? 1.0f : 0.0f); in initPrograms()
365 tcu::TestStatus testPrimitivesInside (Context& context, const VkPrimitiveTopology topology) in testPrimitivesInside() argument
369 switch (topology) in testPrimitivesInside()
420 …const std::vector<Vec4> vertices = genVertices(topology, Vec4(0.0f, 0.0f, cases[caseNdx].zPos, 0.0… in testPrimitivesInside()
421 DrawState drawState (topology, RENDER_SIZE, RENDER_SIZE); in testPrimitivesInside()
437 tcu::TestStatus testPrimitivesOutside (Context& context, const VkPrimitiveTopology topology) in testPrimitivesOutside() argument
462 …const std::vector<Vec4> vertices = genVertices(topology, Vec4(0.0f, 0.0f, cases[caseNdx].zPos, 0.0… in testPrimitivesOutside()
[all …]
/external/lisa/libs/utils/
Dtest.py129 self.get_trace(experiment).ftrace, self.te.topology, execname=task)
141 self.te.topology,
190 sched_assert = SchedAssert(ftrace, self.te.topology, execname=task)
/external/tcpdump/
Dprint-ospf.c624 register int j, tlv_type, tlv_length, topology; in ospf_print_lsa() local
711 topology = (ul & SLA_MASK_TOS) >> SLA_SHIFT_TOS; in ospf_print_lsa()
713 tok2str(ospf_topology_values, "Unknown", topology), in ospf_print_lsa()
714 topology, in ospf_print_lsa()
728 topology = (ul & SLA_MASK_TOS) >> SLA_SHIFT_TOS; in ospf_print_lsa()
730 tok2str(ospf_topology_values, "Unknown", topology), in ospf_print_lsa()
731 topology, in ospf_print_lsa()
750 topology = ((ul & ASLA_MASK_TOS) >> ASLA_SHIFT_TOS); in ospf_print_lsa()
752 tok2str(ospf_topology_values, "Unknown", topology), in ospf_print_lsa()
753 topology, in ospf_print_lsa()
/external/deqp/external/vulkancts/modules/vulkan/
DvktDrawUtil.cpp301 std::string getPrimitiveTopologyShortName (const VkPrimitiveTopology topology) in getPrimitiveTopologyShortName() argument
303 std::string name(getPrimitiveTopologyName(topology)); in getPrimitiveTopologyShortName()
308 : topology (topology_) in DrawState()
350 …rr::PrimitiveList(mapVkPrimitiveToRRPrimitive(m_drawState.topology), (int)m_drawCallData.vertices.… in draw()
553 …DE_ASSERT(m_drawState.topology != VK_PRIMITIVE_TOPOLOGY_PATCH_LIST || m_drawState.numPatchControlP… in VulkanDrawContext()
585 m_drawState.topology, // VkPrimitiveTopology topology; in VulkanDrawContext()
727 (m_drawState.topology != VK_PRIMITIVE_TOPOLOGY_PATCH_LIST) || in VulkanDrawContext()
730 const bool tessellationEnabled = (m_drawState.topology == VK_PRIMITIVE_TOPOLOGY_PATCH_LIST); in VulkanDrawContext()
DvktDrawUtil.hpp45 vk::VkPrimitiveTopology topology; member
181 std::string getPrimitiveTopologyShortName (const vk::VkPrimitiveTopology topology);
/external/bart/bart/sched/
DSchedMatrix.py151 topology, argument
162 self._topology = topology
/external/valgrind/coregrind/
Dm_cache.c568 get_cache_info_for_level(ULong topology, UInt level) in get_cache_info_for_level() argument
570 return (topology >> (56 - level * 8)) & 0xff; in get_cache_info_for_level()
615 ULong topology = ecag(0, 0, 0); // get summary in get_cache_info() local
622 info = get_cache_info_for_level(topology, level); in get_cache_info()
640 info = get_cache_info_for_level(topology, level); in get_cache_info()

123456