Searched refs:acc_size (Results 1 - 4 of 4) sorted by path

/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_object.c124 size_t acc_size; local
138 acc_size = ttm_bo_dma_acc_size(&rdev->mman.bdev, size,
160 acc_size, sg, &radeon_ttm_bo_destroy);
/freebsd-11-stable/sys/dev/drm2/ttm/
H A Dttm_bo.c114 size_t acc_size = bo->acc_size; local
132 ttm_mem_global_free(bdev->glob->mem_glob, acc_size);
1225 size_t acc_size,
1233 ret = ttm_mem_global_alloc(mem_glob, acc_size, false, false);
1250 ttm_mem_global_free(mem_glob, acc_size);
1278 bo->acc_size = acc_size;
1348 size_t acc_size; local
1352 acc_size
1217 ttm_bo_init(struct ttm_bo_device *bdev, struct ttm_buffer_object *bo, unsigned long size, enum ttm_bo_type type, struct ttm_placement *placement, uint32_t page_alignment, bool interruptible, struct vm_object *persistent_swap_storage, size_t acc_size, struct sg_table *sg, void (*destroy) (struct ttm_buffer_object *)) argument
[all...]
H A Dttm_bo_api.h142 * @acc_size: Accounted size for this object.
198 size_t acc_size; member in struct:ttm_buffer_object
474 * @acc_size: Accounted size for this object.
500 size_t acc_size,
H A Dttm_bo_util.c433 fbo->acc_size = 0;

Completed in 129 milliseconds