Searched defs:GetDevice (Results 1 – 13 of 13) sorted by relevance
32 DeviceBase* ObjectBase::GetDevice() const { in GetDevice() function in dawn_native::ObjectBase
54 WGPUDevice WireServer::GetDevice(uint32_t id, uint32_t generation) { in GetDevice() function in dawn_wire::WireServer
34 static SkDevice* GetDevice(SkCanvas* canvas) { in GetDevice() function in skiatest::TestCanvas
74 Device* GetDevice() const { return device_; } in GetDevice() function
183 std::string Converter::GetDevice() { return CharToString(GetDeviceChar()); } in GetDevice() function
56 ComPtr<ID3D12Device> Adapter::GetDevice() const { in GetDevice() function in dawn_native::d3d12::Adapter
139 std::string GetDevice() const override { return lite_tensor_->get_device(); } in GetDevice() function
113 std::string GetDevice() const override { return device_; } in GetDevice() function
156 WGPUDevice Server::GetDevice(uint32_t id, uint32_t generation) { in GetDevice() function in dawn_wire::server::Server
103 std::string GetDevice() const override { return device_; } in GetDevice() function
111 std::string GetDevice() const override { in GetDevice() function
560 std::string MSTensor::GetDevice() const { in GetDevice() function in mindspore::MSTensor
2464 ID3D12Device* GetDevice() const { return m_Device; } in GetDevice() function in D3D12MA::AllocatorPimpl