Home
last modified time | relevance | path

Searched defs:copy_buffer (Results 1 – 20 of 20) sorted by relevance

/external/webp/src/enc/
Dnear_lossless_enc.c75 int stride, int limit_bits, uint32_t* copy_buffer, in NearLossless()
116 uint32_t* const copy_buffer = in VP8ApplyNearLossless() local
/external/rust/crates/vulkano/src/command_buffer/validity/
Dmod.rs37 mod copy_buffer; module
/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dquic_coalesced_packet_test.cc119 char copy_buffer[1000]; in TEST() local
Dquic_packets.cc487 bool copy_buffer) { in CopySerializedPacket()
/external/double-conversion/double-conversion/
Dstrtod.cc489 char copy_buffer[kMaxSignificantDecimalDigits]; in Strtod() local
522 char copy_buffer[kMaxSignificantDecimalDigits]; in Strtof() local
/external/cronet/base/third_party/double_conversion/double-conversion/
Dstrtod.cc489 char copy_buffer[kMaxSignificantDecimalDigits]; in Strtod() local
522 char copy_buffer[kMaxSignificantDecimalDigits]; in Strtof() local
/external/icu/icu4c/source/i18n/
Ddouble-conversion-strtod.cpp505 char copy_buffer[kMaxSignificantDecimalDigits]; in Strtod() local
538 char copy_buffer[kMaxSignificantDecimalDigits]; in Strtof() local
/external/cronet/third_party/icu/source/i18n/
Ddouble-conversion-strtod.cpp505 char copy_buffer[kMaxSignificantDecimalDigits]; in Strtod() local
538 char copy_buffer[kMaxSignificantDecimalDigits]; in Strtof() local
/external/mesa3d/src/amd/vulkan/
Dradv_meta_buffer.c452 copy_buffer(struct radv_cmd_buffer *cmd_buffer, in copy_buffer() function
/external/mesa3d/src/freedreno/vulkan/
Dtu_clear_blit.c885 copy_format(VkFormat format, VkImageAspectFlags aspect_mask, bool copy_buffer) in copy_format()
1523 copy_buffer(struct tu_cmd_buffer *cmd, in copy_buffer() function
/external/mesa3d/src/intel/vulkan/
Danv_blorp.c954 copy_buffer(struct anv_device *device, in copy_buffer() function
/external/libaom/av1/common/
Dresize.c1490 YV12_BUFFER_CONFIG copy_buffer; in av1_superres_upscale() local
/external/python/cpython3/Modules/
D_testbuffer.c537 copy_buffer(Py_buffer *dest, Py_buffer *src) in copy_buffer() function
/external/rust/crates/vulkano/src/command_buffer/
Dsys.rs795 pub unsafe fn copy_buffer<S, D, R>(&mut self, source: &S, destination: &D, regions: R) in copy_buffer() method
Dauto.rs780 pub fn copy_buffer<S, D, T>( in copy_buffer() method
/external/python/cpython3/Objects/
Dmemoryobject.c424 copy_buffer(Py_buffer *dest, Py_buffer *src) in copy_buffer() function
/external/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_private.h931 struct lvp_cmd_copy_buffer copy_buffer; member
/external/mesa3d/src/broadcom/vulkan/
Dv3dv_meta_copy.c1904 copy_buffer(struct v3dv_cmd_buffer *cmd_buffer, in copy_buffer() function
/external/rust/crates/vulkano/src/command_buffer/synced/
Dcommands.rs654 pub unsafe fn copy_buffer<S, D, R>( in copy_buffer() method
/external/libaom/av1/encoder/
Dencoder.h2270 YV12_BUFFER_CONFIG copy_buffer; member