Home | History | Annotate | Download | only in layers

Lines Matching defs:pTable

86     VkLayerInstanceDispatchTable *pTable = my_data->instance_dispatch_table;
98 pTable->DestroyInstance(instance, pAllocator);
228 VkLayerDispatchTable *pTable = dev_data->device_dispatch_table;
230 if (pTable->GetDeviceProcAddr == NULL)
232 return pTable->GetDeviceProcAddr(device, funcName);
254 VkLayerInstanceDispatchTable *pTable = my_data->instance_dispatch_table;
255 if (pTable->GetInstanceProcAddr == NULL) {
258 return pTable->GetInstanceProcAddr(instance, funcName);
290 VkLayerDispatchTable *pTable = my_data->device_dispatch_table;
295 result = pTable->AllocateCommandBuffers(device, pAllocateInfo, pCommandBuffers);
314 VkLayerDispatchTable *pTable = my_data->device_dispatch_table;
322 pTable->FreeCommandBuffers(device, commandPool, commandBufferCount, pCommandBuffers);