Lines Matching defs:device
137 result = chain->wsi->CreateSemaphore(chain->device, &semaphore_info,
176 result = chain->wsi->GetSemaphoreFdKHR(chain->device, &get_fd_info,
187 get_sync_file_sync_type(struct vk_device *device,
191 device->physical->supported_sync_types; *t; t++) {
208 VK_FROM_HANDLE(vk_device, device, chain->device);
212 get_sync_file_sync_type(device, req_features);
222 result = vk_sync_create(device, sync_type, VK_SYNC_IS_SHAREABLE, 0, &sync);
226 result = vk_sync_import_sync_file(device, sync, sync_file_fd);
236 vk_sync_destroy(device, sync);
470 wsi->GetImageMemoryRequirements(chain->device, image->image, &reqs);
495 result = wsi->AllocateMemory(chain->device, &memory_info,
507 result = wsi->GetMemoryFdKHR(chain->device, &memory_get_fd_info,
516 result = wsi->GetImageDrmFormatModifierPropertiesEXT(chain->device,
536 wsi->GetImageSubresourceLayout(chain->device, image->image,
549 wsi->GetImageSubresourceLayout(chain->device, image->image,
583 result = wsi->GetMemoryFdKHR(chain->device, &linear_memory_get_fd_info,