Home | History | Annotate | Download | only in device_limits

Lines Matching defs:pTable

139     VkLayerInstanceDispatchTable *pTable = my_data->instance_dispatch_table;
140 pTable->DestroyInstance(instance, pAllocator);
701 VkLayerDispatchTable *pTable = my_data->device_dispatch_table;
703 if (pTable->GetDeviceProcAddr == NULL)
705 return pTable->GetDeviceProcAddr(dev, funcName);
727 VkLayerInstanceDispatchTable *pTable = my_data->instance_dispatch_table;
728 if (pTable->GetInstanceProcAddr == NULL)
730 return pTable->GetInstanceProcAddr(instance, funcName);