Lines Matching refs:INIT_PROC
514 #define INIT_PROC(required, obj, proc) \ macro
527 INIT_PROC(required, obj, proc); \
537 INIT_PROC(true, instance, DestroyInstance); in InitDriverTable()
538 INIT_PROC(true, instance, EnumeratePhysicalDevices); in InitDriverTable()
539 INIT_PROC(true, instance, GetInstanceProcAddr); in InitDriverTable()
540 INIT_PROC(true, instance, GetPhysicalDeviceProperties); in InitDriverTable()
541 INIT_PROC(true, instance, CreateDevice); in InitDriverTable()
542 INIT_PROC(true, instance, EnumerateDeviceExtensionProperties); in InitDriverTable()
546 INIT_PROC(false, instance, GetPhysicalDeviceProperties2); in InitDriverTable()
548 INIT_PROC(false, instance, EnumeratePhysicalDeviceGroups); in InitDriverTable()
561 INIT_PROC(true, dev, GetDeviceProcAddr); in InitDriverTable()
562 INIT_PROC(true, dev, DestroyDevice); in InitDriverTable()
563 INIT_PROC(true, dev, GetDeviceQueue); in InitDriverTable()
564 INIT_PROC(true, dev, QueueSubmit); in InitDriverTable()
565 INIT_PROC(true, dev, CreateImage); in InitDriverTable()
566 INIT_PROC(true, dev, DestroyImage); in InitDriverTable()
567 INIT_PROC(true, dev, AllocateCommandBuffers); in InitDriverTable()
568 INIT_PROC(false, dev, BindImageMemory2); in InitDriverTable()
570 INIT_PROC(false, dev, GetDeviceQueue2); in InitDriverTable()