/external/libdrm/freedreno/ |
D | freedreno_ringbuffer.c | 133 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()
|
D | freedreno_priv.h | 195 offset_bytes(void *end, void *start) in offset_bytes() function
|
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/ |
D | executor.cc | 39 uint64 offset_bytes, in AllocateSubBuffer() argument 41 return parent + offset_bytes; in AllocateSubBuffer()
|
D | executor.h | 72 void *AllocateSubBuffer(DeviceMemoryBase *mem, uint64 offset_bytes,
|
/external/libdrm/freedreno/msm/ |
D | msm_ringbuffer.c | 366 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/ |
D | part_efi.c | 560 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/ |
D | host_gpu_executor.cc | 45 uint64 offset_bytes, uint64 size_bytes) { in AllocateSubBuffer() argument 46 return reinterpret_cast<char *>(parent->opaque()) + offset_bytes; in AllocateSubBuffer()
|
D | host_gpu_executor.h | 64 void *AllocateSubBuffer(DeviceMemoryBase *mem, uint64 offset_bytes,
|
/external/tensorflow/tensorflow/contrib/bigtable/kernels/test_kernels/ |
D | bigtable_test_client_test.cc | 312 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/ |
D | rtp_format_vp9.cc | 657 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/ |
D | brw_wm_surface_state.c | 670 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/ |
D | gpu_executor.h | 91 void* AllocateSubBuffer(DeviceMemoryBase* mem, uint64 offset_bytes,
|
/external/tensorflow/tensorflow/stream_executor/rocm/ |
D | rocm_gpu_executor.cc | 429 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/ |
D | cuda_gpu_executor.cc | 548 void* GpuExecutor::AllocateSubBuffer(DeviceMemoryBase* mem, uint64 offset_bytes, in AllocateSubBuffer() argument 551 return reinterpret_cast<char *>(mem->opaque()) + offset_bytes; in AllocateSubBuffer()
|