Home
last modified time | relevance | path

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

/external/crosvm/x86_64/src/
Dinterrupts.rs44 const fn lapic_byte_offset_to_register(offset_bytes: usize) -> usize { in lapic_byte_offset_to_register()
46 offset_bytes / 16 in lapic_byte_offset_to_register()
/external/pigweed/pw_kvs/
Dentry.cc145 size_t offset_bytes) const { in ReadValue()
146 if (offset_bytes > value_size()) { in ReadValue()
150 const size_t remaining_bytes = value_size() - offset_bytes; in ReadValue()
154 address_ + sizeof(EntryHeader) + key_length() + offset_bytes, in ReadValue()
Dkey_value_store.cc405 size_t offset_bytes) const { in Get()
411 return Get(key, metadata, value_buffer, offset_bytes); in Get()
540 size_t offset_bytes) const { in Get()
545 StatusWithSize result = entry.ReadValue(value_buffer, offset_bytes); in Get()
546 if (result.ok() && options_.verify_on_read && offset_bytes == 0u) { in Get()
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
Dexecutor.cc42 uint64 offset_bytes, in GetSubBuffer() argument
44 return parent + offset_bytes; in GetSubBuffer()
Dexecutor.h71 void *GetSubBuffer(DeviceMemoryBase *parent, uint64 offset_bytes,
/external/pigweed/pw_kvs/public/pw_kvs/
Dkey_value_store.h121 size_t offset_bytes = 0) const;
227 size_t offset_bytes = 0) const {
228 return kvs_.Get(key(), *iterator_, value_buffer, offset_bytes);
411 size_t offset_bytes) const;
/external/webrtc/modules/rtp_rtcp/source/
Drtp_format_vp9.cc443 size_t offset_bytes = 0; in WriteHeader() local
445 writer.GetCurrentOffset(&offset_bytes, &offset_bits); in WriteHeader()
447 RTC_DCHECK_EQ(offset_bytes, buffer.size()); in WriteHeader()
/external/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()
/external/mesa3d/src/freedreno/drm/
Dmsm_ringbuffer.c333 cmds[i].size = offset_bytes(ring->cur, ring->start); in msm_submit_flush()
472 msm_ring->u.cmds[idx]->size = offset_bytes(ring->cur, ring->start); in finalize_current_cmd()
532 r->submit_offset = offset_bytes(ring->cur, ring->start) + in msm_ringbuffer_emit_reloc()
545 r->submit_offset = offset_bytes(ring->cur, ring->start) + in msm_ringbuffer_emit_reloc()
585 size = offset_bytes(target->cur, target->start); in msm_ringbuffer_emit_reloc_ring()
Dfreedreno_ringbuffer.h209 offset_bytes(void *end, void *start) in offset_bytes() function
222 return offset_bytes(ring->cur, ring->start); in fd_ringbuffer_size()
Dmsm_ringbuffer_sp.c358 msm_ring->u.cmds[idx].size = offset_bytes(ring->cur, ring->start); in finalize_current_cmd()
448 size = offset_bytes(target->cur, target->start); in msm_ringbuffer_sp_emit_reloc_ring()
/external/tensorflow/tensorflow/stream_executor/host/
Dhost_gpu_executor.cc78 void *HostExecutor::GetSubBuffer(DeviceMemoryBase *parent, uint64 offset_bytes, in GetSubBuffer() argument
80 return reinterpret_cast<char *>(parent->opaque()) + offset_bytes; in GetSubBuffer()
Dhost_gpu_executor.h64 void *GetSubBuffer(DeviceMemoryBase *parent, uint64 offset_bytes,
/external/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
/external/pigweed/pw_kvs/public/pw_kvs/internal/
Dentry.h123 size_t offset_bytes = 0) const;
/external/libdrm/freedreno/kgsl/
Dkgsl_ringbuffer.c183 return offset_bytes(target->cur, target->start); in kgsl_ringbuffer_emit_reloc_ring()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm_surface_state.c728 uint32_t offset_bytes = 4 * offset_dwords; in brw_update_sol_surface() local
730 offset_bytes, in brw_update_sol_surface()
731 buffer_obj->Size - offset_bytes, in brw_update_sol_surface()
786 *out_offset + 4, bo, offset_bytes, RELOC_WRITE); in brw_update_sol_surface()
/external/tensorflow/tensorflow/stream_executor/gpu/
Dgpu_executor.h91 void* GetSubBuffer(DeviceMemoryBase* mem, uint64 offset_bytes,
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_gpu_executor.cc430 void* GpuExecutor::GetSubBuffer(DeviceMemoryBase* mem, uint64 offset_bytes, in GetSubBuffer() argument
433 return reinterpret_cast<char*>(mem->opaque()) + offset_bytes; in GetSubBuffer()
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_gpu_executor.cc522 void* GpuExecutor::GetSubBuffer(DeviceMemoryBase* mem, uint64 offset_bytes, in GetSubBuffer() argument
525 return reinterpret_cast<char*>(mem->opaque()) + offset_bytes; in GetSubBuffer()