Home
last modified time | relevance | path

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

/frameworks/native/vulkan/libvulkan/
Ddriver_gen.cpp35 if (GetData(device).hook_extensions[ProcHook::EXTENSION_CORE_1_1]) { in checkedBindImageMemory2()
44 if (GetData(device).hook_extensions[ProcHook::EXTENSION_CORE_1_1]) { in checkedGetDeviceQueue2()
52 if (GetData(device).hook_extensions[ProcHook::KHR_swapchain]) { in checkedCreateSwapchainKHR()
61 if (GetData(device).hook_extensions[ProcHook::KHR_swapchain]) { in checkedDestroySwapchainKHR()
69 if (GetData(device).hook_extensions[ProcHook::KHR_swapchain]) { in checkedGetSwapchainImagesKHR()
78 if (GetData(device).hook_extensions[ProcHook::KHR_swapchain]) { in checkedAcquireNextImageKHR()
87 if (GetData(queue).hook_extensions[ProcHook::KHR_swapchain]) { in checkedQueuePresentKHR()
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.cpp801 proc = (GetData(instance).hook_extensions[hook->extension]) in GetInstanceProcAddr()
831 return (GetData(device).hook_extensions[hook->extension]) ? hook->proc in GetDeviceProcAddr()
1047 data->hook_extensions |= wrapper.GetHookExtensions(); in CreateInstance()
1161 data->hook_extensions |= wrapper.GetHookExtensions(); in CreateDevice()
Dswapchain.cpp722 instance_data.hook_extensions.test(ProcHook::EXT_swapchain_colorspace); in GetPhysicalDeviceSurfaceFormatsKHR()
Dcode-generator.tmpl873 if (GetData({{$p0.Name}}).hook_extensions[{{$ext_hook}}]) {