Home
last modified time | relevance | path

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

/external/libdrm/freedreno/msm/
Dmsm_ringbuffer.c146 static uint32_t offset_bytes(void *end, void *start) in offset_bytes() function
235 submit_offset = offset_bytes(last_start, ring->start); in msm_ringbuffer_flush()
236 size = offset_bytes(ring->cur, last_start); in msm_ringbuffer_flush()
320 reloc->submit_offset = offset_bytes(ring->cur, ring->start); in msm_ringbuffer_emit_reloc()
337 submit_offset = offset_bytes(target->cur, target->ring->start); in msm_ringbuffer_emit_reloc_ring()
338 size = offset_bytes(end->cur, target->cur); in msm_ringbuffer_emit_reloc_ring()
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_format_vp9.cc657 size_t offset_bytes = 0; in WriteHeader() local
659 writer.GetCurrentOffset(&offset_bytes, &offset_bits); in WriteHeader()
662 *header_length = offset_bytes; in WriteHeader()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm_surface_state.c888 uint32_t offset_bytes = 4 * offset_dwords; in brw_update_sol_surface() local
941 surf[1] = bo->offset + offset_bytes; /* reloc */ in brw_update_sol_surface()
952 bo, offset_bytes, in brw_update_sol_surface()