Home
last modified time | relevance | path

Searched defs:add_buffer (Results 1 – 12 of 12) sorted by relevance

/external/abseil-cpp/absl/hash/internal/
Dhash.h96 H add_buffer(H state, const char* data, size_t size) { in add_buffer() function
/external/webrtc/third_party/abseil-cpp/absl/hash/internal/
Dhash.h96 H add_buffer(H state, const char* data, size_t size) { in add_buffer() function
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/hash/internal/
Dhash.h95 H add_buffer(H state, const char* data, size_t size) { in add_buffer() function
/external/openscreen/third_party/abseil/src/absl/hash/internal/
Dhash.h93 H add_buffer(H state, const char* data, size_t size) { in add_buffer() function
/external/libtextclassifier/abseil-cpp/absl/hash/internal/
Dhash.h93 H add_buffer(H state, const char* data, size_t size) { in add_buffer() function
/external/angle/third_party/abseil-cpp/absl/hash/internal/
Dhash.h102 H add_buffer(H state, const char* data, size_t size) { in add_buffer() function
/external/mesa3d/src/freedreno/decode/
Dbuffers.c167 add_buffer(uint64_t gpuaddr, unsigned int len, void *hostptr) in add_buffer() function
/external/rust/crates/vulkano/src/descriptor_set/
Dfixed_size_pool.rs344 pub fn add_buffer<T>( in add_buffer() method
489 pub fn add_buffer<T>( in add_buffer() method
Dpersistent.rs281 pub fn add_buffer<T>( in add_buffer() method
422 pub fn add_buffer<T>( in add_buffer() method
/external/tensorflow/tensorflow/compiler/xla/service/
Dbuffer_assignment_test.cc471 const BufferAllocation& add_buffer = GetTopLevelAllocation(*buffers, add); in TEST_F() local
554 const BufferAllocation& add_buffer = GetTopLevelAllocation(*buffers, add); in TEST_F() local
613 const BufferAllocation& add_buffer = GetTopLevelAllocation(*buffers, add); in TEST_F() local
687 const BufferAllocation& add_buffer = GetTopLevelAllocation(*buffers, add); in TEST_F() local
754 const BufferAllocation& add_buffer = GetTopLevelAllocation(*buffers, add); in TEST_F() local
901 const BufferAllocation& add_buffer = GetTopLevelAllocation(*buffers, add); in TEST_F() local
/external/mesa3d/src/intel/common/
Dgen_aux_map.c114 add_buffer(struct gen_aux_map_context *ctx) in add_buffer() function
/external/rust/crates/vulkano/src/command_buffer/submit/
Dbind_sparse.rs285 pub fn add_buffer(&mut self, cmd: SubmitBindSparseBufferBindBuilder<'a>) { in add_buffer() method