Lines Matching refs:pTable

3033 …  VkLayerInstanceDispatchTable *pTable = get_dispatch_table(ot_instance_table_map, physicalDevice);  in EnumerateDeviceExtensionProperties()  local
3034 return pTable->EnumerateDeviceExtensionProperties(physicalDevice, NULL, pCount, pProperties); in EnumerateDeviceExtensionProperties()
3043 VkLayerInstanceDispatchTable *pTable = get_dispatch_table(ot_instance_table_map, instance); in InterceptWsiEnabledCommand() local
3044 if (instanceExtMap.size() == 0 || !instanceExtMap[pTable].wsi_enabled) in InterceptWsiEnabledCommand()
3059 if ((instanceExtMap[pTable].win32_enabled == true) && !strcmp("vkCreateWin32SurfaceKHR", name)) in InterceptWsiEnabledCommand()
3061 …if ((instanceExtMap[pTable].win32_enabled == true) && !strcmp("vkGetPhysicalDeviceWin32Presentatio… in InterceptWsiEnabledCommand()
3065 if ((instanceExtMap[pTable].xcb_enabled == true) && !strcmp("vkCreateXcbSurfaceKHR", name)) in InterceptWsiEnabledCommand()
3067 …if ((instanceExtMap[pTable].xcb_enabled == true) && !strcmp("vkGetPhysicalDeviceXcbPresentationSup… in InterceptWsiEnabledCommand()
3071 if ((instanceExtMap[pTable].xlib_enabled == true) && !strcmp("vkCreateXlibSurfaceKHR", name)) in InterceptWsiEnabledCommand()
3073 …if ((instanceExtMap[pTable].xlib_enabled == true) && !strcmp("vkGetPhysicalDeviceXlibPresentationS… in InterceptWsiEnabledCommand()
3077 if ((instanceExtMap[pTable].mir_enabled == true) && !strcmp("vkCreateMirSurfaceKHR", name)) in InterceptWsiEnabledCommand()
3079 …if ((instanceExtMap[pTable].mir_enabled == true) && !strcmp("vkGetPhysicalDeviceMirPresentationSup… in InterceptWsiEnabledCommand()
3083 …if ((instanceExtMap[pTable].wayland_enabled == true) && !strcmp("vkCreateWaylandSurfaceKHR", name)) in InterceptWsiEnabledCommand()
3085 …if ((instanceExtMap[pTable].wayland_enabled == true) && !strcmp("vkGetPhysicalDeviceWaylandPresent… in InterceptWsiEnabledCommand()
3089 …if ((instanceExtMap[pTable].android_enabled == true) && !strcmp("vkCreateAndroidSurfaceKHR", name)) in InterceptWsiEnabledCommand()