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

/external/libdrm/freedreno/
H A Dfreedreno_ringbuffer.c137 submit_offset = offset_bytes(target->cur, target->ring->start);
138 size = offset_bytes(end->cur, target->cur);
154 uint32_t size = offset_bytes(target->cur, target->start);
H A Dfreedreno_priv.h194 offset_bytes(void *end, void *start) function
/external/libdrm/freedreno/msm/
H A Dmsm_ringbuffer.c370 submit_offset = offset_bytes(last_start, ring->start);
371 size = offset_bytes(ring->cur, last_start);
487 reloc->submit_offset = offset_bytes(ring->cur, ring->start);
507 reloc_hi->submit_offset = offset_bytes(ring->cur, ring->start);
/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.c763 uint32_t offset_bytes = 4 * offset_dwords; local
765 offset_bytes,
766 buffer_obj->Size - offset_bytes);
820 surf[1] = bo->offset64 + offset_bytes; /* reloc */
831 bo, offset_bytes,

Completed in 170 milliseconds