Home
last modified time | relevance | path

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

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

Completed in 3 milliseconds