Lines Matching full:ptable
146 VkLayerInstanceDispatchTable *pTable = my_data->instance_dispatch_table;
147 pTable->DestroyInstance(instance, pAllocator);
229 VkLayerInstanceDispatchTable *pTable = my_data->instance_dispatch_table;
230 return pTable->EnumerateDeviceExtensionProperties(physicalDevice, NULL, pCount, pProperties);
1139 VkLayerDispatchTable *pTable = my_data->device_dispatch_table;
1141 if (pTable->GetDeviceProcAddr == NULL)
1143 return pTable->GetDeviceProcAddr(device, funcName);
1177 VkLayerInstanceDispatchTable *pTable = my_data->instance_dispatch_table;
1178 if (pTable->GetInstanceProcAddr == NULL)
1180 return pTable->GetInstanceProcAddr(instance, funcName);