HomeSort by relevance Sort by last modified time
    Searched refs:offset_bytes (Results 1 - 14 of 14) sorted by null

  /external/libdrm/freedreno/
freedreno_ringbuffer.c 133 submit_offset = offset_bytes(target->cur, target->ring->start);
134 size = offset_bytes(end->cur, target->cur);
150 uint32_t size = offset_bytes(target->cur, target->start);
freedreno_priv.h 195 offset_bytes(void *end, void *start) function
  /external/tensorflow/tensorflow/compiler/xla/service/interpreter/
executor.cc 39 uint64 offset_bytes,
41 return parent + offset_bytes;
executor.h 72 void *AllocateSubBuffer(DeviceMemoryBase *mem, uint64 offset_bytes,
  /external/tensorflow/tensorflow/stream_executor/host/
host_gpu_executor.cc 45 uint64 offset_bytes, uint64 size_bytes) {
46 return reinterpret_cast<char *>(parent->opaque()) + offset_bytes;
host_gpu_executor.h 64 void *AllocateSubBuffer(DeviceMemoryBase *mem, uint64 offset_bytes,
  /external/libdrm/freedreno/msm/
msm_ringbuffer.c 366 submit_offset = offset_bytes(last_start, ring->start);
367 size = offset_bytes(ring->cur, last_start);
484 reloc->submit_offset = offset_bytes(ring->cur, ring->start);
509 reloc_hi->submit_offset = offset_bytes(ring->cur, ring->start);
  /external/u-boot/disk/
part_efi.c 560 uint32_t __maybe_unused offset_bytes; local
572 offset_bytes =
574 offset_blks = offset_bytes / dev_desc->blksz;
587 offset_bytes = PAD_TO_BLOCKSIZE(config_offset, dev_desc);
588 offset_blks = offset_bytes / dev_desc->blksz;
  /external/tensorflow/tensorflow/contrib/bigtable/kernels/test_kernels/
bigtable_test_client_test.cc 312 EXPECT_EQ(0, resp[0].offset_bytes);
314 EXPECT_EQ(100, resp[1].offset_bytes);
316 EXPECT_EQ(200, resp[2].offset_bytes);
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_format_vp9.cc 657 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/
brw_wm_surface_state.c 670 uint32_t offset_bytes = 4 * offset_dwords; local
672 offset_bytes,
673 buffer_obj->Size - offset_bytes,
728 *out_offset + 4, bo, offset_bytes, RELOC_WRITE);
    [all...]
  /external/tensorflow/tensorflow/stream_executor/gpu/
gpu_executor.h 91 void* AllocateSubBuffer(DeviceMemoryBase* mem, uint64 offset_bytes,
  /external/tensorflow/tensorflow/stream_executor/cuda/
cuda_gpu_executor.cc 548 void* GpuExecutor::AllocateSubBuffer(DeviceMemoryBase* mem, uint64 offset_bytes,
551 return reinterpret_cast<char *>(mem->opaque()) + offset_bytes;
    [all...]
  /external/tensorflow/tensorflow/stream_executor/rocm/
rocm_gpu_executor.cc 429 void* GpuExecutor::AllocateSubBuffer(DeviceMemoryBase* mem, uint64 offset_bytes,
432 return reinterpret_cast<char*>(mem->opaque()) + offset_bytes;
    [all...]

Completed in 1495 milliseconds