Home
last modified time | relevance | path

Searched defs:DeviceAddress (Results 1 – 7 of 7) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/runtime/device/
Ddevice_address.h68 explicit DeviceAddress(void *ptr, size_t size) : ptr_(ptr), size_(size) {} in DeviceAddress() function
69 explicit DeviceAddress(void *ptr, size_t size, const string &format, TypeId type_id) in DeviceAddress() function
71 explicit DeviceAddress(void *ptr, size_t size, const std::string &format, TypeId type_id, in DeviceAddress() function
/third_party/mindspore/mindspore/ccsrc/backend/session/
Danf_runtime_algorithm.h44 using DeviceAddress = device::DeviceAddress; variable
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkMemUtil.hpp92 static const MemoryRequirement DeviceAddress; member in vk::MemoryRequirement
DvkMemUtil.cpp127 const MemoryRequirement MemoryRequirement::DeviceAddress = MemoryRequirement(MemoryRequirement::FLA… member in vk::MemoryRequirement
/third_party/libusb/libusb/os/
Dwindows_winusb.h406 USHORT DeviceAddress; member
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan.hpp5925 using DeviceAddress = uint64_t; typedef
/third_party/vulkan-headers/include/vulkan/
Dvulkan.hpp5811 using DeviceAddress = uint64_t; typedef