Searched defs:src_p (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/bootable/recovery/minui/ |
H A D | graphics.cpp | 185 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 D | build_image.py | 699 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 D | SkBlitter_A8.cpp | 116 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 D | nir_opt_copy_prop_vars.c | 847 nir_deref_instr **src_p = &src_path->path[1]; in load_from_deref_entry_value() local
|
H A D | nir_split_vars.c | 704 nir_deref_instr *dst_p, *src_p; in emit_split_copies() local
|
/aosp_15_r20/external/libgav1/src/dsp/arm/ |
H A D | loop_filter_10bit_neon.cc | 1045 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 D | linker.c | 1766 struct btf_param *src_p, *dst_p; in complete_extern_btf_info() local
|
/aosp_15_r20/external/libaom/aom_dsp/arm/ |
H A D | highbd_loopfilter_neon.c | 1118 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 D | restoration.c | 403 const uint8_t *src_p = src + j; in wiener_filter_stripe() local
|
/aosp_15_r20/external/pytorch/torch/csrc/autograd/ |
H A D | FunctionsManual.cpp | 6783 const Tensor& src_p, in scatter_reduce_jvp()
|