Home
last modified time | relevance | path

Searched refs:map_next (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_batchbuffer.h68 ((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); \
Dintel_batchbuffer.c90 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()
DgenX_blorp_exec.c48 uint32_t *map = brw->batch.map_next; in blorp_emit_dwords()
49 brw->batch.map_next += n; in blorp_emit_dwords()
Dbrw_urb.c263 *brw->batch.map_next++ = MI_NOOP; in brw_upload_urb_fence()
Dbrw_context.h493 uint32_t *map_next; member
517 uint32_t *map_next; member
DgenX_state_upload.c63 uint32_t *map = brw->batch.map_next; in emit_dwords()
64 brw->batch.map_next += n; in emit_dwords()
/external/skqp/src/compute/hs/gen/
Dtranspose.c36 uint32_t * map_next = ALLOCA_MACRO(rows * sizeof(*map_next)); in hsg_transpose() local
58 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()
/external/skia/src/compute/hs/gen/
Dtranspose.c36 uint32_t * map_next = ALLOCA_MACRO(rows * sizeof(*map_next)); in hsg_transpose() local
58 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()
/external/python/cpython3/Python/
Dbltinmodule.c1291 map_next(mapobject *lz) in map_next() function
1393 (iternextfunc)map_next, /* tp_iternext */