Home
last modified time | relevance | path

Searched defs:topology (Results 1 – 25 of 113) 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/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_conv.h63 static inline unsigned vk_conv_topology(VkPrimitiveTopology topology) in vk_conv_topology()
/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/deqp/external/vulkancts/modules/vulkan/clipping/
DvktClippingTests.cpp117 std::vector<Vec4> genVertices (const VkPrimitiveTopology topology, const Vec4& offset, const float … in genVertices()
375 void initPrograms (SourceCollections& programCollection, const VkPrimitiveTopology topology) in initPrograms()
393 tcu::TestStatus testPrimitivesInside (Context& context, const VkPrimitiveTopology topology) in testPrimitivesInside()
471 tcu::TestStatus testPrimitivesOutside (Context& context, const VkPrimitiveTopology topology) in testPrimitivesOutside()
528 tcu::TestStatus testPrimitivesDepthClamp (Context& context, const VkPrimitiveTopology topology) in testPrimitivesDepthClamp()
619 tcu::TestStatus testPrimitivesDepthClip (Context& context, const VkPrimitiveTopology topology) in testPrimitivesDepthClip()
998 const VkPrimitiveTopology topology; member
1476 void checkTopologySupport(Context& context, const VkPrimitiveTopology topology) in checkTopologySupport()
1628 …const VkPrimitiveTopology topology = (useTessellation ? VK_PRIMITIVE_TOPOLOGY_PATCH_LIST : VK_PRI… in addClippingTests() local
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineInputAssemblyTests.cpp327 void PrimitiveTopologyTest::createBufferData (VkPrimitiveTopology topology, int primitiveCount, VkI… in createBufferData()
681 void PrimitiveRestartTest::createBufferData (VkPrimitiveTopology topology, int primitiveCount, VkIn… in createBufferData()
1377 const rr::PrimitiveType topology = mapVkPrimitiveTopology(m_primitiveTopology); in verifyImage() local
1464 std::string getPrimitiveTopologyCaseName (VkPrimitiveTopology topology) in getPrimitiveTopologyCaseName()
1483 const VkPrimitiveTopology topology = InputAssemblyTest::s_primitiveTopologies[topologyNdx]; in createPrimitiveTopologyTests() local
1530 const VkPrimitiveTopology topology = primitiveRestartTopologies[topologyNdx]; in createPrimitiveRestartTests() local
DvktPipelineMultisampleTests.cpp1167 VkPrimitiveTopology topology, in createMultisampleTestInstance()
1209 VkPrimitiveTopology topology, in createMultisampleTestInstance()
1256 VkPrimitiveTopology topology, in createMultisampleTestInstance()
1305 VkPrimitiveTopology topology, in createMultisampleTestInstance()
1367 VkPrimitiveTopology topology, in createMultisampleTestInstance()
1410 VkPrimitiveTopology topology, in createMultisampleTestInstance()
1458 VkPrimitiveTopology topology, in createMultisampleTestInstance()
1553 VkPrimitiveTopology topology, in RasterizationSamplesInstance()
1659 VkPrimitiveTopology topology, in MinSampleShadingInstance()
1785 VkPrimitiveTopology topology, in MinSampleShadingDisabledInstance()
[all …]
DvktPipelineSpecConstantUtil.cpp126 …const VkPrimitiveTopology topology = (m_shaderStageFlags & VK_SHADER_STAGE_TESSELLATION_CONTROL_BI… in build() local
/external/swiftshader/src/Device/
DContext.cpp24 uint32_t ComputePrimitiveCount(VkPrimitiveTopology topology, uint32_t vertexCount) in ComputePrimitiveCount()
49 VkPrimitiveTopology topology, in ProcessPrimitiveRestart()
107 void IndexBuffer::getIndexBuffers(VkPrimitiveTopology topology, uint32_t count, uint32_t first, boo… in getIndexBuffers()
/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/cpuinfo/src/x86/
Dtopology.c21 struct cpuinfo_x86_topology* topology) in cpuinfo_x86_detect_topology()
/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 …xt, const char* vertexShaderName, const char* fragmentShaderName, vk::VkPrimitiveTopology topology) in DrawTestsBaseClass()
DvktDrawMultipleClearsWithinRenderPass.cpp127 VkPrimitiveTopology topology; member
172 Topology topology; member
612 for(const auto &topology : topologiesToTest) in init() local
DvktBasicDrawTests.cpp107 vk::VkPrimitiveTopology topology; member
255 …cess& reference, const tcu::ConstPixelBufferAccess& result, const vk::VkPrimitiveTopology topology) in imageCompare()
1137 const vk::VkPrimitiveTopology topology; member
1152 const vk::VkPrimitiveTopology topology = caseParams.topology; in populateSubGroup() local
1235 const vk::VkPrimitiveTopology topology = vk::VkPrimitiveTopology(idx); in createTopologyGroups() local
/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/mesa3d/src/intel/vulkan/
Dgen7_cmd_buffer.c339 uint32_t topology; in genX() local
/external/deqp-deps/amber/src/vulkan/
Dgraphics_pipeline.cc43 VkPrimitiveTopology ToVkTopology(Topology topology) { in ToVkTopology()
539 VkPrimitiveTopology topology, in CreateVkGraphicsPipeline()
/external/tensorflow/tensorflow/core/profiler/protobuf/
Dpod_viewer.proto122 PodViewerTopology topology = 11; field
Dop_stats.proto88 SystemTopology topology = 11; field

12345