Home
last modified time | relevance | path

Searched refs:buffer_base (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_atom_storagebuf.c50 int buffer_base; in st_bind_ssbos() local
56 buffer_base = st->has_hw_atomics ? 0 : c->MaxAtomicBuffers; in st_bind_ssbos()
84 st->pipe->set_shader_buffers(st->pipe, shader_type, buffer_base, in st_bind_ssbos()
90 buffer_base + prog->info.num_ssbos, in st_bind_ssbos()
/external/google-breakpad/src/common/dwarf/
Dbytereader-inl.h148 const char *buffer_base) { in SetCFIDataBase() argument
150 buffer_base_ = buffer_base; in SetCFIDataBase()
Dbytereader.h237 void SetCFIDataBase(uint64 section_base, const char *buffer_base);
/external/protobuf/src/google/protobuf/io/
Dzero_copy_stream_impl.cc241 const uint8* buffer_base = reinterpret_cast<const uint8*>(buffer); in Write() local
246 bytes = write(file_, buffer_base + total_written, size - total_written); in Write()
/external/tensorflow/tensorflow/core/kernels/
Ddepthwise_conv_grad_op.cc909 const int64 buffer_base = i * padded_out_depth_size; in operator ()() local
921 Eigen::internal::ploadu<Packet>(output_buffer + buffer_base + j); in operator ()()
934 output_buffer[buffer_base + vectorized_size + j]; in operator ()()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_emit.c1172 R300_PVS_CONST_BASE_OFFSET(buf->buffer_base) | in r300_emit_vs_constants()
1177 R500_PVS_CONST_START : R300_PVS_CONST_START) + buf->buffer_base); in r300_emit_vs_constants()
1194 buf->buffer_base + imm_first); in r300_emit_vs_constants()
Dr300_context.h275 uint32_t buffer_base; member
Dr300_state.c2018 cbuf->buffer_base = 0; in r300_set_constant_buffer()
2022 cbuf->buffer_base = r300->vs_const_base; in r300_set_constant_buffer()
2026 cbuf->buffer_base = 0; in r300_set_constant_buffer()