Lines Matching defs:handle
139 c.handle = bo->handle;
142 fprintf(stderr, "close object %d: %s\n", bo->handle, strerror(errno));
184 uint32_t handle,
191 bo->handle = handle;
192 bo->handle_bit = 1ull << (handle % 64);
251 bo = v3dv_device_lookup_bo(device->pdevice, create.handle);
252 assert(bo && bo->handle == 0);
254 v3dv_bo_init(bo, create.handle, size, create.offset, name, private);
278 map.handle = bo->handle;
290 bo->handle, (long long)map.offset, (uint32_t)bo->size);
306 .handle = bo->handle,