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