Lines Matching refs:pFence
1498 VkFence* pFence) in DispatchCreateFence() argument
1501 …les) return layer_data->device_dispatch_table.CreateFence(device, pCreateInfo, pAllocator, pFence); in DispatchCreateFence()
1502 …lt result = layer_data->device_dispatch_table.CreateFence(device, pCreateInfo, pAllocator, pFence); in DispatchCreateFence()
1504 *pFence = layer_data->WrapNew(*pFence); in DispatchCreateFence()
5583 VkFence* pFence) in DispatchRegisterDeviceEventEXT() argument
5586 …r_data->device_dispatch_table.RegisterDeviceEventEXT(device, pDeviceEventInfo, pAllocator, pFence); in DispatchRegisterDeviceEventEXT()
5587 …r_data->device_dispatch_table.RegisterDeviceEventEXT(device, pDeviceEventInfo, pAllocator, pFence); in DispatchRegisterDeviceEventEXT()
5589 *pFence = layer_data->WrapNew(*pFence); in DispatchRegisterDeviceEventEXT()
5599 VkFence* pFence) in DispatchRegisterDisplayEventEXT() argument
5602 …ice_dispatch_table.RegisterDisplayEventEXT(device, display, pDisplayEventInfo, pAllocator, pFence); in DispatchRegisterDisplayEventEXT()
5606 …ice_dispatch_table.RegisterDisplayEventEXT(device, display, pDisplayEventInfo, pAllocator, pFence); in DispatchRegisterDisplayEventEXT()
5608 *pFence = layer_data->WrapNew(*pFence); in DispatchRegisterDisplayEventEXT()