Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/drm/
Dfreedreno_ringbuffer.h243 offset_bytes(void *end, void *start) in offset_bytes() function
256 return offset_bytes(ring->cur, ring->start); in fd_ringbuffer_size()
263 (offset_bytes(ring->cur, ring->start) == 0); in fd_ringbuffer_empty()
Dmsm_ringbuffer.c320 cmds[i].size = offset_bytes(ring->cur, ring->start); in msm_submit_flush()
453 msm_ring->cmd->size = offset_bytes(ring->cur, ring->start); in finalize_current_cmd()
510 offset_bytes(ring->cur, ring->start) + msm_ring->offset, in msm_ringbuffer_emit_reloc()
523 offset_bytes(ring->cur, ring->start) + msm_ring->offset, in msm_ringbuffer_emit_reloc()
563 size = offset_bytes(target->cur, target->start); in msm_ringbuffer_emit_reloc_ring()
Dmsm_ringbuffer_sp.h90 size = offset_bytes(target->cur, target->start); in X()
Dmsm_ringbuffer_sp.c655 .size = offset_bytes(ring->cur, ring->start), in finalize_current_cmd()
/third_party/libdrm/freedreno/msm/
Dmsm_ringbuffer.c389 submit_offset = offset_bytes(last_start, ring->start); in finalize_current_cmd()
390 size = offset_bytes(ring->cur, last_start); in finalize_current_cmd()
575 reloc->submit_offset = offset_bytes(ring->cur, ring->start) + in msm_ringbuffer_emit_reloc()
601 reloc_hi->submit_offset = offset_bytes(ring->cur, ring->start) + in msm_ringbuffer_emit_reloc()
640 size = offset_bytes(target->cur, target->start); in msm_ringbuffer_emit_reloc_ring()
/third_party/libdrm/freedreno/
Dfreedreno_ringbuffer.c180 return offset_bytes(ring->cur, ring->start); in fd_ringbuffer_size()
Dfreedreno_priv.h200 offset_bytes(void *end, void *start) in offset_bytes() function
/third_party/libdrm/freedreno/kgsl/
Dkgsl_ringbuffer.c183 return offset_bytes(target->cur, target->start); in kgsl_ringbuffer_emit_reloc_ring()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm_surface_state.c738 uint32_t offset_bytes = 4 * offset_dwords; in brw_update_sol_surface() local
740 offset_bytes, in brw_update_sol_surface()
741 buffer_obj->Size - offset_bytes, in brw_update_sol_surface()
796 *out_offset + 4, bo, offset_bytes, RELOC_WRITE); in brw_update_sol_surface()