Searched refs:hook_extensions (Results 1 – 5 of 5) sorted by relevance
35 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 …]
76 std::bitset<ProcHook::EXTENSION_COUNT> hook_extensions; member97 std::bitset<ProcHook::EXTENSION_COUNT> hook_extensions; member
801 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()
722 instance_data.hook_extensions.test(ProcHook::EXT_swapchain_colorspace); in GetPhysicalDeviceSurfaceFormatsKHR()
873 if (GetData({{$p0.Name}}).hook_extensions[{{$ext_hook}}]) {