Home | History | Annotate | Download | only in layers

Lines Matching defs:pDisp

80     VkLayerInstanceDispatchTable *pDisp  =  &inst->layer_disp;
81 pDisp->DestroyInstance(vk_inst, pAllocator);
199 VkLayerDispatchTable *pDisp = device_dispatch_table(device);
200 pDisp->DestroyDevice(device, pAllocator);
1481 VkLayerDispatchTable *pDisp = device_dispatch_table(device);
1482 if (pDisp->GetDeviceProcAddr == NULL)
1487 return pDisp->GetDeviceProcAddr(device, funcName);