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

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

Completed in 383 milliseconds