• Home
  • Raw
  • Download

Lines Matching refs:instance

603 bool InitDriverTable(VkInstance instance,  in InitDriverTable()  argument
606 auto& data = GetData(instance); in InitDriverTable()
610 INIT_PROC(true, instance, DestroyInstance); in InitDriverTable()
611 INIT_PROC(true, instance, EnumeratePhysicalDevices); in InitDriverTable()
612 INIT_PROC(true, instance, GetInstanceProcAddr); in InitDriverTable()
613 INIT_PROC(true, instance, GetPhysicalDeviceProperties); in InitDriverTable()
614 INIT_PROC(true, instance, CreateDevice); in InitDriverTable()
615 INIT_PROC(true, instance, EnumerateDeviceExtensionProperties); in InitDriverTable()
616 INIT_PROC_EXT(EXT_debug_report, true, instance, CreateDebugReportCallbackEXT); in InitDriverTable()
617 INIT_PROC_EXT(EXT_debug_report, true, instance, DestroyDebugReportCallbackEXT); in InitDriverTable()
618 INIT_PROC_EXT(EXT_debug_report, true, instance, DebugReportMessageEXT); in InitDriverTable()
619 INIT_PROC(false, instance, GetPhysicalDeviceFeatures2); in InitDriverTable()
620 … INIT_PROC_EXT(KHR_get_physical_device_properties2, true, instance, GetPhysicalDeviceFeatures2KHR); in InitDriverTable()
621 INIT_PROC(false, instance, GetPhysicalDeviceProperties2); in InitDriverTable()
622 …INIT_PROC_EXT(KHR_get_physical_device_properties2, true, instance, GetPhysicalDeviceProperties2KHR… in InitDriverTable()
623 INIT_PROC(false, instance, GetPhysicalDeviceFormatProperties2); in InitDriverTable()
624 …INIT_PROC_EXT(KHR_get_physical_device_properties2, true, instance, GetPhysicalDeviceFormatProperti… in InitDriverTable()
625 INIT_PROC(false, instance, GetPhysicalDeviceImageFormatProperties2); in InitDriverTable()
626 …INIT_PROC_EXT(KHR_get_physical_device_properties2, true, instance, GetPhysicalDeviceImageFormatPro… in InitDriverTable()
627 INIT_PROC(false, instance, GetPhysicalDeviceQueueFamilyProperties2); in InitDriverTable()
628 …INIT_PROC_EXT(KHR_get_physical_device_properties2, true, instance, GetPhysicalDeviceQueueFamilyPro… in InitDriverTable()
629 INIT_PROC(false, instance, GetPhysicalDeviceMemoryProperties2); in InitDriverTable()
630 …INIT_PROC_EXT(KHR_get_physical_device_properties2, true, instance, GetPhysicalDeviceMemoryProperti… in InitDriverTable()
631 INIT_PROC(false, instance, GetPhysicalDeviceSparseImageFormatProperties2); in InitDriverTable()
632 …INIT_PROC_EXT(KHR_get_physical_device_properties2, true, instance, GetPhysicalDeviceSparseImageFor… in InitDriverTable()
633 INIT_PROC(false, instance, GetPhysicalDeviceExternalBufferProperties); in InitDriverTable()
634 …INIT_PROC_EXT(KHR_external_memory_capabilities, true, instance, GetPhysicalDeviceExternalBufferPro… in InitDriverTable()
635 INIT_PROC(false, instance, GetPhysicalDeviceExternalSemaphoreProperties); in InitDriverTable()
636 …INIT_PROC_EXT(KHR_external_semaphore_capabilities, true, instance, GetPhysicalDeviceExternalSemaph… in InitDriverTable()
637 INIT_PROC(false, instance, GetPhysicalDeviceExternalFenceProperties); in InitDriverTable()
638 …INIT_PROC_EXT(KHR_external_fence_capabilities, true, instance, GetPhysicalDeviceExternalFencePrope… in InitDriverTable()
639 INIT_PROC(false, instance, EnumeratePhysicalDeviceGroups); in InitDriverTable()
640 INIT_PROC_EXT(KHR_device_group_creation, true, instance, EnumeratePhysicalDeviceGroupsKHR); in InitDriverTable()