Home
last modified time | relevance | path

Searched defs:dst_buf (Results 1 – 25 of 52) sorted by relevance

123

/aosp_15_r20/external/igt-gpu-tools/lib/
H A Digt_vc4.c277 static void vc4_fb_convert_plane_to_t_tiled(struct igt_fb *dst, void *dst_buf, in vc4_fb_convert_plane_to_t_tiled()
308 static void vc4_fb_convert_plane_from_t_tiled(struct igt_fb *dst, void *dst_buf, in vc4_fb_convert_plane_from_t_tiled()
357 static void vc4_fb_convert_plane_to_sand_tiled(struct igt_fb *dst, void *dst_buf, in vc4_fb_convert_plane_to_sand_tiled()
413 static void vc4_fb_convert_plane_from_sand_tiled(struct igt_fb *dst, void *dst_buf, in vc4_fb_convert_plane_from_sand_tiled()
469 void vc4_fb_convert_plane_to_tiled(struct igt_fb *dst, void *dst_buf, in vc4_fb_convert_plane_to_tiled()
485 void vc4_fb_convert_plane_from_tiled(struct igt_fb *dst, void *dst_buf, in vc4_fb_convert_plane_from_tiled()
/aosp_15_r20/external/mesa3d/src/amd/vulkan/
H A Dradv_query.c62 radv_store_availability(nir_builder *b, nir_def *flags, nir_def *dst_buf, nir_def *offset, nir_def … in radv_store_availability()
135 nir_def *dst_buf = radv_meta_load_descriptor(&b, 0, 0); in build_occlusion_query_shader() local
291 nir_def *dst_buf = radv_meta_load_descriptor(&b, 0, 0); in build_pipeline_statistics_query_shader() local
445 nir_def *dst_buf = radv_meta_load_descriptor(&b, 0, 0); in build_tfb_query_shader() local
557 nir_def *dst_buf = radv_meta_load_descriptor(&b, 0, 0); in build_timestamp_query_shader() local
669 nir_def *dst_buf = radv_meta_load_descriptor(&b, 0, 0); in build_pg_query_shader() local
806 nir_def *dst_buf = radv_meta_load_descriptor(&b, 0, 0); in build_ms_prim_gen_query_shader() local
/aosp_15_r20/external/libaom/av1/encoder/
H A Dreconinter_enc.c66 struct buf_2d *const dst_buf = &pd->dst; in av1_enc_build_inter_predictor_y() local
90 struct buf_2d *const dst_buf = &pd->dst; in av1_enc_build_inter_predictor_y_nonrd() local
348 struct buf_2d *const dst_buf = &pd->dst; in build_wedge_inter_predictor_from_buf() local
443 const struct buf_2d *const dst_buf = &pd->dst; in aom_upsampled_pred_c() local
559 const struct buf_2d *const dst_buf = &pd->dst; in aom_highbd_upsampled_pred_c() local
H A Dvar_based_part.c267 const uint8_t *src_buf, int src_stride, const uint8_t *dst_buf, in fill_variance_8x8avg_highbd()
290 const uint8_t *src_buf, int src_stride, const uint8_t *dst_buf, in fill_variance_8x8avg_lowbd()
330 const uint8_t *dst_buf, int dst_stride, in fill_variance_8x8avg()
349 const uint8_t *dst_buf, int dst_stride, in compute_minmax_8x8()
1104 const uint8_t *dst_buf, int dst_stride, bool is_key_frame, in fill_variance_tree_leaves()
1587 const uint8_t *dst_buf; in av1_choose_var_based_partitioning() local
/aosp_15_r20/external/libaom/av1/encoder/arm/
H A Dreconinter_enc_neon.c42 const struct buf_2d *const dst_buf = &pd->dst; in aom_upsampled_pred_neon() local
163 const struct buf_2d *const dst_buf = &pd->dst; in aom_highbd_upsampled_pred_neon() local
/aosp_15_r20/external/crosvm/common/audio_streams/src/
H A Daudio_streams.rs826 let mut dst_buf = [0u8; PERIOD_SIZE * FRAME_SIZE]; in audio_buffer_copy_from() localVariable
844 let mut dst_buf = [0u8; PERIOD_SIZE * FRAME_SIZE]; in audio_buffer_copy_from_repeat() localVariable
862 let mut dst_buf = [0u8; PERIOD_SIZE * FRAME_SIZE]; in audio_buffer_copy_to() localVariable
897 let mut dst_buf = [0u8; PERIOD_SIZE * FRAME_SIZE]; in io_copy_audio_buffer() localVariable
/aosp_15_r20/external/libaom/av1/encoder/x86/
H A Dreconinter_enc_sse2.c52 const struct buf_2d *const dst_buf = &pd->dst; in aom_upsampled_pred_sse2() local
187 const struct buf_2d *const dst_buf = &pd->dst; in aom_highbd_upsampled_pred_sse2() local
/aosp_15_r20/packages/modules/Bluetooth/system/osi/test/fuzzers/compat/
Dfuzz_compat.cc42 void* dst_buf = malloc(buf_size); in LLVMFuzzerTestOneInput() local
/aosp_15_r20/external/pytorch/aten/src/ATen/cpu/vec/
H A Dvec_convert.h22 __at_align__ dst_t dst_buf[VectorizedN<dst_t, dst_n>::size()]; in apply() local
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/mkl/
H A Dmkl_fused_mish_op.cc50 T* dst_buf = static_cast<T*>(dst_tensor->flat<T>().data()); in Compute_Scalar() local
H A Dmkl_layer_norm_op.cc143 void* dst_buf = in Compute() local
H A Dmkl_matmul_op_fused.cc187 void* dst_buf = static_cast<void*>((dst_tensor)->flat<T>().data()); in Compute() local
/aosp_15_r20/packages/modules/Bluetooth/system/osi/test/fuzzers/ringbuffer/
Dfuzz_ringbuffer.cc111 void* dst_buf = malloc(size); in callArbitraryFunction() local
/aosp_15_r20/external/puffin/src/
H A Dpatching_unittest.cc132 const Buffer& dst_buf, in TestPatching()
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/flags/internal/
H A Dsequence_lock_test.cc161 std::vector<char> dst_buf(size, '0'); in TEST_P() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/flags/internal/
Dsequence_lock_test.cc161 std::vector<char> dst_buf(size, '0'); in TEST_P() local
/aosp_15_r20/external/abseil-cpp/absl/flags/internal/
H A Dsequence_lock_test.cc161 std::vector<char> dst_buf(size, '0'); in TEST_P() local
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/flags/internal/
H A Dsequence_lock_test.cc161 std::vector<char> dst_buf(size, '0'); in TEST_P() local
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/flags/internal/
H A Dsequence_lock_test.cc161 std::vector<char> dst_buf(size, '0'); in TEST_P() local
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/flags/internal/
H A Dsequence_lock_test.cc161 std::vector<char> dst_buf(size, '0'); in TEST_P() local
/aosp_15_r20/external/libvpx/
H A Dy4minput.h52 unsigned char *dst_buf; member
/aosp_15_r20/external/libaom/common/
H A Dy4minput.h53 unsigned char *dst_buf; member
/aosp_15_r20/external/libaom/aom/src/
H A Daom_encoder.c218 char *const dst_buf = (char *)priv->enc.cx_data_dst_buf.buf; in aom_codec_get_cx_data() local
/aosp_15_r20/libcore/luni/src/test/native/
H A Dlibcore_io_Memory_test.cpp38 T dst_buf[NUM_ELEMENTS]; in swap_align_test() local
/aosp_15_r20/external/libmpeg2/common/x86/
H A Dimpeg2_inter_pred_sse42_intr.c70 yuv_buf_t *dst_buf, in impeg2_copy_mb_sse42()

123