Home
last modified time | relevance | path

Searched defs:src_p (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/bootable/recovery/minui/
H A Dgraphics.cpp185 static void TextBlend(const uint8_t* src_p, int src_row_bytes, uint32_t* dst_p, int dst_row_pixels, in TextBlend()
223 const uint8_t* src_p = font->texture->data() + ((ch - ' ') * font->char_width) + in gr_text() local
248 const uint8_t* src_p = icon->data(); in gr_texticon() local
337 const uint8_t* src_p = source->data() + sy * source->row_bytes + sx * source->pixel_bytes; in gr_blit() local
/aosp_15_r20/build/make/tools/releasetools/
H A Dbuild_image.py699 def copy_prop(src_p, dest_p): argument
854 def copy_prop(src_p, dest_p): argument
/aosp_15_r20/external/skia/src/core/
H A DSkBlitter_A8.cpp116 static uint8_t src_p (uint8_t src, uint8_t dst) { return src; } in src_p() function
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_opt_copy_prop_vars.c847 nir_deref_instr **src_p = &src_path->path[1]; in load_from_deref_entry_value() local
H A Dnir_split_vars.c704 nir_deref_instr *dst_p, *src_p; in emit_split_copies() local
/aosp_15_r20/external/libgav1/src/dsp/arm/
H A Dloop_filter_10bit_neon.cc1045 uint16x8_t src_p[4] = {vld1q_u16(dst_0), vld1q_u16(dst_1), vld1q_u16(dst_2), in Vertical14_NEON() local
/aosp_15_r20/external/libbpf/src/
H A Dlinker.c1766 struct btf_param *src_p, *dst_p; in complete_extern_btf_info() local
/aosp_15_r20/external/libaom/aom_dsp/arm/
H A Dhighbd_loopfilter_neon.c1118 uint16x8_t src_p[4] = { vld1q_u16(dst_0), vld1q_u16(dst_1), vld1q_u16(dst_2), in aom_highbd_lpf_vertical_14_neon() local
/aosp_15_r20/external/libaom/av1/common/
H A Drestoration.c403 const uint8_t *src_p = src + j; in wiener_filter_stripe() local
/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A DFunctionsManual.cpp6783 const Tensor& src_p, in scatter_reduce_jvp()