Searched defs:GetDeviceInfo (Results 1 – 7 of 7) sorted by relevance
25 bool GetDeviceInfo(cl_device_id device, cl::DeviceInfo name, std::vector<T> &vector) in GetDeviceInfo() function45 bool GetDeviceInfo(cl_device_id device, cl::DeviceInfo name, T &value) in GetDeviceInfo() function
33 const VulkanDeviceInfo& Adapter::GetDeviceInfo() const { in GetDeviceInfo() function in dawn_native::vulkan::Adapter
201 const VulkanDeviceInfo& Device::GetDeviceInfo() const { in GetDeviceInfo() function in dawn_native::vulkan::Device
44 const D3D12DeviceInfo& Adapter::GetDeviceInfo() const { in GetDeviceInfo() function in dawn_native::d3d12::Adapter
572 const D3D12DeviceInfo& Device::GetDeviceInfo() const { in GetDeviceInfo() function in dawn_native::d3d12::Device
1557 STDMETHOD(GetDeviceInfo)(THIS_ LPDIDEVICEINSTANCEA pdidi) PURE; in DECLARE_INTERFACE_() local1586 STDMETHOD(GetDeviceInfo)(THIS_ LPDIDEVICEINSTANCEW pdidi) PURE; in DECLARE_INTERFACE_() local1661 STDMETHOD(GetDeviceInfo)(THIS_ LPDIDEVICEINSTANCEA pdidi) PURE; in DECLARE_INTERFACE_() local1700 STDMETHOD(GetDeviceInfo)(THIS_ LPDIDEVICEINSTANCEW pdidi) PURE; in DECLARE_INTERFACE_() local1805 STDMETHOD(GetDeviceInfo)(THIS_ LPDIDEVICEINSTANCEA pdidi) PURE; in DECLARE_INTERFACE_() local1847 STDMETHOD(GetDeviceInfo)(THIS_ LPDIDEVICEINSTANCEW pdidi) PURE; in DECLARE_INTERFACE_() local1962 STDMETHOD(GetDeviceInfo)(THIS_ LPDIDEVICEINSTANCEA pdidi) PURE; in DECLARE_INTERFACE_() local2008 STDMETHOD(GetDeviceInfo)(THIS_ LPDIDEVICEINSTANCEW pdidi) PURE; in DECLARE_INTERFACE_() local
68 cl_int GetDeviceInfo(cl_device_id device, in GetDeviceInfo() function