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

123

/external/mesa3d/src/gallium/drivers/ilo/core/
H A Dilo_builder_3d.h39 enum gen_3dprim_type topology; member in struct:gen6_3dprimitive_info
61 info->topology << GEN6_3DPRIM_DW0_TYPE__SHIFT;
85 dw[1] = info->topology << GEN7_3DPRIM_DW1_TYPE__SHIFT;
H A Dilo_builder_3d_top.h223 enum gen_3dprim_type topology)
233 dw[1] = topology << GEN8_TOPOLOGY_DW1_TYPE__SHIFT;
222 gen8_3DSTATE_VF_TOPOLOGY(struct ilo_builder *builder, enum gen_3dprim_type topology) argument
H A Dilo_state_vf.c408 enum gen_3dprim_type topology)
416 switch (topology) {
845 * "Edge flags are supported for the following primitive topology types
860 * "Edge flags are supported for all primitive topology types."
407 get_gen6_cut_index_supported(const struct ilo_dev *dev, enum gen_3dprim_type topology) argument
/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 DvktDrawTestCaseUtil.hpp65 vk::VkPrimitiveTopology topology; member in struct:vkt::Draw::TestSpecBase
H A DvktDrawBaseClass.cpp32 DrawTestsBaseClass::DrawTestsBaseClass (Context& context, const char* vertexShaderName, const char* fragmentShaderName, vk::VkPrimitiveTopology topology) argument
35 , m_topology (topology)
H A DvktDrawInstancedTests.cpp63 vk::VkPrimitiveTopology topology; member in struct:vkt::Draw::__anon4312::TestParams
99 string << "_" << de::toString(v.topology);
424 pipelineCreateInfo.addState(PipelineCreateInfo::InputAssemblerState(m_params.topology));
611 const rr::PrimitiveList primitives = rr::PrimitiveList(mapVkPrimitiveTopology(m_params.topology), (int)vetrices.size(), 0);
620 const rr::PrimitiveList primitives = rr::PrimitiveList(mapVkPrimitiveTopology(m_params.topology), (int)m_indexes.size(), indicies);
635 if (m_params.topology == vk::VK_PRIMITIVE_TOPOLOGY_POINT_LIST)
756 param.topology = topologies[topologyNdx];
/external/tensorflow/tensorflow/contrib/tpu/python/tpu/
H A Ddevice_assignment.py25 from tensorflow.contrib.tpu.python.tpu.topology import Topology
45 """Mapping from logical cores in a computation to the physical TPU topology.
52 def __init__(self, topology, core_assignment):
56 topology: A `Topology` object that describes the physical TPU topology.
62 ValueError: If `topology` is not `Topology` object.
65 if not isinstance(topology, Topology):
66 raise ValueError("topology must be a Topology object, got {}".format(
67 type(topology)))
70 self._topology = topology
134 def topology(self): member in class:DeviceAssignment
[all...]
/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/deqp/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryTestsUtil.hpp128 GraphicsPipelineBuilder& setPrimitiveTopology (const vk::VkPrimitiveTopology topology) { m_primitiveTopology = topology; return *this; } argument
H A DvktGeometryTestsUtil.cpp149 const VkPrimitiveTopology topology = (m_shaderStageFlags & VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT) ? VK_PRIMITIVE_TOPOLOGY_PATCH_LIST local
172 topology, // VkPrimitiveTopology topology;
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineSpecConstantUtil.cpp126 const VkPrimitiveTopology topology = (m_shaderStageFlags & VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT) ? VK_PRIMITIVE_TOPOLOGY_PATCH_LIST : VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST; local
132 topology, // VkPrimitiveTopology topology;
H A DvktPipelineMultisampleImageTests.cpp94 const VkPrimitiveTopology topology)
135 topology, // VkPrimitiveTopology topology;
636 //! A full-viewport quad. Use with TRIANGLE_STRIP topology.
85 makeGraphicsPipelines(const DeviceInterface& vk, const VkDevice device, const deUint32 numSubpasses, const VkPipelineLayout pipelineLayout, const VkRenderPass renderPass, const VkShaderModule vertexModule, const VkShaderModule fragmentModule, const IVec2 renderSize, const VkSampleCountFlagBits numSamples, const VkPrimitiveTopology topology) argument
H A DvktPipelineFramebufferAttachmentTests.cpp193 const VkPrimitiveTopology topology,
231 topology, // VkPrimitiveTopology topology;
186 makeGraphicsPipeline(const DeviceInterface& vk, const VkDevice device, const VkPipelineLayout pipelineLayout, const VkRenderPass renderPass, const VkShaderModule vertexModule, const VkShaderModule fragmentModule, const IVec3 renderSize, const VkPrimitiveTopology topology, const deUint32 subpass, const bool hasAttachments, const bool multisample) argument
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;
1462 const rr::PrimitiveType topology = mapVkPrimitiveTopology(m_primitiveTopology); local
1540 getPrimitiveTopologyCaseName(VkPrimitiveTopology topology) argument
1555 const VkPrimitiveTopology topology = InputAssemblyTest::s_primitiveTopologies[topologyNdx]; local
1584 const VkPrimitiveTopology topology = primitiveRestartTopologies[topologyNdx]; local
[all...]
/external/deqp/external/vulkancts/modules/vulkan/
H A DvktDrawUtil.hpp45 vk::VkPrimitiveTopology topology; member in struct:vkt::drawutil::DrawState
181 std::string getPrimitiveTopologyShortName (const vk::VkPrimitiveTopology topology);
/external/jmdns/src/javax/jmdns/impl/
H A DJmmDNSImpl.java559 public NetworkChecker(NetworkTopologyListener mmDNS, NetworkTopologyDiscovery topology) { argument
562 this._topology = topology;
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
H A Dfrontend.cpp237 /// @param mode - primitive topology for draw operation.
305 SWR_ASSERT(false, "Unsupported topology: %d", mode);
314 /// @param mode - primitive topology for draw operation.
381 SWR_ASSERT(false, "Unsupported topology: %d", mode);
390 /// @param topology - topology
392 INLINE uint32_t NumVertsPerPrim(PRIMITIVE_TOPOLOGY topology, bool includeAdjVerts) argument
395 switch (topology)
455 numVerts = topology - TOP_PATCHLIST_BASE;
458 SWR_ASSERT(false, "Unsupported topology
[all...]
/external/tcpdump/
H A Dprint-ospf.c578 * Print all the per-topology metrics.
591 * All but the first metric contain a valid topology id.
624 register int j, tlv_type, tlv_length, topology; local
711 topology = (ul & SLA_MASK_TOS) >> SLA_SHIFT_TOS;
713 tok2str(ospf_topology_values, "Unknown", topology),
714 topology,
728 topology = (ul & SLA_MASK_TOS) >> SLA_SHIFT_TOS;
730 tok2str(ospf_topology_values, "Unknown", topology),
731 topology,
750 topology
[all...]
/external/tensorflow/tensorflow/python/keras/_impl/keras/
H A Dmodels.py32 from tensorflow.python.keras._impl.keras.engine import topology namespace
33 from tensorflow.python.keras._impl.keras.engine.topology import Input
34 from tensorflow.python.keras._impl.keras.engine.topology import InputLayer
35 from tensorflow.python.keras._impl.keras.engine.topology import Layer
36 from tensorflow.python.keras._impl.keras.engine.topology import TFBaseLayer
62 - the model's configuration (topology)
139 topology.save_weights_to_hdf5_group(model_weights_group, model_layers)
252 topology.load_weights_from_hdf5_group(f['model_weights'], model.layers)
509 self.inputs = topology.get_source_inputs(self.outputs[0])
513 topology
[all...]
/external/valgrind/coregrind/
H A Dm_cache.c568 get_cache_info_for_level(ULong topology, UInt level) argument
570 return (topology >> (56 - level * 8)) & 0xff;
615 ULong topology = ecag(0, 0, 0); // get summary local
622 info = get_cache_info_for_level(topology, level);
640 info = get_cache_info_for_level(topology, level);
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationUtil.hpp139 GraphicsPipelineBuilder& setPrimitiveTopology (const vk::VkPrimitiveTopology topology) { m_primitiveTopology = topology; return *this; } argument
/external/deqp/external/vulkancts/modules/vulkan/clipping/
H A DvktClippingTests.cpp115 std::vector<Vec4> genVertices (const VkPrimitiveTopology topology, const Vec4& offset, const float slope) argument
126 switch (topology)
347 void initPrograms (SourceCollections& programCollection, const VkPrimitiveTopology topology) argument
349 const float pointSize = (topology == VK_PRIMITIVE_TOPOLOGY_POINT_LIST ? 1.0f : 0.0f);
365 tcu::TestStatus testPrimitivesInside (Context& context, const VkPrimitiveTopology topology) argument
369 switch (topology)
420 const std::vector<Vec4> vertices = genVertices(topology, Vec4(0.0f, 0.0f, cases[caseNdx].zPos, 0.0f), 0.0f);
421 DrawState drawState (topology, RENDER_SIZE, RENDER_SIZE);
437 tcu::TestStatus testPrimitivesOutside (Context& context, const VkPrimitiveTopology topology) argument
462 const std::vector<Vec4> vertices = genVertices(topology, Vec
480 testPrimitivesDepthClamp(Context& context, const VkPrimitiveTopology topology) argument
720 const VkPrimitiveTopology topology; member in struct:vkt::clipping::__anon4294::ClipDistance::CaseDefinition
1291 const VkPrimitiveTopology topology = (useTessellation ? VK_PRIMITIVE_TOPOLOGY_PATCH_LIST : VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST); local
[all...]
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
H A DvktFragmentOperationsScissorTests.cpp175 const VkPrimitiveTopology topology)
216 topology, // VkPrimitiveTopology topology;
167 makeGraphicsPipeline(const DeviceInterface& vk, const VkDevice device, const VkPipelineLayout pipelineLayout, const VkRenderPass renderPass, const VkShaderModule vertexModule, const VkShaderModule fragmentModule, const IVec2 renderSize, const IVec4 scissorArea, const VkPrimitiveTopology topology) argument
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemUtils.cpp658 const vk::VkPrimitiveTopology topology)
698 topology, // VkPrimitiveTopology topology;
649 makeGraphicsPipeline(const vk::DeviceInterface& vk, const vk::VkDevice device, const vk::VkPipelineLayout pipelineLayout, const vk::VkRenderPass renderPass, const vk::VkShaderModule vertexShaderModule, const vk::VkShaderModule fragmentShaderModule, const VertexBindings& vertexBindings, const VertexAttribs& vertexAttribs, const tcu::UVec2& renderSize, const vk::VkPrimitiveTopology topology) argument

Completed in 1443 milliseconds

123