Home
last modified time | relevance | path

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

12

/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-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-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-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/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleTests.cpp90 VkPrimitiveTopology topology,
112 VkPrimitiveTopology topology,
133 VkPrimitiveTopology topology,
155 VkPrimitiveTopology topology,
175 VkPrimitiveTopology topology,
197 VkPrimitiveTopology topology,
213 VkPrimitiveTopology topology,
261 VkPrimitiveTopology topology,
283 VkPrimitiveTopology topology,
307 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()
1490 const rr::PrimitiveType topology = mapVkPrimitiveTopology(m_primitiveTopology); in verifyImage() local
[all …]
DvktPipelinePushConstantTests.cpp759 …const VkPrimitiveTopology topology = (m_shaderFlags & VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT) ? … in PushConstantGraphicsTestInstance() local
765 topology, // VkPrimitiveTopology topology; in PushConstantGraphicsTestInstance()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawSimpleTest.cpp49 SimpleDraw (Context &context, ShaderMap shaders, vk::VkPrimitiveTopology topology);
56 SimpleDrawInstanced (Context &context, ShaderMap shaders, vk::VkPrimitiveTopology topology);
60 SimpleDraw::SimpleDraw (Context &context, ShaderMap shaders, vk::VkPrimitiveTopology topology) in SimpleDraw() argument
63 m_topology = topology; in SimpleDraw()
208 …tanced::SimpleDrawInstanced (Context &context, ShaderMap shaders, vk::VkPrimitiveTopology topology) in SimpleDrawInstanced() argument
209 : SimpleDraw (context, shaders, topology) {} in SimpleDrawInstanced()
DvktDrawIndexedTest.cpp49 DrawIndexed (Context &context, ShaderMap shaders, vk::VkPrimitiveTopology topology);
56 … DrawInstancedIndexed (Context &context, ShaderMap shaders, vk::VkPrimitiveTopology topology);
60 DrawIndexed::DrawIndexed (Context &context, ShaderMap shaders, vk::VkPrimitiveTopology topology) in DrawIndexed() argument
63 m_topology = topology; in DrawIndexed()
213 …dexed::DrawInstancedIndexed (Context &context, ShaderMap shaders, vk::VkPrimitiveTopology topology) in DrawInstancedIndexed() argument
214 : DrawIndexed (context, shaders, topology) in DrawInstancedIndexed()
DvktDrawTestCaseUtil.hpp65 const std::map<glu::ShaderType, const char*> shaderPaths, const vk::VkPrimitiveTopology topology) in InstanceFactory() argument
68 , m_topology (topology) in InstanceFactory()
DvktDrawIndirectTest.cpp60 IndirectDraw (Context &context, ShaderMap shaders, vk::VkPrimitiveTopology topology);
90 … IndirectDrawInstanced (Context &context, ShaderMap shaders, vk::VkPrimitiveTopology topology);
101 IndirectDraw::IndirectDraw (Context &context, ShaderMap shaders, vk::VkPrimitiveTopology topology) in IndirectDraw() argument
104 m_topology = topology; in IndirectDraw()
333 …ort>::IndirectDrawInstanced (Context &context, ShaderMap shaders, vk::VkPrimitiveTopology topology) in IndirectDrawInstanced() argument
334 : IndirectDraw (context, shaders, topology) in IndirectDrawInstanced()
DvktDrawCreateInfoUtil.hpp316 …InputAssemblerState (vk::VkPrimitiveTopology topology, vk::VkBool32 primitiveRestartEnable = false…
DvktDrawCreateInfoUtil.cpp722 topology = _topology; in InputAssemblerState()
/external/tcpdump/
Dprint-ospf.c558 register int j, tlv_type, tlv_length, topology; in ospf_print_lsa() local
644 topology = (ul & SLA_MASK_TOS) >> SLA_SHIFT_TOS; in ospf_print_lsa()
646 tok2str(ospf_topology_values, "", topology), in ospf_print_lsa()
647 topology, in ospf_print_lsa()
661 topology = (ul & SLA_MASK_TOS) >> SLA_SHIFT_TOS; in ospf_print_lsa()
663 tok2str(ospf_topology_values, "", topology), in ospf_print_lsa()
664 topology, in ospf_print_lsa()
683 topology = ((ul & ASLA_MASK_TOS) >> ASLA_SHIFT_TOS); in ospf_print_lsa()
685 tok2str(ospf_topology_values, "", topology), in ospf_print_lsa()
686 topology, in ospf_print_lsa()
/external/valgrind/coregrind/
Dm_cache.c569 get_cache_info_for_level(ULong topology, UInt level) in get_cache_info_for_level() argument
571 return (topology >> (56 - level * 8)) & 0xff; in get_cache_info_for_level()
616 ULong topology = ecag(0, 0, 0); // get summary in get_cache_info() local
623 info = get_cache_info_for_level(topology, level); in get_cache_info()
641 info = get_cache_info_for_level(topology, level); in get_cache_info()
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/
Dd3d11u.h84 D3D11_PRIMITIVE_TOPOLOGY topology; member
90 mesh(ID3D11Device* dev, D3D11_PRIMITIVE_TOPOLOGY topology,
95 …: topology(topology), vertex_size(vertex_size), draw_count(index_size ? num_indices : num_vertices) in topology() function
135 ctx->IASetPrimitiveTopology(topology); in bind()
/external/guava/guava-tests/benchmark/com/google/common/collect/
DBinaryTreeTraverserBenchmark.java160 Topology topology; field in BinaryTreeTraverserBenchmark
177 topology.createTree(size, rng).get(), in setUp()
/external/jmdns/src/javax/jmdns/impl/
DJmmDNSImpl.java559 public NetworkChecker(NetworkTopologyListener mmDNS, NetworkTopologyDiscovery topology) { in NetworkChecker() argument
562 this._topology = topology; in NetworkChecker()
/external/mesa3d/src/gallium/docs/
Dd3d11ddi.txt49 Primitive topology: primitive type
325 ! Gallium passes the topology = primitive type to the draw calls
/external/skia/src/gpu/vk/
DGrVkPipeline.cpp97 inputAssemblyInfo->topology = gPrimitiveType2VkTopology[primitiveType]; in setup_input_assembly_state()
/external/vulkan-validation-layers/demos/smoke/
DMeshes.cpp98 ia_info.topology = VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST; in input_assembly_state()
/external/deqp/external/vulkancts/modules/vulkan/query_pool/
DvktQueryPoolCreateInfoUtil.hpp316 …InputAssemblerState (vk::VkPrimitiveTopology topology, vk::VkBool32 primitiveRestartEnable = false…
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateCreateInfoUtil.hpp318 …InputAssemblerState (vk::VkPrimitiveTopology topology, vk::VkBool32 primitiveRestartEnable = false…
/external/deqp/external/vulkancts/framework/vulkan/
DvkStructTypes.inl626 VkPrimitiveTopology topology; member

12