Home
last modified time | relevance | path

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

/external/libdrm/freedreno/
Dfreedreno_ringbuffer.c133 submit_offset = offset_bytes(target->cur, target->ring->start); in fd_ringbuffer_emit_reloc_ring()
134 size = offset_bytes(end->cur, target->cur); in fd_ringbuffer_emit_reloc_ring()
150 uint32_t size = offset_bytes(target->cur, target->start); in fd_ringbuffer_emit_reloc_ring_full()
Dfreedreno_priv.h195 offset_bytes(void *end, void *start) in offset_bytes() function
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
Dexecutor.cc39 uint64 offset_bytes, in AllocateSubBuffer() argument
41 return parent + offset_bytes; in AllocateSubBuffer()
Dexecutor.h72 void *AllocateSubBuffer(DeviceMemoryBase *mem, uint64 offset_bytes,
/external/libdrm/freedreno/msm/
Dmsm_ringbuffer.c366 submit_offset = offset_bytes(last_start, ring->start); in finalize_current_cmd()
367 size = offset_bytes(ring->cur, last_start); in finalize_current_cmd()
484 reloc->submit_offset = offset_bytes(ring->cur, ring->start); in msm_ringbuffer_emit_reloc()
509 reloc_hi->submit_offset = offset_bytes(ring->cur, ring->start); in msm_ringbuffer_emit_reloc()
/external/u-boot/disk/
Dpart_efi.c560 uint32_t __maybe_unused offset_bytes; in partition_entries_offset() local
572 offset_bytes = in partition_entries_offset()
574 offset_blks = offset_bytes / dev_desc->blksz; in partition_entries_offset()
587 offset_bytes = PAD_TO_BLOCKSIZE(config_offset, dev_desc); in partition_entries_offset()
588 offset_blks = offset_bytes / dev_desc->blksz; in partition_entries_offset()
/external/tensorflow/tensorflow/stream_executor/host/
Dhost_gpu_executor.cc45 uint64 offset_bytes, uint64 size_bytes) { in AllocateSubBuffer() argument
46 return reinterpret_cast<char *>(parent->opaque()) + offset_bytes; in AllocateSubBuffer()
Dhost_gpu_executor.h64 void *AllocateSubBuffer(DeviceMemoryBase *mem, uint64 offset_bytes,
/external/tensorflow/tensorflow/contrib/bigtable/kernels/test_kernels/
Dbigtable_test_client_test.cc312 EXPECT_EQ(0, resp[0].offset_bytes); in TEST()
314 EXPECT_EQ(100, resp[1].offset_bytes); in TEST()
316 EXPECT_EQ(200, resp[2].offset_bytes); in TEST()
/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.c670 uint32_t offset_bytes = 4 * offset_dwords; in brw_update_sol_surface() local
672 offset_bytes, in brw_update_sol_surface()
673 buffer_obj->Size - offset_bytes, in brw_update_sol_surface()
728 *out_offset + 4, bo, offset_bytes, RELOC_WRITE); in brw_update_sol_surface()
/external/tensorflow/tensorflow/stream_executor/gpu/
Dgpu_executor.h91 void* AllocateSubBuffer(DeviceMemoryBase* mem, uint64 offset_bytes,
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_gpu_executor.cc429 void* GpuExecutor::AllocateSubBuffer(DeviceMemoryBase* mem, uint64 offset_bytes, in AllocateSubBuffer() argument
432 return reinterpret_cast<char*>(mem->opaque()) + offset_bytes; in AllocateSubBuffer()
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_gpu_executor.cc548 void* GpuExecutor::AllocateSubBuffer(DeviceMemoryBase* mem, uint64 offset_bytes, in AllocateSubBuffer() argument
551 return reinterpret_cast<char *>(mem->opaque()) + offset_bytes; in AllocateSubBuffer()