Home
last modified time | relevance | path

Searched defs:DeviceWrapper (Results 1 – 2 of 2) sorted by relevance

/third_party/vulkan-loader/tests/framework/
Dtest_environment.h156 struct DeviceWrapper { struct
163 DeviceWrapper& operator=(DeviceWrapper const&) = delete; argument
165 DeviceWrapper& operator=(DeviceWrapper&&) noexcept; argument
171 operator VkDevice() { return dev; } in VkDevice()
172 operator VkDevice() const { return dev; } in VkDevice()
175 …const char* func_name) { return FromVoidStarFunc(functions->vkGetDeviceProcAddr(dev, func_name)); } in load()
177 VulkanFunctions* functions = nullptr;
178 VkDevice dev = VK_NULL_HANDLE;
179 VkAllocationCallbacks* callbacks = nullptr;
Dtest_environment.cpp98 DeviceWrapper::DeviceWrapper(InstWrapper& inst_wrapper, VkAllocationCallbacks* callbacks) noexcept in DeviceWrapper() function in DeviceWrapper
100 DeviceWrapper::DeviceWrapper(VulkanFunctions& functions, VkDevice device, VkAllocationCallbacks* ca… in DeviceWrapper() function in DeviceWrapper
104 DeviceWrapper::DeviceWrapper(DeviceWrapper&& other) noexcept { in DeviceWrapper() function in DeviceWrapper