Home | History | Annotate | Download | only in layers

Lines Matching defs:pTable

86     VkLayerInstanceDispatchTable *pTable = my_data->instance_dispatch_table;
101 pTable->DestroyInstance(instance, pAllocator);
261 VkLayerDispatchTable *pTable = dev_data->device_dispatch_table;
263 if (pTable->GetDeviceProcAddr == NULL)
265 return pTable->GetDeviceProcAddr(device, funcName);
287 VkLayerInstanceDispatchTable *pTable = my_data->instance_dispatch_table;
288 if (pTable->GetInstanceProcAddr == NULL) {
291 return pTable->GetInstanceProcAddr(instance, funcName);
337 VkLayerDispatchTable *pTable = my_data->device_dispatch_table;
345 result = pTable->AllocateCommandBuffers(device, pAllocateInfo, pCommandBuffers);
368 VkLayerDispatchTable *pTable = my_data->device_dispatch_table;
386 pTable->FreeCommandBuffers(device, commandPool, commandBufferCount, pCommandBuffers);