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

/xsrc/external/mit/libdrm/dist/radeon/
H A Dradeon_bo.c38 struct radeon_bo_int *boi = (struct radeon_bo_int *)bo; local in function:radeon_bo_debug
41 op, bo, bo->handle, boi->size, boi->cref);
55 struct radeon_bo_int *boi = (struct radeon_bo_int *)bo; local in function:radeon_bo_ref
56 boi->cref++;
57 boi->bom->funcs->bo_ref(boi);
62 struct radeon_bo_int *boi = (struct radeon_bo_int *)bo; local in function:radeon_bo_unref
66 boi->cref--;
67 return boi
72 struct radeon_bo_int *boi = (struct radeon_bo_int *)bo; local in function:radeon_bo_map
78 struct radeon_bo_int *boi = (struct radeon_bo_int *)bo; local in function:radeon_bo_unmap
84 struct radeon_bo_int *boi = (struct radeon_bo_int *)bo; local in function:radeon_bo_wait
92 struct radeon_bo_int *boi = (struct radeon_bo_int *)bo; local in function:radeon_bo_is_busy
100 struct radeon_bo_int *boi = (struct radeon_bo_int *)bo; local in function:radeon_bo_set_tiling
108 struct radeon_bo_int *boi = (struct radeon_bo_int *)bo; local in function:radeon_bo_get_tiling
114 struct radeon_bo_int *boi = (struct radeon_bo_int *)bo; local in function:radeon_bo_is_static
123 struct radeon_bo_int *boi = (struct radeon_bo_int *)bo; local in function:radeon_bo_is_referenced_by_cs
134 struct radeon_bo_int *boi = (struct radeon_bo_int *)bo; local in function:radeon_bo_get_src_domain
[all...]
H A Dradeon_bo_gem.c58 static int bo_wait(struct radeon_bo_int *boi);
121 static void bo_ref(struct radeon_bo_int *boi) argument
125 static struct radeon_bo *bo_unref(struct radeon_bo_int *boi) argument
127 struct radeon_bo_gem *bo_gem = (struct radeon_bo_gem*)boi;
129 if (boi->cref) {
130 return (struct radeon_bo *)boi;
133 drm_munmap(bo_gem->priv_ptr, boi->size);
137 drmCloseBufferHandle(boi->bom->fd, boi->handle);
143 static int bo_map(struct radeon_bo_int *boi, in argument
185 bo_unmap(struct radeon_bo_int * boi) argument
197 bo_wait(struct radeon_bo_int * boi) argument
212 bo_is_busy(struct radeon_bo_int * boi,uint32_t * domain) argument
227 bo_set_tiling(struct radeon_bo_int * boi,uint32_t tiling_flags,uint32_t pitch) argument
244 bo_get_tiling(struct radeon_bo_int * boi,uint32_t * tiling_flags,uint32_t * pitch) argument
321 struct radeon_bo_int *boi = (struct radeon_bo_int *)bo; local in function:radeon_gem_get_kernel_name
342 struct radeon_bo_int *boi = (struct radeon_bo_int *)bo; local in function:radeon_gem_set_domain
[all...]
H A Dradeon_cs_space.c170 struct radeon_bo_int *boi = (struct radeon_bo_int *)bo; local in function:radeon_cs_space_add_persistent_bo
173 if (csi->bos[i].bo == boi &&
180 csi->bos[i].bo = boi;
214 struct radeon_bo_int *boi = (struct radeon_bo_int *)bo; local in function:radeon_cs_space_check_with_bo
220 temp_bo.bo = boi;
H A Dradeon_cs_gem.c178 struct radeon_bo_int *boi = (struct radeon_bo_int *)bo; local in function:cs_gem_write_reloc
184 assert(boi->space_accounted);
259 csg->relocs_bo[csg->base.crelocs] = boi;
270 cs->relocs_total_size += boi->size;

Completed in 4 milliseconds