/external/tensorflow/tensorflow/compiler/xla/pjrt/distributed/ |
D | client_server_test.cc | 53 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/ |
D | tpu_platform_interface.h | 62 TpuTopologyExternal topology() { in topology() function
|
D | tpu_topology.h | 70 explicit TpuTopologyExternal(SE_TpuTopology* topology) in TpuTopologyExternal()
|
/external/cpuinfo/src/mach/ |
D | topology.c | 45 struct cpuinfo_mach_topology topology = { in cpuinfo_mach_detect_topology() local
|
/external/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_conv.h | 63 static inline unsigned vk_conv_topology(VkPrimitiveTopology topology) in vk_conv_topology()
|
/external/tensorflow/tensorflow/python/tpu/ |
D | device_assignment.py | 36 def _compute_task_and_cores_to_replicas(core_assignment, topology): argument 108 def topology(self) -> Topology: member in DeviceAssignment
|
D | tpu_system_metadata.py | 65 def __new__(cls, num_cores, num_hosts, num_of_cores_per_host, topology, argument
|
/external/deqp/external/vulkancts/modules/vulkan/clipping/ |
D | vktClippingTests.cpp | 117 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/ |
D | vktPipelineInputAssemblyTests.cpp | 327 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
|
D | vktPipelineMultisampleTests.cpp | 1167 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 …]
|
D | vktPipelineSpecConstantUtil.cpp | 126 …const VkPrimitiveTopology topology = (m_shaderStageFlags & VK_SHADER_STAGE_TESSELLATION_CONTROL_BI… in build() local
|
/external/swiftshader/src/Device/ |
D | Context.cpp | 24 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/ |
D | api.cpp | 1098 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/ |
D | topology.c | 21 struct cpuinfo_x86_topology* topology) in cpuinfo_x86_detect_topology()
|
/external/arm-trusted-firmware/plat/arm/css/sgm/include/ |
D | sgm_plat_config.h | 37 const css_topology_t *topology; member
|
/external/arm-trusted-firmware/lib/psci/ |
D | psci_setup.c | 123 static unsigned int __init populate_power_domain_tree(const unsigned char in populate_power_domain_tree()
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawTestCaseUtil.hpp | 50 vk::VkPrimitiveTopology topology; member
|
D | vktDrawBaseClass.cpp | 34 …xt, const char* vertexShaderName, const char* fragmentShaderName, vk::VkPrimitiveTopology topology) in DrawTestsBaseClass()
|
D | vktDrawMultipleClearsWithinRenderPass.cpp | 127 VkPrimitiveTopology topology; member 172 Topology topology; member 612 for(const auto &topology : topologiesToTest) in init() local
|
D | vktBasicDrawTests.cpp | 107 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/ |
D | ir3_nir_lower_tess.c | 29 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/ |
D | gen7_cmd_buffer.c | 339 uint32_t topology; in genX() local
|
/external/deqp-deps/amber/src/vulkan/ |
D | graphics_pipeline.cc | 43 VkPrimitiveTopology ToVkTopology(Topology topology) { in ToVkTopology() 539 VkPrimitiveTopology topology, in CreateVkGraphicsPipeline()
|
/external/tensorflow/tensorflow/core/profiler/protobuf/ |
D | pod_viewer.proto | 122 PodViewerTopology topology = 11; field
|
D | op_stats.proto | 88 SystemTopology topology = 11; field
|