Searched defs:VulkanGuardImpl (Results 1 – 1 of 1) sorted by relevance
9 struct VulkanGuardImpl final : public c10::impl::DeviceGuardImplInterface { struct13 explicit VulkanGuardImpl(DeviceType t) { in VulkanGuardImpl() function17 DeviceType type() const override { in type()20 Device exchangeDevice(Device) const override { in exchangeDevice()24 Device getDevice() const override { in getDevice()27 void setDevice(Device) const override { in setDevice()30 void uncheckedSetDevice(Device d) const noexcept override { in uncheckedSetDevice()34 Stream getStream(Device d) const noexcept override { in getStream()40 Stream exchangeStream(Stream s) const noexcept override { in exchangeStream()45 DeviceIndex deviceCount() const noexcept override { in deviceCount()[all …]