| /xsrc/external/mit/xf86-video-intel-old/dist/src/ |
| H A D | i830_batchbuffer.h | 43 return (pI830->batch_bo->size - BATCH_RESERVED) - (pI830->batch_used); 63 pI830->batch_atomic_limit = pI830->batch_used + sz * 4; 72 assert(pI830->batch_used <= pI830->batch_atomic_limit); 81 *(uint32_t *)(pI830->batch_ptr + pI830->batch_used) = dword; 82 pI830->batch_used += 4; 93 *(uint32_t *)(pI830->batch_ptr + pI830->batch_used) = bo->offset + delta; 95 pI830->batch_used, bo); 96 pI830->batch_used += 4; 113 *(uint32_t *)(pI830->batch_ptr + pI830->batch_used) = offset + delta; 114 pI830->batch_used [all...] |
| H A D | i830_batchbuffer.c | 67 OUT_RING(bo->offset + pI830->batch_used - 4); 118 pI830->batch_used = 0; 178 if (pI830->batch_used == 0) 188 *(uint32_t *)(pI830->batch_ptr + pI830->batch_used) = MI_FLUSH | flags; 189 pI830->batch_used += 4; 193 if ((pI830->batch_used & 4) == 0) { 194 *(uint32_t *)(pI830->batch_ptr + pI830->batch_used) = MI_NOOP; 195 pI830->batch_used += 4; 199 *(uint32_t *)(pI830->batch_ptr + pI830->batch_used) = MI_BATCH_BUFFER_END; 200 pI830->batch_used [all...] |
| H A D | i830.h | 378 unsigned int batch_used; member in struct:_I830Rec 387 /** Ending batch_used that was verified by i830_start_batch_atomic() */
|
| H A D | i830_driver.c | 2176 if (pI830->need_mi_flush || pI830->batch_used)
|
| /xsrc/external/mit/xf86-video-intel/dist/src/uxa/ |
| H A D | intel_batchbuffer.h | 43 return (intel->batch_bo->size - BATCH_RESERVED) - (4*intel->batch_used); 74 intel->batch_atomic_limit = intel->batch_used + sz; 82 assert(intel->batch_used <= intel->batch_atomic_limit); 88 intel->batch_ptr[intel->batch_used++] = dword; 98 if ((delta = intel->batch_used & (align - 1))) { 100 memset (intel->batch_ptr + intel->batch_used, 0, 4*delta); 101 intel->batch_used += delta; 115 intel->batch_used * 4, 119 drm_intel_bo_emit_reloc(intel->batch_bo, intel->batch_used * 4, 200 intel->batch_emit_start = intel->batch_used; \ [all...] |
| H A D | intel_batchbuffer.c | 92 intel->batch_used = 0; 112 intel->batch_used = 0; 245 if (intel->batch_used == 0) 262 if (intel->batch_used & 1) 268 fwrite (intel->batch_ptr, intel->batch_used*4, 1, file); 273 ret = dri_bo_subdata(intel->batch_bo, 0, intel->batch_used*4, intel->batch_ptr); 276 intel->batch_used*4,
|
| H A D | i915_3d.h | 611 _shader_offset = intel->batch_used++; \ 618 (intel->batch_used - _shader_offset - 2); \
|
| H A D | i965_render.c | 1595 intel->surface_reloc = intel->batch_used; 1609 intel->surface_reloc = intel->batch_used; 1691 if ((intel->batch_used & 15) > (16 - 3)) { 1692 int cnt = 16 - (intel->batch_used & 15); 2288 intel->vertex_offset = intel->batch_used; 2580 intel->surface_reloc = intel->batch_used;
|
| H A D | intel.h | 131 unsigned int batch_used; member in struct:intel_screen_private 139 /** Ending batch_used that was verified by intel_start_batch_atomic() */
|
| H A D | i830_render.c | 791 intel->vertex_index = intel->batch_used;
|
| H A D | i915_render.c | 979 intel->prim_offset = intel->batch_used;
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/ |
| H A D | intel_batchbuffer.h | 43 return (intel->batch_bo->size - BATCH_RESERVED) - (4*intel->batch_used); 74 intel->batch_atomic_limit = intel->batch_used + sz; 82 assert(intel->batch_used <= intel->batch_atomic_limit); 88 intel->batch_ptr[intel->batch_used++] = dword; 98 if ((delta = intel->batch_used & (align - 1))) { 100 memset (intel->batch_ptr + intel->batch_used, 0, 4*delta); 101 intel->batch_used += delta; 115 intel->batch_used * 4, 119 drm_intel_bo_emit_reloc(intel->batch_bo, intel->batch_used * 4, 200 intel->batch_emit_start = intel->batch_used; \ [all...] |
| H A D | intel_batchbuffer.c | 92 intel->batch_used = 0; 112 intel->batch_used = 0; 245 if (intel->batch_used == 0) 251 if (intel->batch_used & 1) 257 fwrite (intel->batch_ptr, intel->batch_used*4, 1, file); 262 ret = dri_bo_subdata(intel->batch_bo, 0, intel->batch_used*4, intel->batch_ptr); 265 intel->batch_used*4,
|
| H A D | i915_3d.h | 611 _shader_offset = intel->batch_used++; \ 618 (intel->batch_used - _shader_offset - 2); \
|
| H A D | i965_render.c | 1595 intel->surface_reloc = intel->batch_used; 1609 intel->surface_reloc = intel->batch_used; 1691 if ((intel->batch_used & 15) > (16 - 3)) { 1692 int cnt = 16 - (intel->batch_used & 15); 2288 intel->vertex_offset = intel->batch_used; 2580 intel->surface_reloc = intel->batch_used;
|
| H A D | intel.h | 132 unsigned int batch_used; member in struct:intel_screen_private 140 /** Ending batch_used that was verified by intel_start_batch_atomic() */
|
| H A D | i830_render.c | 791 intel->vertex_index = intel->batch_used;
|
| H A D | i915_render.c | 979 intel->prim_offset = intel->batch_used;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | intel_batchbuffer.c | 532 const unsigned batch_used = USED_BATCH(*batch) * 4; local in function:intel_batchbuffer_require_space 533 if (batch_used + sz >= BATCH_SZ && !batch->no_wrap) { 535 } else if (batch_used + sz >= batch->batch.bo->size) { 539 grow_buffer(brw, &batch->batch, batch_used, new_size); 540 batch->map_next = (void *) batch->batch.map + batch_used; 541 assert(batch_used + sz < batch->batch.bo->size);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_batch.c | 549 const unsigned batch_used = USED_BATCH(*batch) * 4; local in function:brw_batch_require_space 550 if (batch_used + sz >= BATCH_SZ && !batch->no_wrap) { 552 } else if (batch_used + sz >= batch->batch.bo->size) { 556 grow_buffer(brw, &batch->batch, batch_used, new_size); 557 batch->map_next = (void *) batch->batch.map + batch_used; 558 assert(batch_used + sz < batch->batch.bo->size);
|