/aosp_15_r20/external/igt-gpu-tools/lib/ |
H A D | igt_vc4.c | 277 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 D | radv_query.c | 62 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 D | reconinter_enc.c | 66 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 D | var_based_part.c | 267 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 D | reconinter_enc_neon.c | 42 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 D | audio_streams.rs | 826 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 D | reconinter_enc_sse2.c | 52 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/ |
D | fuzz_compat.cc | 42 void* dst_buf = malloc(buf_size); in LLVMFuzzerTestOneInput() local
|
/aosp_15_r20/external/pytorch/aten/src/ATen/cpu/vec/ |
H A D | vec_convert.h | 22 __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 D | mkl_fused_mish_op.cc | 50 T* dst_buf = static_cast<T*>(dst_tensor->flat<T>().data()); in Compute_Scalar() local
|
H A D | mkl_layer_norm_op.cc | 143 void* dst_buf = in Compute() local
|
H A D | mkl_matmul_op_fused.cc | 187 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/ |
D | fuzz_ringbuffer.cc | 111 void* dst_buf = malloc(size); in callArbitraryFunction() local
|
/aosp_15_r20/external/puffin/src/ |
H A D | patching_unittest.cc | 132 const Buffer& dst_buf, in TestPatching()
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/flags/internal/ |
H A D | sequence_lock_test.cc | 161 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/ |
D | sequence_lock_test.cc | 161 std::vector<char> dst_buf(size, '0'); in TEST_P() local
|
/aosp_15_r20/external/abseil-cpp/absl/flags/internal/ |
H A D | sequence_lock_test.cc | 161 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 D | sequence_lock_test.cc | 161 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 D | sequence_lock_test.cc | 161 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 D | sequence_lock_test.cc | 161 std::vector<char> dst_buf(size, '0'); in TEST_P() local
|
/aosp_15_r20/external/libvpx/ |
H A D | y4minput.h | 52 unsigned char *dst_buf; member
|
/aosp_15_r20/external/libaom/common/ |
H A D | y4minput.h | 53 unsigned char *dst_buf; member
|
/aosp_15_r20/external/libaom/aom/src/ |
H A D | aom_encoder.c | 218 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 D | libcore_io_Memory_test.cpp | 38 T dst_buf[NUM_ELEMENTS]; in swap_align_test() local
|
/aosp_15_r20/external/libmpeg2/common/x86/ |
H A D | impeg2_inter_pred_sse42_intr.c | 70 yuv_buf_t *dst_buf, in impeg2_copy_mb_sse42()
|