Searched refs:import_data (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/system/dev/bus/virtio/
H A Dgpu.cpp76 auto import_data = fbl::make_unique_checked<imported_image_t>(&ac); local
86 &paddr, 1, import_data->pmt.reset_and_get_address());
91 status = gd->allocate_2d_resource(&import_data->resource_id, image->width, image->height);
97 status = gd->attach_backing(import_data->resource_id, paddr, size);
103 image->handle = import_data.release();

Completed in 71 milliseconds