Searched defs:bgn (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | nine_helpers.c | 53 nine_range_pool_get(struct nine_range_pool *pool, int16_t bgn, int16_t end) in nine_range_pool_get() 79 nine_ranges_insert(struct nine_range **head, int16_t bgn, int16_t end, in nine_ranges_insert()
|
D | nine_helpers.h | 167 int16_t bgn; /* inclusive */ member
|
/third_party/libdrm/nouveau/ |
D | pushbuf.c | 63 uint32_t *bgn; member 269 uint32_t *bgn, *end; in pushbuf_dump() local
|
/third_party/mesa3d/src/gallium/drivers/nouveau/ |
D | nouveau_buffer.c | 1058 unsigned bgn = MAX2(base, nv->scratch.offset); in nouveau_scratch_data() local 1079 unsigned bgn = nv->scratch.offset; in nouveau_scratch_get() local
|
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_util.h | 454 int bgn; variable
|
D | nv50_ir_ra.cpp | 1659 std::list<SpillSlot>::iterator bgn = it; in assignSlot() local
|
/third_party/toybox/toys/pending/ |
D | bc.c | 4486 static size_t bc_program_index(char *code, size_t *bgn) { in bc_program_index() 4499 static char *bc_program_name(char *code, size_t *bgn) { in bc_program_name() 5057 static BcStatus bc_program_pushVar(BcProgram *p, char *code, size_t *bgn) { in bc_program_pushVar() 5072 size_t *bgn, uchar inst) in bc_program_pushArray()
|