Searched refs:map_next (Results 1 – 9 of 9) sorted by relevance
68 ((uintptr_t)((_batch).map_next - (_batch).batch.map))119 uint32_t *__map = brw->batch.map_next; \120 brw->batch.map_next += (n)124 uint32_t *__map = brw->batch.map_next; \125 brw->batch.map_next += (n)147 assert(__map == brw->batch.map_next); \
90 batch->map_next = batch->batch.map; in intel_batchbuffer_init()194 batch->map_next = batch->batch.map; in intel_batchbuffer_reset()228 brw->batch.saved.map_next = brw->batch.map_next; in intel_batchbuffer_save_state()245 brw->batch.map_next = brw->batch.saved.map_next; in intel_batchbuffer_reset_to_saved()459 batch->map_next = (void *) batch->batch.map + batch_used; in intel_batchbuffer_require_space()781 *brw->batch.map_next++ = MI_BATCH_BUFFER_END; in brw_finish_batch()783 *brw->batch.map_next++ = MI_NOOP; in brw_finish_batch()1188 memcpy(brw->batch.map_next, data, bytes); in intel_batchbuffer_data()1189 brw->batch.map_next += bytes >> 2; in intel_batchbuffer_data()
48 uint32_t *map = brw->batch.map_next; in blorp_emit_dwords()49 brw->batch.map_next += n; in blorp_emit_dwords()
263 *brw->batch.map_next++ = MI_NOOP; in brw_upload_urb_fence()
493 uint32_t *map_next; member517 uint32_t *map_next; member
63 uint32_t *map = brw->batch.map_next; in emit_dwords()64 brw->batch.map_next += n; in emit_dwords()
36 uint32_t * map_next = ALLOCA_MACRO(rows * sizeof(*map_next)); in hsg_transpose() local58 map_next[jj] = stay; in hsg_transpose()59 map_next[ii] = stay + (rows << (cc-1)); in hsg_transpose()71 map_curr = map_next; in hsg_transpose()72 map_next = tmp; in hsg_transpose()
1291 map_next(mapobject *lz) in map_next() function1393 (iternextfunc)map_next, /* tp_iternext */