Searched refs:INIT_PROC_EXT (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/vulkan/libvulkan/ |
D | driver_gen.cpp | 501 #define INIT_PROC_EXT(ext, required, obj, proc) \ macro 522 INIT_PROC_EXT(EXT_debug_report, true, instance, CreateDebugReportCallbackEXT); in InitDriverTable() 523 INIT_PROC_EXT(EXT_debug_report, true, instance, DestroyDebugReportCallbackEXT); in InitDriverTable() 524 INIT_PROC_EXT(EXT_debug_report, true, instance, DebugReportMessageEXT); in InitDriverTable() 525 …INIT_PROC_EXT(KHR_get_physical_device_properties2, true, instance, GetPhysicalDeviceProperties2KHR… in InitDriverTable() 546 INIT_PROC_EXT(ANDROID_native_buffer, false, dev, GetSwapchainGrallocUsageANDROID); in InitDriverTable() 547 INIT_PROC_EXT(ANDROID_native_buffer, false, dev, GetSwapchainGrallocUsage2ANDROID); in InitDriverTable() 548 INIT_PROC_EXT(ANDROID_native_buffer, true, dev, AcquireImageANDROID); in InitDriverTable() 549 INIT_PROC_EXT(ANDROID_native_buffer, true, dev, QueueSignalReleaseImageANDROID); in InitDriverTable() 550 INIT_PROC_EXT(KHR_bind_memory2, true, dev, BindImageMemory2KHR); in InitDriverTable()
|
D | code-generator.tmpl | 409 Emits code to invoke INIT_PROC or INIT_PROC_EXT. 417 INIT_PROC_EXT({{Macro "BaseName" $ext}}, § 493 Emits INIT_PROC_EXT macro for vulkan::api. 499 #define INIT_PROC_EXT(ext, required, obj, proc) do { \ 821 Emits INIT_PROC_EXT macro for vulkan::driver. 825 #define INIT_PROC_EXT(ext, required, obj, proc) do { \
|
D | api_gen.cpp | 46 #define INIT_PROC_EXT(ext, required, obj, proc) \ macro 176 INIT_PROC_EXT(KHR_surface, true, instance, DestroySurfaceKHR); in InitDispatchTable() 177 INIT_PROC_EXT(KHR_surface, true, instance, GetPhysicalDeviceSurfaceSupportKHR); in InitDispatchTable() 178 INIT_PROC_EXT(KHR_surface, true, instance, GetPhysicalDeviceSurfaceCapabilitiesKHR); in InitDispatchTable() 179 INIT_PROC_EXT(KHR_surface, true, instance, GetPhysicalDeviceSurfaceFormatsKHR); in InitDispatchTable() 180 INIT_PROC_EXT(KHR_surface, true, instance, GetPhysicalDeviceSurfacePresentModesKHR); in InitDispatchTable() 181 INIT_PROC_EXT(KHR_swapchain, false, instance, GetPhysicalDevicePresentRectanglesKHR); in InitDispatchTable() 182 INIT_PROC_EXT(KHR_android_surface, true, instance, CreateAndroidSurfaceKHR); in InitDispatchTable() 333 INIT_PROC_EXT(KHR_swapchain, true, dev, CreateSwapchainKHR); in InitDispatchTable() 334 INIT_PROC_EXT(KHR_swapchain, true, dev, DestroySwapchainKHR); in InitDispatchTable() [all …]
|