Home | History | Annotate | Download | only in layers

Lines Matching full:ptable

169     VkLayerInstanceDispatchTable *pTable = my_data->instance_dispatch_table;
170 pTable->DestroyInstance(instance, pAllocator);
726 VkLayerDispatchTable *pTable = my_data->device_dispatch_table;
728 if (pTable->GetDeviceProcAddr == NULL)
730 return pTable->GetDeviceProcAddr(dev, funcName);
783 VkLayerInstanceDispatchTable *pTable = my_data->instance_dispatch_table;
784 if (pTable->GetInstanceProcAddr == NULL)
786 return pTable->GetInstanceProcAddr(instance, funcName);