Lines Matching refs:pTable

120     VkLayerInstanceDispatchTable *pTable = get_dispatch_table(pc_instance_table_map, instance);  in CreateDebugReportCallbackEXT()  local
121 …VkResult result = pTable->CreateDebugReportCallbackEXT(instance, pCreateInfo, pAllocator, pMsgCall… in CreateDebugReportCallbackEXT()
133 VkLayerInstanceDispatchTable *pTable = get_dispatch_table(pc_instance_table_map, instance); in DestroyDebugReportCallbackEXT() local
134 pTable->DestroyDebugReportCallbackEXT(instance, msgCallback, pAllocator); in DestroyDebugReportCallbackEXT()
143 VkLayerInstanceDispatchTable *pTable = get_dispatch_table(pc_instance_table_map, instance); in DebugReportMessageEXT() local
144pTable->DebugReportMessageEXT(instance, flags, objType, object, location, msgCode, pLayerPrefix, p… in DebugReportMessageEXT()
1328 …VkLayerInstanceDispatchTable *pTable = initInstanceTable(*pInstance, fpGetInstanceProcAddr, pc_ins… in CreateInstance() local
1331 …my_instance_data->report_data = debug_report_create_instance(pTable, *pInstance, pCreateInfo->enab… in CreateInstance()
1408 VkLayerInstanceDispatchTable *pTable = get_dispatch_table(pc_instance_table_map, instance); in DestroyInstance() local
1409 pTable->DestroyInstance(instance, pAllocator); in DestroyInstance()
1419 layer_data_map.erase(pTable); in DestroyInstance()
5473 VkLayerInstanceDispatchTable *pTable = get_dispatch_table(pc_instance_table_map, instance); in InterceptWsiEnabledCommand() local
5474 if (instance_extension_map.size() == 0 || !instance_extension_map[pTable].wsi_enabled) in InterceptWsiEnabledCommand()
5483 …if ((instance_extension_map[pTable].win32_enabled == true) && !strcmp("vkCreateWin32SurfaceKHR", n… in InterceptWsiEnabledCommand()
5487 …if ((instance_extension_map[pTable].xcb_enabled == true) && !strcmp("vkCreateXcbSurfaceKHR", name)) in InterceptWsiEnabledCommand()
5489 …if ((instance_extension_map[pTable].xcb_enabled == true) && !strcmp("vkGetPhysicalDeviceXcbPresent… in InterceptWsiEnabledCommand()
5493 …if ((instance_extension_map[pTable].xlib_enabled == true) && !strcmp("vkCreateXlibSurfaceKHR", nam… in InterceptWsiEnabledCommand()
5495 …if ((instance_extension_map[pTable].xlib_enabled == true) && !strcmp("vkGetPhysicalDeviceXlibPrese… in InterceptWsiEnabledCommand()
5499 …if ((instance_extension_map[pTable].mir_enabled == true) && !strcmp("vkCreateMirSurfaceKHR", name)) in InterceptWsiEnabledCommand()
5501 …if ((instance_extension_map[pTable].mir_enabled == true) && !strcmp("vkGetPhysicalDeviceMirPresent… in InterceptWsiEnabledCommand()
5505 …if ((instance_extension_map[pTable].wayland_enabled == true) && !strcmp("vkCreateWaylandSurfaceKHR… in InterceptWsiEnabledCommand()
5507 if ((instance_extension_map[pTable].wayland_enabled == true) && in InterceptWsiEnabledCommand()
5512 …if ((instance_extension_map[pTable].android_enabled == true) && !strcmp("vkCreateAndroidSurfaceKHR… in InterceptWsiEnabledCommand()