Lines Matching full:ptable
4660 VkLayerInstanceDispatchTable *pTable = my_data->instance_dispatch_table;
4661 pTable->DestroyInstance(instance, pAllocator);
10599 VkLayerInstanceDispatchTable *pTable = my_data->instance_dispatch_table;
10600 VkResult res = pTable->CreateDebugReportCallbackEXT(instance, pCreateInfo, pAllocator, pMsgCallback);
10613 VkLayerInstanceDispatchTable *pTable = my_data->instance_dispatch_table;
10614 pTable->DestroyDebugReportCallbackEXT(instance, msgCallback, pAllocator);
10885 VkLayerDispatchTable *pTable = dev_data->device_dispatch_table;
10887 if (pTable->GetDeviceProcAddr == NULL)
10889 return pTable->GetDeviceProcAddr(dev, funcName);
10928 VkLayerInstanceDispatchTable *pTable = my_data->instance_dispatch_table;
10929 if (pTable->GetInstanceProcAddr == NULL)
10931 return pTable->GetInstanceProcAddr(instance, funcName);