Home
last modified time | relevance | path

Searched refs:hook_extensions (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/vulkan/libvulkan/
Ddriver_gen.cpp34 if (GetData(device).hook_extensions[ProcHook::KHR_swapchain]) { in checkedCreateSwapchainKHR()
43 if (GetData(device).hook_extensions[ProcHook::KHR_swapchain]) { in checkedDestroySwapchainKHR()
51 if (GetData(device).hook_extensions[ProcHook::KHR_swapchain]) { in checkedGetSwapchainImagesKHR()
60 if (GetData(device).hook_extensions[ProcHook::KHR_swapchain]) { in checkedAcquireNextImageKHR()
69 if (GetData(queue).hook_extensions[ProcHook::KHR_swapchain]) { in checkedQueuePresentKHR()
78 if (GetData(device).hook_extensions[ProcHook::EXTENSION_CORE_1_1]) { in checkedBindImageMemory2()
87 if (GetData(device).hook_extensions[ProcHook::KHR_bind_memory2]) { in checkedBindImageMemory2KHR()
96 if (GetData(device).hook_extensions[ProcHook::KHR_swapchain]) { in checkedGetDeviceGroupPresentCapabilitiesKHR()
105 if (GetData(device).hook_extensions[ProcHook::KHR_swapchain]) { in checkedGetDeviceGroupSurfacePresentModesKHR()
114 if (GetData(device).hook_extensions[ProcHook::KHR_swapchain]) { in checkedAcquireNextImage2KHR()
[all …]
Ddriver.h76 std::bitset<ProcHook::EXTENSION_COUNT> hook_extensions; member
97 std::bitset<ProcHook::EXTENSION_COUNT> hook_extensions; member
Ddriver.cpp874 proc = (GetData(instance).hook_extensions[hook->extension]) in GetInstanceProcAddr()
904 return (GetData(device).hook_extensions[hook->extension]) ? hook->proc in GetDeviceProcAddr()
1114 data->hook_extensions |= wrapper.GetHookExtensions(); in CreateInstance()
1199 data->hook_extensions |= wrapper.GetHookExtensions(); in CreateDevice()
Dswapchain.cpp726 instance_data.hook_extensions.test(ProcHook::EXT_swapchain_colorspace); in GetPhysicalDeviceSurfaceFormatsKHR()