Searched defs:topology (Results 1 - 18 of 18) sorted by relevance

/external/valgrind/none/tests/s390x/
H A Decag.c19 get_level_info(uint64_t topology, unsigned level) argument
21 return (topology >> (56 - level * 8)) & 0xff;
28 uint64_t topology; local
30 topology = ecag(0, 0, 0); // get summary
35 unsigned info = get_level_info(topology, level);
57 printf("L%u topology: %s; %s\n", level+1, type, scope);
/external/deqp/external/vulkancts/modules/vulkan/draw/
H A 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) argument
63 m_topology = topology;
101 DE_FATAL("Unknown topology");
141 DE_FATAL("Unknown topology");
208 SimpleDrawInstanced::SimpleDrawInstanced (Context &context, ShaderMap shaders, vk::VkPrimitiveTopology topology) argument
209 : SimpleDraw (context, shaders, topology) {}
247 DE_FATAL("Unknown topology");
H A DvktDrawTestCaseUtil.hpp65 const std::map<glu::ShaderType, const char*> shaderPaths, const vk::VkPrimitiveTopology topology)
68 , m_topology (topology)
64 InstanceFactory(tcu::TestContext& testCtx, const std::string& name, const std::string& desc, const std::map<glu::ShaderType, const char*> shaderPaths, const vk::VkPrimitiveTopology topology) argument
H A 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) argument
63 m_topology = topology;
111 DE_FATAL("Unknown topology");
213 DrawInstancedIndexed::DrawInstancedIndexed (Context &context, ShaderMap shaders, vk::VkPrimitiveTopology topology) argument
214 : DrawIndexed (context, shaders, topology)
269 DE_FATAL("Unknown topology");
H A 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) argument
104 m_topology = topology;
145 DE_FATAL("Unknown topology");
226 DE_FATAL("Unknown topology");
333 IndirectDrawInstanced<FirstInstanceSupport>::IndirectDrawInstanced (Context &context, ShaderMap shaders, vk::VkPrimitiveTopology topology) argument
334 : IndirectDraw (context, shaders, topology)
409 DE_FATAL("Unknown topology");
/external/guava/guava-tests/benchmark/com/google/common/collect/
H A DBinaryTreeTraverserBenchmark.java81 * Generates a tree with topology selected uniformly at random from the topologies of binary
160 Topology topology; field in class:BinaryTreeTraverserBenchmark
177 topology.createTree(size, rng).get(),
/external/jmdns/src/javax/jmdns/impl/
H A DJmmDNSImpl.java559 public NetworkChecker(NetworkTopologyListener mmDNS, NetworkTopologyDiscovery topology) { argument
562 this._topology = topology;
/external/tcpdump/
H A Dprint-ospf.c516 * Print all the per-topology metrics.
529 * All but the first metric contain a valid topology id.
558 register int j, tlv_type, tlv_length, topology; local
644 topology = (ul & SLA_MASK_TOS) >> SLA_SHIFT_TOS;
646 tok2str(ospf_topology_values, "", topology),
647 topology,
661 topology = (ul & SLA_MASK_TOS) >> SLA_SHIFT_TOS;
663 tok2str(ospf_topology_values, "", topology),
664 topology,
683 topology
[all...]
/external/valgrind/coregrind/
H A Dm_cache.c569 get_cache_info_for_level(ULong topology, UInt level) argument
571 return (topology >> (56 - level * 8)) & 0xff;
616 ULong topology = ecag(0, 0, 0); // get summary local
623 info = get_cache_info_for_level(topology, level);
641 info = get_cache_info_for_level(topology, level);
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/
H A Dd3d11u.h84 D3D11_PRIMITIVE_TOPOLOGY topology; member in struct:mesh
90 mesh(ID3D11Device* dev, D3D11_PRIMITIVE_TOPOLOGY topology, argument
95 : topology(topology), vertex_size(vertex_size), draw_count(index_size ? num_indices : num_vertices)
135 ctx->IASetPrimitiveTopology(topology);
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A 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, VkIndexType indexType, std::vector<deUint32>& indexData, std::vector<Vertex4RGBA>& vertexData) const argument
304 switch (topology)
340 switch (topology)
640 void PrimitiveRestartTest::createBufferData (VkPrimitiveTopology topology, int primitiveCount, VkIndexType indexType, std::vector<deUint32>& indexData, std::vector<Vertex4RGBA>& vertexData) const argument
659 switch (topology)
681 switch (topology)
1144 m_primitiveTopology, // VkPrimitiveTopology topology;
1490 const rr::PrimitiveType topology = mapVkPrimitiveTopology(m_primitiveTopology); local
1568 getPrimitiveTopologyCaseName(VkPrimitiveTopology topology) argument
1583 const VkPrimitiveTopology topology = InputAssemblyTest::s_primitiveTopologies[topologyNdx]; local
1612 const VkPrimitiveTopology topology = primitiveRestartTopologies[topologyNdx]; local
[all...]
H A DvktPipelinePushConstantTests.cpp759 const VkPrimitiveTopology topology = (m_shaderFlags & VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT) ? VK_PRIMITIVE_TOPOLOGY_PATCH_LIST : VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST; local
765 topology, // VkPrimitiveTopology topology;
H A 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,
492 VkPrimitiveTopology topology; local
639 createMultisampleTestInstance(Context& context, VkPrimitiveTopology topology, const std::vector<Vertex4RGBA>& vertices, const VkPipelineMultisampleStateCreateInfo& multisampleStateParams, const VkPipelineColorBlendAttachmentState& colorBlendState) const argument
661 createMultisampleTestInstance(Context& context, VkPrimitiveTopology topology, const std::vector<Vertex4RGBA>& vertices, const VkPipelineMultisampleStateCreateInfo& multisampleStateParams, const VkPipelineColorBlendAttachmentState& colorBlendState) const argument
701 createMultisampleTestInstance(Context& context, VkPrimitiveTopology topology, const std::vector<Vertex4RGBA>& vertices, const VkPipelineMultisampleStateCreateInfo& multisampleStateParams, const VkPipelineColorBlendAttachmentState& colorBlendState) const argument
739 createMultisampleTestInstance(Context& context, VkPrimitiveTopology topology, const std::vector<Vertex4RGBA>& vertices, const VkPipelineMultisampleStateCreateInfo& multisampleStateParams, const VkPipelineColorBlendAttachmentState& colorBlendState) const argument
797 createMultisampleTestInstance(Context& context, VkPrimitiveTopology topology, const std::vector<Vertex4RGBA>& vertices, const VkPipelineMultisampleStateCreateInfo& multisampleStateParams, const VkPipelineColorBlendAttachmentState& colorBlendState) const argument
826 RasterizationSamplesInstance(Context& context, VkPrimitiveTopology topology, const std::vector<Vertex4RGBA>& vertices, const VkPipelineMultisampleStateCreateInfo& multisampleStateParams, const VkPipelineColorBlendAttachmentState& blendState) argument
898 MinSampleShadingInstance(Context& context, VkPrimitiveTopology topology, const std::vector<Vertex4RGBA>& vertices, const VkPipelineMultisampleStateCreateInfo& multisampleStateParams, const VkPipelineColorBlendAttachmentState& colorBlendState) argument
972 SampleMaskInstance(Context& context, VkPrimitiveTopology topology, const std::vector<Vertex4RGBA>& vertices, const VkPipelineMultisampleStateCreateInfo& multisampleStateParams, const VkPipelineColorBlendAttachmentState& blendState) argument
1127 AlphaToOneInstance(Context& context, VkPrimitiveTopology topology, const std::vector<Vertex4RGBA>& vertices, const VkPipelineMultisampleStateCreateInfo& multisampleStateParams, const VkPipelineColorBlendAttachmentState& blendState) argument
1196 AlphaToCoverageInstance(Context& context, VkPrimitiveTopology topology, const std::vector<Vertex4RGBA>& vertices, const VkPipelineMultisampleStateCreateInfo& multisampleStateParams, const VkPipelineColorBlendAttachmentState& blendState, GeometryType geometryType) argument
1267 MultisampleRenderer(Context& context, VkFormat colorFormat, const tcu::IVec2& renderSize, VkPrimitiveTopology topology, const std::vector<Vertex4RGBA>& vertices, const VkPipelineMultisampleStateCreateInfo& multisampleStateParams, const VkPipelineColorBlendAttachmentState& blendState) argument
[all...]
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmInstructionTests.cpp4993 const VkPrimitiveTopology topology = hasTessellation? VK_PRIMITIVE_TOPOLOGY_PATCH_LIST: VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST; local
4999 topology, // VkPrimitiveTopology topology;
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingShaderAccessTests.cpp840 const vk::VkPrimitiveTopology topology = shaderStages.hasTessellationStage() ? vk::VK_PRIMITIVE_TOPOLOGY_PATCH_LIST : vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST; local
856 topology, // topology
/external/skia/third_party/vulkan/
H A Dvulkan.h1691 VkPrimitiveTopology topology; member in struct:VkPipelineInputAssemblyStateCreateInfo
/external/vulkan-validation-layers/include/vulkan/
H A Dvulkan.h1700 VkPrimitiveTopology topology; member in struct:VkPipelineInputAssemblyStateCreateInfo
/external/libgdx/backends/gdx-backend-moe/libs/
H A Dintel-moe-ios.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE com/ com/intel/ com/intel/moe/ com/intel/moe/ ...

Completed in 378 milliseconds