Searched refs:clif_bo (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/broadcom/clif/ |
D | clif_dump.c | 75 struct clif_bo * 79 struct clif_bo *bo = &clif->bo[i]; in clif_lookup_bo() 93 struct clif_bo *bo = clif_lookup_bo(clif, addr); in clif_lookup_vaddr() 120 struct clif_bo *bo = clif_lookup_bo(clif, start); in clif_dump_cl() 220 clif_dump_if_blank(struct clif_dump *clif, struct clif_bo *bo, in clif_dump_if_blank() 238 clif_dump_binary(struct clif_dump *clif, struct clif_bo *bo, in clif_dump_binary() 294 struct clif_bo *bo = NULL; in clif_dump_buffers() 299 struct clif_bo *new_bo = clif_lookup_bo(clif, reloc->addr); in clif_dump_buffers() 376 return ((struct clif_bo *)a)->offset - ((struct clif_bo *)b)->offset; in clif_bo_offset_compare() 432 clif->bo = reralloc(clif, clif->bo, struct clif_bo, in clif_dump_add_bo()
|
D | clif_private.h | 31 struct clif_bo { struct 48 struct clif_bo *bo; argument 84 struct clif_bo * 112 struct clif_bo *bo = clif_lookup_bo(clif, addr); in out_address()
|
/external/mesa3d/src/broadcom/cle/ |
D | v3d_decoder.c | 903 struct clif_bo *bo = clif_lookup_bo(clif, addr); in v3d_field_iterator_next()
|