Home
last modified time | relevance | path

Searched defs:topology (Results 1 – 25 of 120) sorted by relevance

12345

/external/tensorflow/tensorflow/compiler/xla/pjrt/distributed/
Dclient_server_test.cc53 GlobalTopologyProto topology; in TEST() local
140 GlobalTopologyProto topology; in TEST() local
158 GlobalTopologyProto topology; in TEST() local
207 GlobalTopologyProto topology; in TEST() local
259 GlobalTopologyProto topology; in TEST() local
319 GlobalTopologyProto topology; in TEST() local
365 GlobalTopologyProto topology; in TEST() local
404 GlobalTopologyProto topology; in TEST() local
/external/tensorflow/tensorflow/stream_executor/tpu/
Dtpu_platform_interface.h62 TpuTopologyExternal topology() { in topology() function
Dtpu_topology.h70 explicit TpuTopologyExternal(SE_TpuTopology* topology) in TpuTopologyExternal()
/external/cpuinfo/src/mach/
Dtopology.c45 struct cpuinfo_mach_topology topology = { in cpuinfo_mach_detect_topology() local
/external/deqp/external/vulkancts/modules/vulkan/clipping/
DvktClippingTests.cpp117 std::vector<Vec4> genVertices (const VkPrimitiveTopology topology, const Vec4& offset, const float … in genVertices()
395 void initPrograms (SourceCollections& programCollection, const VkPrimitiveTopology topology) in initPrograms()
413 tcu::TestStatus testPrimitivesInside (Context& context, const VkPrimitiveTopology topology) in testPrimitivesInside()
491 tcu::TestStatus testPrimitivesOutside (Context& context, const VkPrimitiveTopology topology) in testPrimitivesOutside()
548 tcu::TestStatus testPrimitivesDepthClamp (Context& context, const VkPrimitiveTopology topology) in testPrimitivesDepthClamp()
639 tcu::TestStatus testPrimitivesDepthClip (Context& context, const VkPrimitiveTopology topology) in testPrimitivesDepthClip()
1022 const VkPrimitiveTopology topology; member
1589 void checkTopologySupport(Context& context, const VkPrimitiveTopology topology) in checkTopologySupport()
1741 …const VkPrimitiveTopology topology = (useTessellation ? VK_PRIMITIVE_TOPOLOGY_PATCH_LIST : VK_PRI… in addClippingTests() local
/external/tensorflow/tensorflow/python/tpu/
Ddevice_assignment.py36 def _compute_task_and_cores_to_replicas(core_assignment, topology): argument
108 def topology(self) -> Topology: member in DeviceAssignment
Dtpu_system_metadata.py65 def __new__(cls, num_cores, num_hosts, num_of_cores_per_host, topology, argument
/external/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_conv.h63 static inline unsigned vk_conv_topology(VkPrimitiveTopology topology) in vk_conv_topology()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineInputAssemblyTests.cpp378 void PrimitiveTopologyTest::createBufferData (VkPrimitiveTopology topology, int primitiveCount, VkI… in createBufferData()
754 void PrimitiveRestartTest::createBufferData (VkPrimitiveTopology topology, int primitiveCount, VkIn… in createBufferData()
1595 …const rr::PrimitiveType topology = m_primitiveTopology == VK_PRIMITIVE_TOPOLOGY_PATCH_LIST ? rr::… in verifyImage() local
1682 std::string getPrimitiveTopologyCaseName (VkPrimitiveTopology topology) in getPrimitiveTopologyCaseName()
1701 const VkPrimitiveTopology topology = InputAssemblyTest::s_primitiveTopologies[topologyNdx]; in createPrimitiveTopologyTests() local
1756 const VkPrimitiveTopology topology = primitiveRestartTopologies[topologyNdx]; in createPrimitiveRestartTests() local
DvktPipelineSpecConstantUtil.cpp126 …const VkPrimitiveTopology topology = (m_shaderStageFlags & VK_SHADER_STAGE_TESSELLATION_CONTROL_BI… in build() local
DvktPipelineMultisampleTests.cpp1346 VkPrimitiveTopology topology, in createMultisampleTestInstance()
1389 VkPrimitiveTopology topology, in createMultisampleTestInstance()
1437 VkPrimitiveTopology topology, in createMultisampleTestInstance()
1487 VkPrimitiveTopology topology, in createMultisampleTestInstance()
1550 VkPrimitiveTopology topology, in createMultisampleTestInstance()
1594 VkPrimitiveTopology topology, in createMultisampleTestInstance()
1643 VkPrimitiveTopology topology, in createMultisampleTestInstance()
1941 VkPrimitiveTopology topology, in RasterizationSamplesInstance()
2049 VkPrimitiveTopology topology, in MinSampleShadingInstance()
2177 VkPrimitiveTopology topology, in MinSampleShadingDisabledInstance()
[all …]
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dapi.cpp1098 uint32_t MaxVertsPerDraw(DRAW_CONTEXT* pDC, uint32_t totalVerts, PRIMITIVE_TOPOLOGY topology) in MaxVertsPerDraw()
1186 PRIMITIVE_TOPOLOGY topology, in DrawInstanced()
1281 PRIMITIVE_TOPOLOGY topology, in SwrDraw()
1298 PRIMITIVE_TOPOLOGY topology, in SwrDrawInstanced()
1319 PRIMITIVE_TOPOLOGY topology, in DrawIndexedInstance()
1442 PRIMITIVE_TOPOLOGY topology, in SwrDrawIndexed()
1461 PRIMITIVE_TOPOLOGY topology, in SwrDrawIndexedInstanced()
/external/swiftshader/src/Device/
DContext.cpp25 uint32_t ComputePrimitiveCount(VkPrimitiveTopology topology, uint32_t vertexCount) in ComputePrimitiveCount()
50 VkPrimitiveTopology topology, in ProcessPrimitiveRestart()
108 void IndexBuffer::getIndexBuffers(VkPrimitiveTopology topology, uint32_t count, uint32_t first, boo… in getIndexBuffers()
/external/cpuinfo/src/x86/
Dtopology.c21 struct cpuinfo_x86_topology* topology) in cpuinfo_x86_detect_topology()
/external/mesa3d/src/freedreno/ir3/
Dir3_nir_lower_tess.c29 uint32_t topology; member
281 unsigned topology) in ir3_nir_lower_to_explicit_output()
654 unsigned topology) in ir3_nir_lower_tess_ctrl()
804 ir3_nir_lower_tess_eval(nir_shader *shader, struct ir3_shader_variant *v, unsigned topology) in ir3_nir_lower_tess_eval()
/external/arm-trusted-firmware/plat/arm/css/sgm/include/
Dsgm_plat_config.h37 const css_topology_t *topology; member
/external/arm-trusted-firmware/lib/psci/
Dpsci_setup.c123 static unsigned int __init populate_power_domain_tree(const unsigned char in populate_power_domain_tree()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawTestCaseUtil.hpp50 vk::VkPrimitiveTopology topology; member
DvktDrawBaseClass.cpp34 …erName, const char* fragmentShaderName, bool useDynamicRendering, vk::VkPrimitiveTopology topology) in DrawTestsBaseClass()
DvktDrawMultipleClearsWithinRenderPass.cpp127 VkPrimitiveTopology topology; member
172 Topology topology; member
703 for(const auto &topology : topologiesToTest) in init() local
DvktBasicDrawTests.cpp107 vk::VkPrimitiveTopology topology; member
257 …cess& reference, const tcu::ConstPixelBufferAccess& result, const vk::VkPrimitiveTopology topology) in imageCompare()
1171 const vk::VkPrimitiveTopology topology; member
1188 const vk::VkPrimitiveTopology topology = caseParams.topology; in populateSubGroup() local
1282 const vk::VkPrimitiveTopology topology (static_cast<vk::VkPrimitiveTopology>(topologyIdx)); in createDrawTests() local
/external/deqp/external/vulkancts/modules/vulkan/rasterization/
DvktRasterizationProvokingVertexTests.cpp67 static VkDeviceSize getXfbBufferSize (deUint32 vertexCount, VkPrimitiveTopology topology) in getXfbBufferSize()
94 VkPrimitiveTopology topology, in verifyXfbBuffer()
970 for (const Topology& topology : topologies) in createTests() local
/external/mesa3d/src/intel/vulkan/
Dgen7_cmd_buffer.c339 uint32_t topology; in genX() local
/external/rust/crates/vulkano/src/pipeline/
Dinput_assembly.rs22 pub topology: PrimitiveTopology, field
/external/deqp-deps/amber/src/vulkan/
Dgraphics_pipeline.cc43 VkPrimitiveTopology ToVkTopology(Topology topology) { in ToVkTopology()
566 VkPrimitiveTopology topology, in CreateVkGraphicsPipeline()

12345