HomeSort by relevance Sort by last modified time
    Searched defs:buffer_base (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/arm-trusted-firmware/plat/xilinx/zynqmp/pm_service/
pm_common.h 26 * @buffer_base base address for payload buffer
31 const uintptr_t buffer_base; member in struct:pm_ipi
pm_ipi.c 67 .buffer_base = IPI_BUFFER_APU_BASE,
123 uintptr_t buffer_base = proc->ipi->buffer_base + local
132 mmio_write_32(buffer_base + offset, payload[i]);
177 uintptr_t buffer_base = proc->ipi->buffer_base + local
191 *value = mmio_read_32(buffer_base + (i * PAYLOAD_ARG_SIZE));
195 return mmio_read_32(buffer_base);
208 uintptr_t buffer_base = IPI_BUFFER_PMU_BASE + local
216 *value = mmio_read_32(buffer_base + (i * PAYLOAD_ARG_SIZE))
    [all...]
  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_impl.cc 241 const uint8* buffer_base = reinterpret_cast<const uint8*>(buffer); local
246 bytes = write(file_, buffer_base + total_written, size - total_written);
  /external/tensorflow/tensorflow/core/kernels/
depthwise_conv_grad_op.cc 808 const int64 buffer_base = i * padded_out_depth_size; local
    [all...]
  /frameworks/native/libs/vr/libvrflinger/
hardware_composer.cpp 601 void* buffer_base = 0; local
603 ion_buffer.height(), &buffer_base);
611 shared_config_ring_ = DvrConfigRing::Create(buffer_base, ion_buffer.width());
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_context.h 275 uint32_t buffer_base; member in struct:r300_constant_buffer

Completed in 323 milliseconds