Searched refs:map_next (Results 1 – 16 of 16) sorted by relevance
78 ((uintptr_t)((_batch).map_next - (_batch).batch.map))129 uint32_t *__map = brw->batch.map_next; \130 brw->batch.map_next += (n)135 uint32_t *__map = brw->batch.map_next; \136 brw->batch.map_next += (n)158 assert(__map == brw->batch.map_next); \
262 batch->map_next = batch->batch.map; in intel_batchbuffer_reset()299 brw->batch.saved.map_next = brw->batch.map_next; in intel_batchbuffer_save_state()309 return (batch->saved.map_next == batch->batch.map); in intel_batchbuffer_saved_state_is_empty()323 brw->batch.map_next = brw->batch.saved.map_next; in intel_batchbuffer_reset_to_saved()545 batch->map_next = (void *) batch->batch.map + batch_used; in intel_batchbuffer_require_space()654 *brw->batch.map_next++ = MI_BATCH_BUFFER_END; in brw_finish_batch()656 *brw->batch.map_next++ = MI_NOOP; in brw_finish_batch()1087 memcpy(brw->batch.map_next, data, bytes); in intel_batchbuffer_data()1088 brw->batch.map_next += bytes >> 2; in intel_batchbuffer_data()
37 uint32_t *map = brw->batch.map_next; in emit_dwords()38 brw->batch.map_next += n; in emit_dwords()
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()
354 uint32_t *ds_map = brw->batch.map_next; in brw_emit_depthbuffer()452 brw->batch.map_next += ds_dwords; in brw_emit_depthbuffer()
499 uint32_t *map_next; member522 uint32_t *map_next; member
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()
71 void *map_next; member197 return batch->map_next - batch->map; in iris_batch_bytes_used()227 void *map = batch->map_next; in iris_get_command_space()228 batch->map_next += bytes; in iris_get_command_space()
361 batch->map_next = batch->map; in create_batch()376 uint32_t *map = batch->map_next; in iris_batch_maybe_noop()380 batch->map_next += 4; in iris_batch_maybe_noop()440 batch->map_next = NULL; in iris_batch_free()479 uint32_t *cmd = batch->map_next; in iris_chain_to_new_batch()480 uint64_t *addr = batch->map_next + 4; in iris_chain_to_new_batch()481 batch->map_next += 12; in iris_chain_to_new_batch()541 uint32_t *map = batch->map_next; in iris_finish_batch()545 batch->map_next += 4; in iris_finish_batch()
207 for (map_begin_internal(intern, &it); !map_done(&it); map_next(&it)) {500 void map_next(MapIter *iter) { in map_next() function586 map_next(intern); in PHP_METHOD()
1195 for (map_begin(map, &it TSRMLS_CC); !map_done(&it); map_next(&it)) { in putmap()1830 !map_done(&map_it); map_next(&map_it)) { in discard_unknown_fields()
1086 map_next(&map_it)) { in layout_merge()
1074 void map_next(MapIter* iter);
1256 map_next(mapobject *lz) in map_next() function1358 (iternextfunc)map_next, /* tp_iternext */
3323 - iris: Fix batch chaining map_next increment.