Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dbuffer_assignment_test.cc486 const BufferAllocation& add_buffer = GetTopLevelAllocation(*buffers, add); in TEST_F() local
569 const BufferAllocation& add_buffer = GetTopLevelAllocation(*buffers, add); in TEST_F() local
630 const BufferAllocation& add_buffer = GetTopLevelAllocation(*buffers, add); in TEST_F() local
704 const BufferAllocation& add_buffer = GetTopLevelAllocation(*buffers, add); in TEST_F() local
771 const BufferAllocation& add_buffer = GetTopLevelAllocation(*buffers, add); in TEST_F() local
918 const BufferAllocation& add_buffer = GetTopLevelAllocation(*buffers, add); in TEST_F() local
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/hash/internal/
H A Dhash.h93 H add_buffer(H state, const char* data, size_t size) { in add_buffer() function
/aosp_15_r20/external/harfbuzz_ng/src/graph/
H A Dgsubgpos-context.hh50 bool add_buffer (char* buffer) in add_buffer() function
H A Dgraph.hh540 bool add_buffer (char* buffer) in add_buffer() function
/aosp_15_r20/hardware/google/aemu/host-common/include/host-common/
DGoldfishDma.h38 void (*add_buffer)(void* pipe, uint64_t guest_paddr, uint64_t sz); member
/aosp_15_r20/external/abseil-cpp/absl/hash/internal/
H A Dhash.h125 H add_buffer(H state, const char* data, size_t size) { in add_buffer() function
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/hash/internal/
H A Dhash.h103 H add_buffer(H state, const char* data, size_t size) { in add_buffer() function
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/hash/internal/
H A Dhash.h124 H add_buffer(H state, const char* data, size_t size) { in add_buffer() function
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/hash/internal/
H A Dhash.h102 H add_buffer(H state, const char* data, size_t size) { in add_buffer() function
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/hash/internal/
H A Dhash.h125 H add_buffer(H state, const char* data, size_t size) { in add_buffer() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/hash/internal/
Dhash.h103 H add_buffer(H state, const char* data, size_t size) { in add_buffer() function
/aosp_15_r20/frameworks/av/media/module/foundation/
H A DMediaBufferGroup.cpp131 void MediaBufferGroup::add_buffer(MediaBufferBase *buffer) { in add_buffer() function in android::MediaBufferGroup
/aosp_15_r20/external/mesa3d/src/freedreno/decode/
H A Dbuffers.c167 add_buffer(uint64_t gpuaddr, unsigned int len, void *hostptr) in add_buffer() function
/aosp_15_r20/out/soong/.intermediates/external/libtextclassifier/native/libtextclassifier_fbgen_utils_zlib_buffer/gen/utils/zlib/
Dbuffer_generated.h57 void add_buffer(flatbuffers::Offset<flatbuffers::Vector<uint8_t>> buffer) { in add_buffer() function
/aosp_15_r20/external/rust/cros-libva/lib/src/
Dpicture.rs147 pub fn add_buffer(&mut self, buffer: Buffer) { in add_buffer() method
/aosp_15_r20/frameworks/av/include/media/
H A DMediaExtractorPluginApi.h68 void (*add_buffer)(void *handle, size_t size); member
H A DMediaExtractorPluginHelper.h97 void add_buffer(size_t size) { in add_buffer() function
/aosp_15_r20/external/mesa3d/src/intel/common/
H A Dintel_aux_map.c266 add_buffer(struct intel_aux_map_context *ctx) in add_buffer() function
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/synced/
Dbuilder.rs375 fn add_buffer( in add_buffer() method