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

/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_mipmap_tree.c984 int src_y0 = 0; local
994 src_x0, src_y0,
1003 src_x0, src_y0,
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_mipmap_tree.c984 int src_y0 = 0; local
994 src_x0, src_y0,
1003 src_x0, src_y0,
H A Dbrw_blorp_blit.cpp129 int src_x0, int src_y0,
137 src_x0, src_y0,
1636 GLuint src_x0, GLuint src_y0,
1759 wm_push_consts.y_transform.setup(src_y0, dst_y0, dst_y1, mirror_y);
124 brw_blorp_blit_miptrees(struct intel_context *intel, struct intel_mipmap_tree *src_mt, unsigned src_level, unsigned src_layer, struct intel_mipmap_tree *dst_mt, unsigned dst_level, unsigned dst_layer, int src_x0, int src_y0, int dst_x0, int dst_y0, int dst_x1, int dst_y1, bool mirror_x, bool mirror_y) argument
1631 brw_blorp_blit_params(struct brw_context *brw, struct intel_mipmap_tree *src_mt, unsigned src_level, unsigned src_layer, struct intel_mipmap_tree *dst_mt, unsigned dst_level, unsigned dst_layer, GLuint src_x0, GLuint src_y0, GLuint dst_x0, GLuint dst_y0, GLuint dst_x1, GLuint dst_y1, bool mirror_x, bool mirror_y) argument
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_mipmap_tree.c984 int src_y0 = 0; local
994 src_x0, src_y0,
1003 src_x0, src_y0,
/external/libvpx/libvpx/third_party/libyuv/source/
H A Drow_neon.cc2997 void SobelXRow_NEON(const uint8* src_y0, const uint8* src_y1, argument
3026 : "+r"(src_y0), // %0
3041 void SobelYRow_NEON(const uint8* src_y0, const uint8* src_y1, argument
3070 : "+r"(src_y0), // %0
H A Drow_neon64.cc2999 void SobelXRow_NEON(const uint8* src_y0, const uint8* src_y1, argument
3027 : "+r"(src_y0), // %0
3044 void SobelYRow_NEON(const uint8* src_y0, const uint8* src_y1, argument
3072 : "+r"(src_y0), // %0
H A Drow_common.cc908 void SobelXRow_C(const uint8* src_y0, const uint8* src_y1, const uint8* src_y2, argument
912 int a = src_y0[i];
915 int a_sub = src_y0[i + 2];
926 void SobelYRow_C(const uint8* src_y0, const uint8* src_y1, argument
930 int a = src_y0[i + 0];
931 int b = src_y0[i + 1];
932 int c = src_y0[i + 2];
H A Drow_gcc.cc4122 void SobelXRow_SSE2(const uint8* src_y0, const uint8* src_y1, argument
4159 : "+r"(src_y0), // %0
4176 void SobelYRow_SSE2(const uint8* src_y0, const uint8* src_y1, argument
4212 : "+r"(src_y0), // %0
H A Drow_win.cc4948 void SobelXRow_SSE2(const uint8* src_y0, const uint8* src_y1, argument
4953 mov eax, [esp + 8 + 4] // src_y0
4964 movq xmm0, qword ptr [eax] // read 8 pixels from src_y0[0]
4965 movq xmm1, qword ptr [eax + 2] // read 8 pixels from src_y0[2]
5004 void SobelYRow_SSE2(const uint8* src_y0, const uint8* src_y1, argument
5008 mov eax, [esp + 4 + 4] // src_y0
5017 movq xmm0, qword ptr [eax] // read 8 pixels from src_y0[0]
5022 movq xmm1, qword ptr [eax + 1] // read 8 pixels from src_y0[1]
5027 movq xmm2, qword ptr [eax + 2] // read 8 pixels from src_y0[2]
/external/libyuv/files/source/
H A Dplanar_functions.cc583 int BlendPlane(const uint8* src_y0, int src_stride_y0, argument
591 if (!src_y0 || !src_y1 || !alpha || !dst_y || width <= 0 || height == 0) {
629 BlendPlaneRow(src_y0, src_y1, alpha, dst_y, width);
630 src_y0 += src_stride_y0;
641 int I420Blend(const uint8* src_y0, int src_stride_y0, argument
659 if (!src_y0 || !src_u0 || !src_v0 || !src_y1 || !src_u1 || !src_v1 ||
672 BlendPlane(src_y0, src_stride_y0,
2051 void (*SobelYRow)(const uint8* src_y0, const uint8* src_y1,
2053 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

Completed in 198 milliseconds