Lines Matching defs:device
20 /* device commands */
26 vn_DestroyFence(vn_device_to_handle(queue->device), queue->wait_fence,
51 queue->device = dev;
467 vn_DestroyDevice(VkDevice device, const VkAllocationCallbacks *pAllocator)
470 struct vn_device *dev = vn_device_from_handle(device);
495 vn_async_vkDestroyDevice(dev->instance, device, NULL);
504 vn_GetDeviceProcAddr(VkDevice device, const char *pName)
506 struct vn_device *dev = vn_device_from_handle(device);
512 VkDevice device,
518 struct vn_device *dev = vn_device_from_handle(device);
522 dev->instance, device, heapIndex, localDeviceIndex, remoteDeviceIndex,
527 vn_DeviceWaitIdle(VkDevice device)
530 struct vn_device *dev = vn_device_from_handle(device);
544 VkDevice device,
550 struct vn_device *dev = vn_device_from_handle(device);
553 dev->instance, device, timestampCount, pTimestampInfos, pTimestamps,