Searched defs:src_y0 (Results 1 - 15 of 15) sorted by relevance

/external/mesa3d/src/amd/vulkan/
H A Dradv_meta_blit.c564 unsigned src_y0 = pRegions[r].srcOffsets[0].y; local
596 .y = src_y0,
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_blorp.c354 float src_x0, float src_y0,
369 src_level, src_layer, src_x0, src_y0, src_x1, src_y1,
428 src_x0, src_y0, src_x1, src_y1,
347 brw_blorp_blit_miptrees(struct brw_context *brw, struct intel_mipmap_tree *src_mt, unsigned src_level, unsigned src_layer, mesa_format src_format, int src_swizzle, struct intel_mipmap_tree *dst_mt, unsigned dst_level, unsigned dst_layer, mesa_format dst_format, float src_x0, float src_y0, float src_x1, float src_y1, float dst_x0, float dst_y0, float dst_x1, float dst_y1, GLenum filter, bool mirror_x, bool mirror_y, bool decode_srgb, bool encode_srgb) argument
/external/libvpx/libvpx/third_party/libyuv/source/
H A Dplanar_functions.cc723 int BlendPlane(const uint8* src_y0, int src_stride_y0, argument
731 if (!src_y0 || !src_y1 || !alpha || !dst_y || width <= 0 || height == 0) {
769 BlendPlaneRow(src_y0, src_y1, alpha, dst_y, width);
770 src_y0 += src_stride_y0;
781 int I420Blend(const uint8* src_y0, int src_stride_y0, argument
799 if (!src_y0 || !src_u0 || !src_v0 || !src_y1 || !src_u1 || !src_v1 ||
812 BlendPlane(src_y0, src_stride_y0,
2191 void (*SobelYRow)(const uint8* src_y0, const uint8* src_y1,
2193 void (*SobelXRow)(const uint8* src_y0, const uint8* src_y1,
H A Drow_neon.cc2758 void SobelXRow_NEON(const uint8* src_y0, const uint8* src_y1, argument
2786 : "+r"(src_y0), // %0
2801 void SobelYRow_NEON(const uint8* src_y0, const uint8* src_y1, argument
2829 : "+r"(src_y0), // %0
H A Drow_neon64.cc2724 void SobelXRow_NEON(const uint8* src_y0, const uint8* src_y1, argument
2752 : "+r"(src_y0), // %0
2767 void SobelYRow_NEON(const uint8* src_y0, const uint8* src_y1, argument
2795 : "+r"(src_y0), // %0
H A Drow_common.cc879 void SobelXRow_C(const uint8* src_y0, const uint8* src_y1, const uint8* src_y2, argument
883 int a = src_y0[i];
886 int a_sub = src_y0[i + 2];
897 void SobelYRow_C(const uint8* src_y0, const uint8* src_y1, argument
901 int a = src_y0[i + 0];
902 int b = src_y0[i + 1];
903 int c = src_y0[i + 2];
H A Drow_gcc.cc4339 void SobelXRow_SSE2(const uint8* src_y0, const uint8* src_y1, argument
4376 : "+r"(src_y0), // %0
4393 void SobelYRow_SSE2(const uint8* src_y0, const uint8* src_y1, argument
4429 : "+r"(src_y0), // %0
/external/libyuv/files/source/
H A Dplanar_functions.cc893 int BlendPlane(const uint8* src_y0, argument
907 if (!src_y0 || !src_y1 || !alpha || !dst_y || width <= 0 || height == 0) {
943 BlendPlaneRow(src_y0, src_y1, alpha, dst_y, width);
944 src_y0 += src_stride_y0;
955 int I420Blend(const uint8* src_y0, argument
985 if (!src_y0 || !src_u0 || !src_v0 || !src_y1 || !src_u1 || !src_v1 ||
998 BlendPlane(src_y0, src_stride_y0, src_y1, src_stride_y1, alpha, alpha_stride,
2563 void (*SobelYRow)(const uint8* src_y0, const uint8* src_y1, uint8* dst_sobely,
2565 void (*SobelXRow)(const uint8* src_y0, const uint8* src_y1,
H A Drow_neon.cc2739 void SobelXRow_NEON(const uint8* src_y0, argument
2770 : "+r"(src_y0), // %0
2785 void SobelYRow_NEON(const uint8* src_y0, argument
2815 : "+r"(src_y0), // %0
H A Drow_neon64.cc2724 void SobelXRow_NEON(const uint8* src_y0, argument
2755 : "+r"(src_y0), // %0
2770 void SobelYRow_NEON(const uint8* src_y0, argument
2800 : "+r"(src_y0), // %0
H A Drow_common.cc877 void SobelXRow_C(const uint8* src_y0, argument
884 int a = src_y0[i];
887 int a_sub = src_y0[i + 2];
898 void SobelYRow_C(const uint8* src_y0, argument
904 int a = src_y0[i + 0];
905 int b = src_y0[i + 1];
906 int c = src_y0[i + 2];
H A Drow_gcc.cc4390 void SobelXRow_SSE2(const uint8* src_y0, argument
4430 : "+r"(src_y0), // %0
4447 void SobelYRow_SSE2(const uint8* src_y0, argument
4485 : "+r"(src_y0), // %0
H A Drow_msa.cc328 v16u8 src_u0, src_v0, src_y0, src_y1, vec_uv0, vec_uv1; local
334 LD_UB2(src_y, 16, src_y0, src_y1);
336 ILVRL_B2_UB(vec_uv0, src_y0, dst_yuy2_0, dst_yuy2_1);
352 v16u8 src_u0, src_v0, src_y0, src_y1, vec_uv0, vec_uv1; local
358 LD_UB2(src_y, 16, src_y0, src_y1);
360 ILVRL_B2_UB(src_y0, vec_uv0, dst_uyvy0, dst_uyvy1);
/external/mesa3d/src/intel/blorp/
H A Dblorp_blit.c2008 float src_x0, float src_y0,
2032 (dst_y1 - dst_y0) == (src_y1 - src_y0)) ? false : true;
2079 .src0 = src_y0,
2001 blorp_blit(struct blorp_batch *batch, const struct blorp_surf *src_surf, unsigned src_level, unsigned src_layer, enum isl_format src_format, struct isl_swizzle src_swizzle, const struct blorp_surf *dst_surf, unsigned dst_level, unsigned dst_layer, enum isl_format dst_format, struct isl_swizzle dst_swizzle, float src_x0, float src_y0, float src_x1, float src_y1, float dst_x0, float dst_y0, float dst_x1, float dst_y1, GLenum filter, bool mirror_x, bool mirror_y) argument
/external/mesa3d/src/intel/vulkan/
H A Danv_blorp.c495 unsigned src_y0 = pRegions[r].srcOffsets[0].y; local
499 bool flip_y = flip_coords(&src_y0, &src_y1, &dst_y0, &dst_y1);
510 src_x0, src_y0, src_x1, src_y1,

Completed in 413 milliseconds