Lines Matching refs:vkCreateInstance

86         return env->vulkan_functions.vkCreateInstance(&create_info, nullptr, inst);
151 // Test report (error) created in vkCreateInstance with warning in vkCreateInstance
183 // Test report (error/warning) created in vkCreateInstance with error in vkEnumeratePhysicalDevices.
184 // This should not be logged because we have only defined the debug report logging for vkCreateInstance
203 // Test report created outside of vkCreateInstance with error in vkEnumeratePhysicalDevices.
227 // Test report created outside of vkCreateInstance with info in vkEnumeratePhysicalDevices.
252 // Test report created outside of vkCreateInstance with info in vkEnumeratePhysicalDevices.
277 // Test report created outside of vkCreateInstance with a manual info message of the wrong message flag type to be logged.
304 // Test report created outside of vkCreateInstance with a manual info message of the wrong object type to be logged.
331 // Test report created outside of vkCreateInstance with a manual info message to be logged.
421 return env->vulkan_functions.vkCreateInstance(&create_info, nullptr, inst);
494 // Test debug utils (error) created in vkCreateInstance with warning in vkCreateInstance
512 // Test debug utils (error/warning) created in vkCreateInstance with warning in vkCreateInstance
530 // Test debug utils error created in vkCreateInstance with error in vkEnumeratePhysicalDevices.
531 // This should not be logged because we have only defined the debug utils logging for vkCreateInstance
552 // Test debug utils created outside of vkCreateInstance with error in vkEnumeratePhysicalDevices, but, with the wrong
582 // Test debug utils created outside of vkCreateInstance with error in vkEnumeratePhysicalDevices, but, with the wrong
610 // Test debug utils created outside of vkCreateInstance with error in vkEnumeratePhysicalDevices with the correct type.
637 // Test debug utils created outside of vkCreateInstance with info in vkEnumeratePhysicalDevices.
668 // Test debug utils created outside of vkCreateInstance with info in vkEnumeratePhysicalDevices.
701 // Test debug utils created outside of vkCreateInstance with info in vkEnumeratePhysicalDevices.
732 // Test messenger created outside of vkCreateInstance with a manual info message of the wrong message severity to be logged.
774 // Test messenger created outside of vkCreateInstance with a manual info message of the wrong object type to be logged.
814 // Test messenger created outside of vkCreateInstance with a manual info message.