Lines Matching defs:UncheckedInstance
183 UncheckedInstance::UncheckedInstance ()
198 UncheckedInstance::UncheckedInstance (Context& context, vk::VkInstance instance, const vk::VkAllocationCallbacks* pAllocator, std::unique_ptr<DebugReportRecorder>& recorder)
200 UncheckedInstance::UncheckedInstance(Context& context, vk::VkInstance instance, const vk::VkAllocationCallbacks* pAllocator)
218 UncheckedInstance::~UncheckedInstance ()
235 void UncheckedInstance::swap (UncheckedInstance& other)
249 UncheckedInstance::UncheckedInstance (UncheckedInstance&& other)
250 : UncheckedInstance()
255 UncheckedInstance& UncheckedInstance::operator= (UncheckedInstance&& other)
257 UncheckedInstance destroyer;
263 UncheckedInstance::operator vk::VkInstance () const
267 UncheckedInstance::operator bool () const
415 vk::VkResult createUncheckedInstance (Context& context, const vk::VkInstanceCreateInfo* instanceCreateInfo, const vk::VkAllocationCallbacks* pAllocator, UncheckedInstance* instance, bool allowLayers)
450 // UncheckedInstance to try to create invalid instances for driver stability
458 *instance = UncheckedInstance(context, raw_instance, pAllocator, recorder);
460 *instance = UncheckedInstance(context, raw_instance, pAllocator);