Searched refs:batch_offset (Results 1 - 19 of 19) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dintel_batchbuffer.h66 uint32_t batch_offset,
71 uint32_t batch_offset,
H A Dintel_batchbuffer.c994 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 Dbrw_batch.h67 uint32_t batch_offset,
72 uint32_t batch_offset,
H A Dbrw_batch.c1030 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 Dgen_mi_builder_test.cpp120 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 Dcrocus_batch.h205 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 Dcrocus_batch.c434 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 Dsmi_501.h1353 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 Dsmi.h292 int batch_offset; /* Physical smi 501 address */ member in struct:__anon910553c20208
H A Dsmi_driver.c1524 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 Dmi_builder_test.cpp137 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 Daub_write.c662 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 Daub_write.c723 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 Di965_xvmc.c274 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 Dxvmc_vld.c877 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 Di965_xvmc.c274 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 Dxvmc_vld.c877 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 Di965_xvmc.c265 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 Dxvmc_vld.c798 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;

Completed in 41 milliseconds