Home | History | Annotate | Download | only in layers

Lines Matching full:ptable

90     VkLayerInstanceDispatchTable *pTable = my_data->instance_dispatch_table;
92 pTable->DestroyInstance(instance, pAllocator);
240 VkLayerDispatchTable *pTable = dev_data->device_dispatch_table;
242 if (pTable->GetDeviceProcAddr == NULL)
244 return pTable->GetDeviceProcAddr(device, funcName);
266 VkLayerInstanceDispatchTable *pTable = my_data->instance_dispatch_table;
267 if (pTable->GetInstanceProcAddr == NULL) {
270 return pTable->GetInstanceProcAddr(instance, funcName);
302 VkLayerDispatchTable *pTable = my_data->device_dispatch_table;
307 result = pTable->AllocateCommandBuffers(device, pAllocateInfo, pCommandBuffers);
327 VkLayerDispatchTable *pTable = my_data->device_dispatch_table;
335 pTable->FreeCommandBuffers(device, commandPool, commandBufferCount, pCommandBuffers);