Lines Matching defs:device
48 raw_data_object_create(struct vk_device *device,
65 raw_data_object_deserialize(struct vk_device *device,
80 raw_data_object_create(device, key_data, key_size, data, data_size);
91 vk_free(&data_obj->base.device->alloc, data_obj);
101 raw_data_object_create(struct vk_device *device,
110 if (!vk_multialloc_alloc(&ma, &device->alloc,
114 vk_pipeline_cache_object_init(device, &data_obj->base,
287 ops->deserialize(cache->base.device, key_data, key_size, &reader);
296 assert(object->device == cache->base.device);
339 struct disk_cache *disk_cache = cache->base.device->physical->disk_cache;
424 struct disk_cache *disk_cache = cache->base.device->physical->disk_cache;
490 raw_data_object_create(cache->base.device,
558 find_ops_for_type(cache->base.device->physical, type);
573 vk_pipeline_cache_create(struct vk_device *device,
587 cache = vk_object_zalloc(device, pAllocator, sizeof(*cache),
595 device->physical->dispatch_table.GetPhysicalDeviceProperties(
596 vk_physical_device_to_handle(device->physical), &pdevice_props);
635 vk_object_free(cache->base.device, pAllocator, cache);
644 VK_FROM_HANDLE(vk_device, device, _device);
650 cache = vk_pipeline_cache_create(device, &info, pAllocator);
660 vk_common_DestroyPipelineCache(VkDevice device,
669 assert(cache->base.device == vk_device_from_handle(device));
679 VK_FROM_HANDLE(vk_device, device, _device);
711 int32_t type = find_type_for_ops(device->physical, object->ops);
752 vk_common_MergePipelineCaches(VkDevice device,