Home
last modified time | relevance | path

Searched defs:GetDevice (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DObjectBase.cpp32 DeviceBase* ObjectBase::GetDevice() const { in GetDevice() function in dawn_native::ObjectBase
/third_party/skia/third_party/externals/dawn/src/dawn_wire/
DWireServer.cpp54 WGPUDevice WireServer::GetDevice(uint32_t id, uint32_t generation) { in GetDevice() function in dawn_wire::WireServer
/third_party/skia/m133/bench/
DGlyphQuadFillBench.cpp34 static SkDevice* GetDevice(SkCanvas* canvas) { in GetDevice() function in skiatest::TestCanvas
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
Dpipeline.h74 Device* GetDevice() const { return device_; } in GetDevice() function
/third_party/mindspore/mindspore-src/source/mindspore/lite/include/
Dconverter.h183 std::string Converter::GetDevice() { return CharToString(GetDeviceChar()); } in GetDevice() function
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DAdapterD3D12.cpp56 ComPtr<ID3D12Device> Adapter::GetDevice() const { in GetDevice() function in dawn_native::d3d12::Adapter
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/cxx_api/tensor/
Dtensor_impl.h139 std::string GetDevice() const override { return lite_tensor_->get_device(); } in GetDevice() function
/third_party/mindspore/mindspore-src/source/mindspore/lite/python/src/
Dtensor_numpy_impl.h113 std::string GetDevice() const override { return device_; } in GetDevice() function
/third_party/skia/third_party/externals/dawn/src/dawn_wire/server/
DServer.cpp156 WGPUDevice Server::GetDevice(uint32_t id, uint32_t generation) { in GetDevice() function in dawn_wire::server::Server
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/utils/
Dtensor_default_impl.h103 std::string GetDevice() const override { return device_; } in GetDevice() function
Dtensor_utils.h111 std::string GetDevice() const override { in GetDevice() function
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/cxx_api/
Dtypes.cc560 std::string MSTensor::GetDevice() const { in GetDevice() function in mindspore::MSTensor
/third_party/skia/third_party/externals/d3d12allocator/src/
DD3D12MemAlloc.cpp2464 ID3D12Device* GetDevice() const { return m_Device; } in GetDevice() function in D3D12MA::AllocatorPimpl