Searched refs:ProcHook (Results 1 – 9 of 9) 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 …]
112 const std::bitset<ProcHook::EXTENSION_COUNT>& GetHookExtensions() const;113 const std::bitset<ProcHook::EXTENSION_COUNT>& GetHalExtensions() const;152 std::bitset<ProcHook::EXTENSION_COUNT> hook_extensions_;153 std::bitset<ProcHook::EXTENSION_COUNT> hal_extensions_;339 for (uint32_t i = ProcHook::EXTENSION_CORE_1_0; in CreateInfoWrapper()340 i != ProcHook::EXTENSION_COUNT; ++i) { in CreateInfoWrapper()355 hook_extensions_.set(ProcHook::EXTENSION_CORE_1_0); in CreateInfoWrapper()356 hal_extensions_.set(ProcHook::EXTENSION_CORE_1_0); in CreateInfoWrapper()374 const std::bitset<ProcHook::EXTENSION_COUNT>&379 const std::bitset<ProcHook::EXTENSION_COUNT>&[all …]
29 struct ProcHook { struct100 const ProcHook* GetProcHook(const char* name);101 ProcHook::Extension GetProcHookExtension(const char* name);105 const std::bitset<ProcHook::EXTENSION_COUNT>& extensions);108 const std::bitset<ProcHook::EXTENSION_COUNT>& extensions);
70 const std::bitset<driver::ProcHook::EXTENSION_COUNT> &extensions);74 const std::bitset<driver::ProcHook::EXTENSION_COUNT> &extensions);124 const std::bitset<driver::ProcHook::EXTENSION_COUNT> &extensions) {142 const std::bitset<driver::ProcHook::EXTENSION_COUNT> &extensions) {249 const ProcHook* GetProcHook(const char* name);250 ProcHook::Extension GetProcHookExtension(const char* name);253 const std::bitset<ProcHook::EXTENSION_COUNT> &extensions);255 const std::bitset<ProcHook::EXTENSION_COUNT> &extensions);294 const ProcHook g_proc_hooks[] = {312 const ProcHook* GetProcHook(const char* name) {[all …]
76 std::bitset<ProcHook::EXTENSION_COUNT> hook_extensions;97 std::bitset<ProcHook::EXTENSION_COUNT> hook_extensions;
219 const std::bitset<driver::ProcHook::EXTENSION_COUNT>& extensions);223 const std::bitset<driver::ProcHook::EXTENSION_COUNT>& extensions);
506 std::bitset<driver::ProcHook::EXTENSION_COUNT> enabled_extensions_;524 for (uint32_t i = driver::ProcHook::EXTENSION_CORE_1_0; in LayerChain()525 i != driver::ProcHook::EXTENSION_COUNT; ++i) { in LayerChain()932 if (ext_bit != driver::ProcHook::EXTENSION_UNKNOWN) in ValidateExtensions()970 if (ext_bit != driver::ProcHook::EXTENSION_UNKNOWN) in ValidateExtensions()
722 instance_data.hook_extensions.test(ProcHook::EXT_swapchain_colorspace); in GetPhysicalDeviceSurfaceFormatsKHR()
48 if (extensions[driver::ProcHook::ext]) \148 const std::bitset<driver::ProcHook::EXTENSION_COUNT>& extensions) { in InitDispatchTable()191 const std::bitset<driver::ProcHook::EXTENSION_COUNT>& extensions) { in InitDispatchTable()