| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | intel_batchbuffer.h | 66 uint32_t batch_offset, 71 uint32_t batch_offset,
|
| H A D | intel_batchbuffer.c | 994 brw_batch_reloc(struct intel_batchbuffer *batch, uint32_t batch_offset, argument 998 assert(batch_offset <= batch->batch.bo->size - sizeof(uint32_t)); 1000 return emit_reloc(batch, &batch->batch_relocs, batch_offset,
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_batch.h | 67 uint32_t batch_offset, 72 uint32_t batch_offset,
|
| H A D | brw_batch.c | 1030 brw_batch_reloc(struct brw_batch *batch, uint32_t batch_offset, argument 1034 assert(batch_offset <= batch->batch.bo->size - sizeof(uint32_t)); 1036 return emit_reloc(batch, &batch->batch_relocs, batch_offset,
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/common/tests/ |
| H A D | gen_mi_builder_test.cpp | 120 uint32_t batch_offset; member in class:gen_mi_builder_test 211 batch_offset = 0; 247 void *ptr = (void *)((char *)batch_map + batch_offset); 248 batch_offset += num_dwords * 4; 249 assert(batch_offset < BATCH_BO_SIZE); 259 if (batch_offset & 4) 285 execbuf.batch_len = batch_offset;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/ |
| H A D | crocus_batch.h | 205 uint64_t crocus_command_reloc(struct crocus_batch *batch, uint32_t batch_offset, 208 uint64_t crocus_state_reloc(struct crocus_batch *batch, uint32_t batch_offset,
|
| H A D | crocus_batch.c | 434 crocus_command_reloc(struct crocus_batch *batch, uint32_t batch_offset, argument 438 assert(batch_offset <= batch->command.bo->size - sizeof(uint32_t)); 440 return emit_reloc(batch, &batch->command.relocs, batch_offset,
|
| /xsrc/external/mit/xf86-video-siliconmotion/dist/src/ |
| H A D | smi_501.h | 1353 entry->f.base = pSmi->batch_offset; \ 1406 (address.f.address - pSmi->batch_offset) >> 3, \ 1416 address.f.address = pSmi->batch_offset + \ 1431 (address.f.address - pSmi->batch_offset) >> 3, \
|
| H A D | smi.h | 292 int batch_offset; /* Physical smi 501 address */ member in struct:__anon910553c20208
|
| H A D | smi_driver.c | 1524 pSmi->batch_offset = pSmi->FBReserved; 1525 pSmi->batch_handle = (int64_t *)(pSmi->FBBase + pSmi->batch_offset);
|
| /xsrc/external/mit/MesaLib/dist/src/intel/common/tests/ |
| H A D | mi_builder_test.cpp | 137 uint32_t batch_offset; member in class:mi_builder_test 252 batch_offset = 0; 291 void *ptr = (void *)((char *)batch_map + batch_offset); 292 batch_offset += num_dwords * 4; 293 assert(batch_offset < BATCH_BO_SIZE); 303 if (batch_offset & 4) 340 execbuf.batch_len = batch_offset;
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/tools/ |
| H A D | aub_write.c | 662 uint64_t batch_offset) 668 dword_out(aub, batch_offset & 0xFFFFFFFF); 669 dword_out(aub, batch_offset >> 32); 713 uint64_t batch_offset, 732 aub_write_reloc(&aub->devinfo, &ringbuffer[ring_count + 1], batch_offset); 660 aub_dump_ring_buffer_execlist(struct aub_file * aub,const struct engine * cs,uint64_t batch_offset) argument 712 aub_dump_ring_buffer_legacy(struct aub_file * aub,uint64_t batch_offset,uint64_t offset,enum drm_i915_gem_engine_class engine_class) argument
|
| /xsrc/external/mit/MesaLib/dist/src/intel/tools/ |
| H A D | aub_write.c | 723 uint64_t batch_offset) 729 dword_out(aub, batch_offset & 0xFFFFFFFF); 730 dword_out(aub, batch_offset >> 32); 774 uint64_t batch_offset, 793 aub_write_reloc(&aub->devinfo, &ringbuffer[ring_count + 1], batch_offset); 720 aub_dump_ring_buffer_execlist(struct aub_file * aub,struct aub_hw_context * hw_ctx,const struct engine * cs,uint64_t batch_offset) argument 773 aub_dump_ring_buffer_legacy(struct aub_file * aub,uint64_t batch_offset,uint64_t offset,enum drm_i915_gem_engine_class engine_class) argument
|
| /xsrc/external/mit/xf86-video-intel/dist/xvmc/ |
| H A D | i965_xvmc.c | 274 unsigned long batch_offset; local in function:align_urb_fence 276 batch_offset = (void *)batch_ptr - xvmc_driver->alloc.ptr; 277 offset_to_next_cacheline = ALIGN(batch_offset, 64) - batch_offset;
|
| H A D | xvmc_vld.c | 877 unsigned long batch_offset; local in function:align_urb_fence 879 batch_offset = (void *)batch_ptr - xvmc_driver->alloc.ptr; 880 offset_to_next_cacheline = ALIGN(batch_offset, 64) - batch_offset;
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/xvmc/ |
| H A D | i965_xvmc.c | 274 unsigned long batch_offset; local in function:align_urb_fence 276 batch_offset = (void *)batch_ptr - xvmc_driver->alloc.ptr; 277 offset_to_next_cacheline = ALIGN(batch_offset, 64) - batch_offset;
|
| H A D | xvmc_vld.c | 877 unsigned long batch_offset; local in function:align_urb_fence 879 batch_offset = (void *)batch_ptr - xvmc_driver->alloc.ptr; 880 offset_to_next_cacheline = ALIGN(batch_offset, 64) - batch_offset;
|
| /xsrc/external/mit/xf86-video-intel-old/dist/src/xvmc/ |
| H A D | i965_xvmc.c | 265 unsigned long batch_offset; local in function:align_urb_fence 267 batch_offset = (void *)batch_ptr - xvmc_driver->alloc.ptr; 268 offset_to_next_cacheline = ALIGN(batch_offset, 64) - batch_offset;
|
| H A D | xvmc_vld.c | 798 unsigned long batch_offset; local in function:align_urb_fence 800 batch_offset = (void *)batch_ptr - xvmc_driver->alloc.ptr; 801 offset_to_next_cacheline = ALIGN(batch_offset, 64) - batch_offset;
|