Searched defs:bo (Results 1 - 25 of 213) sorted by last modified time

123456789

/external/vixl/test/
H A Dtest-assembler-a64.cc1825 Label bo, bo_end; local
1826 __ Tbz(x16, 63, &bo);
1828 __ Bind(&bo);
/external/valgrind/main/coregrind/m_debuginfo/
H A Dtytypes.c713 TyEnt* bo local
715 vg_assert(bo);
716 vg_assert(bo->tag == Te_Bound);
717 if (!(bo->Te.Bound.knownL && bo->Te.Bound.knownU))
721 mk_MaybeULong_Just( (ULong)(bo->Te.Bound.boundU
722 - bo->Te.Bound.boundL + 1) ));
/external/skia/src/images/
H A DSkJpegUtility.cpp28 size_t bo = (size_t) byte_offset; local
30 if (bo > src->current_offset) {
31 (void)src->fStream->skip(bo - src->current_offset);
38 (void)src->fStream->skip(bo);
41 src->current_offset = bo;
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...
/external/pixman/test/
H A Dutils.c1494 int *ao, int *ro, int *go, int *bo)
1511 *bo = convert (color->b + limit, checker->bw, checker->bm, checker->bs, 0.0);
1492 get_limits(const pixel_checker_t *checker, double limit, color_t *color, int *ao, int *ro, int *go, int *bo) argument
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_xformfb.c125 struct st_buffer_object *bo = st_buffer_object(sobj->base.Buffers[i]); local
127 if (bo) {
131 sobj->targets[i]->buffer != bo->buffer ||
136 pipe->create_stream_output_target(pipe, bo->buffer,
/external/mesa3d/src/mesa/tnl/
H A Dt_draw.c268 struct gl_buffer_object **bo,
282 bo[*nr_bo] = inputs[i]->BufferObj;
337 struct gl_buffer_object **bo,
352 bo[*nr_bo] = ib->obj;
400 struct gl_buffer_object **bo,
405 ctx->Driver.UnmapBuffer(ctx, bo[i]);
494 struct gl_buffer_object *bo[VERT_ATTRIB_MAX + 1]; local
520 bo, &nr_bo);
521 bind_indices(ctx, ib, bo, &nr_bo);
526 unmap_vbos(ctx, bo, nr_b
265 bind_inputs( struct gl_context *ctx, const struct gl_client_array *inputs[], GLint count, struct gl_buffer_object **bo, GLuint *nr_bo ) argument
335 bind_indices( struct gl_context *ctx, const struct _mesa_index_buffer *ib, struct gl_buffer_object **bo, GLuint *nr_bo) argument
399 unmap_vbos( struct gl_context *ctx, struct gl_buffer_object **bo, GLuint nr_bo ) argument
[all...]
/external/mesa3d/src/egl/drivers/dri2/
H A Degl_dri2.h187 struct gbm_bo *bo; member in struct:dri2_egl_surface::__anon27096
H A Dplatform_drm.c45 struct gbm_bo *bo; local
52 bo = dri2_surf->current->bo;
56 return bo;
60 release_buffer(struct gbm_surface *_surf, struct gbm_bo *bo) argument
67 if (dri2_surf->color_buffers[i].bo == bo) {
163 if (dri2_surf->color_buffers[i].bo)
164 gbm_bo_destroy(dri2_surf->color_buffers[i].bo);
183 struct gbm_dri_bo *bo; local
[all...]
/external/mesa3d/src/gallium/auxiliary/pipebuffer/
H A Dpb_bufmgr_slab.c92 struct pb_buffer *bo; member in struct:pb_slab
219 pb_reference(&slab->bo, NULL);
259 return pb_validate(buf->slab->bo, vl, flags);
268 pb_fence(buf->slab->bo, fence);
278 pb_get_base_buffer(buf->slab->bo, base_buf, offset);
312 slab->bo = mgr->provider->create_buffer(mgr->provider, mgr->slabSize, &mgr->desc);
313 if(!slab->bo) {
320 slab->virtual = pb_map(slab->bo,
327 pb_unmap(slab->bo);
329 numBuffers = slab->bo
[all...]
/external/mesa3d/src/gallium/auxiliary/rtasm/
H A Drtasm_ppc.c408 unsigned bo:5; member in struct:xl_inst::__anon27145
418 emit_xl(struct ppc_function *p, uint op, uint bo, uint bi, uint bh, argument
423 inst.inst.bo = bo;
440 debug_printf(" bo: %d 0x%x\n", i.inst.bo, i.inst.bo);
/external/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_buffer.c34 &buf->bo, &buf->offset);
35 if (!buf->bo)
40 &buf->bo, &buf->offset);
41 if (!buf->bo)
52 if (buf->bo)
53 buf->address = buf->bo->offset + buf->offset;
69 nouveau_bo_ref(NULL, &buf->bo);
119 buf->bo, buf->offset + start, NOUVEAU_BO_VRAM, size);
143 nv->push_cb(nv, buf->bo, buf->domain, buf->offset, buf->base.width0,
146 nv->push_data(nv, buf->bo, bu
255 struct nouveau_bo *bo = buf->bo; local
434 nouveau_buffer_data_fetch(struct nouveau_context *nv, struct nv04_resource *buf, struct nouveau_bo *bo, unsigned offset, unsigned size) argument
455 struct nouveau_bo *bo; local
595 struct nouveau_bo *bo; local
634 nouveau_scratch_data(struct nouveau_context *nv, const void *data, unsigned base, unsigned size, struct nouveau_bo **bo) argument
[all...]
H A Dnouveau_buffer.h25 * and this bo should be added to the memory manager's validation list.
34 struct nouveau_bo *bo; member in struct:nv04_resource
92 /* Copy data to a scratch buffer and return address & bo the data resides in.
H A Dnouveau_context.h37 struct nouveau_bo *bo[NOUVEAU_MAX_SCRATCH_BUFS]; member in struct:nouveau_context::__anon27228
82 if (ctx->scratch.bo[i])
83 nouveau_bo_ref(NULL, &ctx->scratch.bo[i]);
H A Dnouveau_mm.c37 struct nouveau_bo *bo; member in struct:mm_slab
99 /* size of bo allocation for slab with chunks of (1 << chunk_order) bytes */
129 slab->bo = NULL;
132 &slab->bo);
155 /* @return token to identify slab or NULL if we just allocated a new bo */
158 uint32_t size, struct nouveau_bo **bo, uint32_t *offset)
168 bo);
195 nouveau_bo_ref(slab->bo, bo);
266 nouveau_bo_ref(NULL, &slab->bo);
157 nouveau_mm_allocate(struct nouveau_mman *cache, uint32_t size, struct nouveau_bo **bo, uint32_t *offset) argument
[all...]
H A Dnouveau_screen.c86 struct nouveau_bo *bo = 0; local
89 ret = nouveau_bo_name_ref(dev, whandle->handle, &bo);
97 return bo;
103 struct nouveau_bo *bo,
110 return nouveau_bo_name_get(bo, &whandle->handle) == 0;
112 whandle->handle = bo->handle;
102 nouveau_screen_bo_get_handle(struct pipe_screen *pscreen, struct nouveau_bo *bo, unsigned stride, struct winsys_handle *whandle) argument
H A Dnouveau_video.h85 struct nouveau_bo *bo, uint32_t offset,
89 bo, offset,
90 NOUVEAU_BO_LOW | (bo->flags & NOUVEAU_BO_APER) | rw,
93 PUSH_DATA(push, bo->offset + offset);
84 PUSH_MTHDl(struct nouveau_pushbuf *push, int subc, int mthd, struct nouveau_bo *bo, uint32_t offset, struct nouveau_bufctx *ctx, int bin, uint32_t rw) argument
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv30_state_validate.c126 rbo = nv30_miptree(rsf->base.texture)->base.bo;
127 zbo = nv30_miptree(zsf->base.texture)->base.bo;
146 struct nouveau_bo *bo = nv30_miptree(sf->base.texture)->base.bo; local
149 PUSH_MTHDl(push, NV30_3D(COLOR1_OFFSET), BUFCTX_FB, bo, sf->offset,
156 struct nouveau_bo *bo = nv30_miptree(sf->base.texture)->base.bo; local
159 PUSH_MTHDl(push, NV40_3D(COLOR2_OFFSET), BUFCTX_FB, bo, sf->offset,
167 struct nouveau_bo *bo = nv30_miptree(sf->base.texture)->base.bo; local
[all...]
H A Dnv30_transfer.c150 { fp->bo, fp->domain | NOUVEAU_BO_RD },
151 { src->bo, src->domain | NOUVEAU_BO_RD },
152 { dst->bo, NOUVEAU_BO_VRAM | NOUVEAU_BO_WR },
205 PUSH_RELOC(push, dst->bo, dst->offset, NOUVEAU_BO_LOW, 0, 0);
284 PUSH_RELOC(push, fp->bo, fp->offset, fp->domain |
307 PUSH_RELOC(push, src->bo, src->offset, NOUVEAU_BO_LOW, 0, 0);
308 PUSH_RELOC(push, src->bo, texfmt, NOUVEAU_BO_OR,
402 { src->bo, src->domain | NOUVEAU_BO_RD },
403 { dst->bo, dst->domain | NOUVEAU_BO_WR },
439 PUSH_RELOC(push, dst->bo,
678 nv30_transfer_push_data(struct nouveau_context *nv, struct nouveau_bo *bo, unsigned offset, unsigned domain, unsigned size, void *data) argument
[all...]
H A Dnv30_transfer.h5 struct nouveau_bo *bo; member in struct:nv30_rect
H A Dnv30_winsys.h23 PUSH_RELOC(struct nouveau_pushbuf *push, struct nouveau_bo *bo, uint32_t offset, argument
26 nouveau_pushbuf_reloc(push, bo, offset, flags, vor, tor);
44 struct nouveau_bo *bo, uint32_t access)
46 nouveau_bufctx_refn(bufctx(push), bin, bo, access); local
51 struct nouveau_bo *bo, uint32_t offset, uint32_t access)
54 bo, offset, access | NOUVEAU_BO_LOW, 0, 0)->priv = NULL; local
55 PUSH_DATA(push, bo->offset + offset);
60 struct nouveau_bo *bo, uint32_t access, uint32_t vor, uint32_t tor)
63 bo, 0, access | NOUVEAU_BO_OR, vor, tor)->priv = NULL; local
64 if (bo
43 PUSH_REFN(struct nouveau_pushbuf *push, int bin, struct nouveau_bo *bo, uint32_t access) argument
50 PUSH_MTHDl(struct nouveau_pushbuf *push, int subc, int mthd, int bin, struct nouveau_bo *bo, uint32_t offset, uint32_t access) argument
59 PUSH_MTHDo(struct nouveau_pushbuf *push, int subc, int mthd, int bin, struct nouveau_bo *bo, uint32_t access, uint32_t vor, uint32_t tor) argument
71 PUSH_MTHDs(struct nouveau_pushbuf *push, int subc, int mthd, int bin, struct nouveau_bo *bo, uint32_t data, uint32_t access, uint32_t vor, uint32_t tor) argument
76 bo, data, access | NOUVEAU_BO_OR, vor, tor)->priv = NULL; local
84 PUSH_MTHD(struct nouveau_pushbuf *push, int subc, int mthd, int bin, struct nouveau_bo *bo, uint32_t data, uint32_t access, uint32_t vor, uint32_t tor) argument
[all...]
/external/mesa3d/src/gallium/drivers/nv50/
H A Dnv50_query.c42 struct nouveau_bo *bo; member in struct:nv50_query
65 if (q->bo) {
66 nouveau_bo_ref(NULL, &q->bo);
76 q->mm = nouveau_mm_allocate(screen->base.mm_GART, size, &q->bo, &q->base);
77 if (!q->bo)
81 ret = nouveau_bo_map(q->bo, 0, screen->base.client);
86 q->data = (uint32_t *)((uint8_t *)q->bo->map + q->base);
133 PUSH_REFN (push, q->bo, NOUVEAU_BO_GART | NOUVEAU_BO_WR);
135 PUSH_DATAh(push, q->bo->offset + offset);
136 PUSH_DATA (push, q->bo
[all...]
H A Dnv50_screen.h62 struct nouveau_bo *bo; member in struct:nv50_screen::__anon27259
98 if (likely(res->bo)) {
H A Dnv50_state_validate.c24 struct nouveau_bo *bo = mt->base.bo; local
27 PUSH_DATAh(push, bo->offset + sf->offset);
28 PUSH_DATA (push, bo->offset + sf->offset);
30 if (likely(nouveau_bo_memtype(bo))) {
65 struct nouveau_bo *bo = mt->base.bo; local
69 PUSH_DATAh(push, bo->offset + sf->offset);
70 PUSH_DATA (push, bo->offset + sf->offset);
H A Dnv50_surface.c77 struct nouveau_bo *bo = mt->base.bo; local
102 if (!nouveau_bo_memtype(bo)) {
110 PUSH_DATAh(push, bo->offset + offset);
111 PUSH_DATA (push, bo->offset + offset);
122 PUSH_DATAh(push, bo->offset + offset);
123 PUSH_DATA (push, bo->offset + offset);
279 struct nouveau_bo *bo = mt->base.bo; local
293 PUSH_DATAh(push, bo
337 struct nouveau_bo *bo = mt->base.bo; local
[all...]

Completed in 763 milliseconds

123456789