Searched refs:y1 (Results 1 - 25 of 141) sorted by relevance

123456

/linux-master/drivers/gpu/drm/
H A Ddrm_rect.c47 r1->y1 = max(r1->y1, r2->y1);
105 diff = clip->y1 - dst->y1;
110 src->y1 = src->y2 - new_src_h;
111 dst->y1 += diff;
126 src->y2 = src->y1 + new_src_h;
268 r->y1 = height - tmp.y2;
269 r->y2 = height - tmp.y1;
[all...]
H A Ddrm_damage_helper.c44 dest->y1 = src->y1;
236 /* Round down for x1/y1 and round up for x2/y2 to catch all pixels */
240 iter->plane_src.y1 = src.y1 >> 16;
260 * x1/y1 and round up for x2/y2 for the intersected coordinate. Similar rounding
319 rect->y1 = INT_MAX;
326 rect->y1 = min(rect->y1, clip.y1);
[all...]
H A Ddrm_plane_helper.c111 .src_y = src->y1,
115 .crtc_y = dst->y1,
181 .y1 = src_y,
187 .y1 = crtc_y,
/linux-master/include/drm/
H A Ddrm_rect.h40 * @y1: vertical starting coordinate (inclusive)
47 int x1, y1, x2, y2; member in struct:drm_rect
62 .y1 = (y), \
74 #define DRM_RECT_ARG(r) drm_rect_width(r), drm_rect_height(r), (r)->x1, (r)->y1
91 (r)->y1 >> 16, (((r)->y1 & 0xffff) * 15625) >> 10
105 r->y1 = y;
125 r->y1 -= dh >> 1;
142 r->y1 += dy;
158 drm_rect_translate(r, x - r->x1, y - r->y1);
[all...]
/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/ctc/ctc1_5/
H A Dia_css_ctc1_5.host.c26 int y1, int y0, int x1, int x0)
29 int dy = y1 - y0;
47 assert(y1 >= 0 && y1 <= max_dydx);
80 to->y1 = from->y1;
95 from->y1, from->y0,
100 from->y2, from->y1,
24 ctc_gradient( int *dydx, int *shift, int y1, int y0, int x1, int x0) argument
H A Dia_css_ctc1_5_param.h25 s32 y1; member in struct:sh_css_isp_ctc_params
/linux-master/arch/x86/crypto/
H A Dsha256-ssse3-asm.S108 y1 = %r14d define
154 mov a, y1 # y1 = a
156 ror $(22-13), y1 # y1 = a >> (22-13)
161 xor a, y1 # y1 = a ^ (a >> (22-13)
166 ror $(13-2), y1 # y1 = (a >> (13-2)) ^ (a >> (22-2))
169 xor a, y1 # y
[all...]
H A Dsha256-avx-asm.S115 y1 = %r14d define
160 mov a, y1 # y1 = a
162 MY_ROR (22-13), y1 # y1 = a >> (22-13)
166 xor a, y1 # y1 = a ^ (a >> (22-13)
171 MY_ROR (13-2), y1 # y1 = (a >> (13-2)) ^ (a >> (22-2))
174 xor a, y1 # y
[all...]
H A Dsha256-avx2-asm.S112 y1 = %r14d define
159 rorx $11, e, y1 # y1 = e >> 11 # S1B
167 xor y1, y0 # y0 = (e>>25) ^ (e>>11) # S1
169 vpaddd X0, XTMP0, XTMP0 # XTMP0 = W[-7] + W[-16]# y1 = (e >> 6)# S1
170 rorx $6, e, y1 # y1 = (e >> 6) # S1
173 xor y1, y0 # y0 = (e>>25) ^ (e>>11) ^ (e>>6) # S1
174 rorx $22, a, y1 # y1
[all...]
H A Dsha512-avx2-asm.S97 y1 = %r14 define
184 rorx $18, e, y1 # y1 = e >> 18 # S1B
190 xor y1, y0 # y0 = (e>>41) ^ (e>>18) # S1
192 rorx $14, e, y1 # y1 = (e >> 14) # S1
195 xor y1, y0 # y0 = (e>>41) ^ (e>>18) ^ (e>>14) # S1
196 rorx $39, a, y1 # y1 = a >> 39 # S0A
200 xor T1, y1 # y
[all...]
H A Daria-aesni-avx2-asm_64.S189 y0, y1, y2, y3, \
201 vmovdqu (9 * 32)(rio), y1; \
212 y0, y1, y2, y3, \
217 y0, y1, y2, y3, \
230 vmovdqu y1, 1 * 32(mem_cd); \
240 y0, y1, y2, y3, \
252 vmovdqu y1, 9 * 32(mem); \
422 y0, y1, y2, y3, \
426 vpxor y1, x5, x5; \
432 vpxor y5, y1, y
[all...]
H A Daria-aesni-avx-asm_64.S173 y0, y1, y2, y3, \
185 vmovdqu (9 * 16)(rio), y1; \
196 y0, y1, y2, y3, \
201 y0, y1, y2, y3, \
214 vmovdqu y1, 1 * 16(mem_cd); \
224 y0, y1, y2, y3, \
236 vmovdqu y1, 9 * 16(mem); \
381 y0, y1, y2, y3, \
385 vpxor y1, x5, x5; \
391 vpxor y5, y1, y
[all...]
/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/xnr/xnr_3.0/
H A Dia_css_xnr3_types.h51 int y1; /** Sigma for Y range similarity in bright area */ member in struct:ia_css_xnr3_sigma_params
/linux-master/arch/sh/include/uapi/asm/
H A Dptrace_32.h70 unsigned long y1; member in struct:pt_dspregs
/linux-master/arch/sparc/include/asm/
H A Dsfp-machine_32.h78 #define __FP_FRAC_ADD_3(r2,r1,r0,x2,x1,x0,y2,y1,y0) \
88 "rI" ((USItype)(y1)), \
93 #define __FP_FRAC_SUB_3(r2,r1,r0,x2,x1,x0,y2,y1,y0) \
103 "rI" ((USItype)(y1)), \
108 #define __FP_FRAC_ADD_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \
125 "rI" ((USItype)(y1)), \
133 #define __FP_FRAC_SUB_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \
150 "rI" ((USItype)(y1)), \
158 #define __FP_FRAC_DEC_3(x2,x1,x0,y2,y1,y0) __FP_FRAC_SUB_3(x2,x1,x0,x2,x1,x0,y2,y1,y
[all...]
/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/ctc/ctc_1.0/
H A Dia_css_ctc_types.h63 u16 y1; /** 2nd kneepoint gain. member in struct:ia_css_ctc_config
H A Dia_css_ctc.host.c53 "config.ce_gain_exp=%d, config.y0=%d, config.x1=%d, config.y1=%d, config.x2=%d, config.y2=%d, config.x3=%d, config.y3=%d, config.x4=%d, config.y4=%d\n",
55 config->x1, config->y1,
/linux-master/include/linux/
H A Dfixp-arith.h151 * @y1: y value of point 1
154 static inline int fixp_linear_interpolate(int x0, int y0, int x1, int y1, int x) argument
156 if (y0 == y1 || x == x0)
159 return y1;
161 return y0 + ((y1 - y0) * (x - x0) / (x1 - x0));
/linux-master/drivers/gpu/drm/tests/
H A Ddrm_rect_test.c20 KUNIT_EXPECT_EQ(test, r->y1, expected->y1);
64 src.y1 != 0 || src.y2 != 1 << 16, "Source badly clipped\n");
66 dst.y1 != 0 || dst.y2 != 1, "Destination badly clipped\n");
78 src.y1 != 0 || src.y2 != 2 << 16, "Source badly clipped\n");
80 dst.y1 != 0 || dst.y2 != 1, "Destination badly clipped\n");
92 src.y1 != 0 || src.y2 != 1 << 16, "Source badly clipped\n");
94 dst.y1 != 0 || dst.y2 != 2, "Destination badly clipped\n");
112 src.y1 != 0 || src.y2 != 1 << 16, "Source badly clipped\n");
114 dst.y1 !
[all...]
/linux-master/drivers/video/fbdev/
H A Dxen-fbfront.c45 int x1, y1, x2, y2; /* dirty rectangle, member in struct:xenfb_info
141 int x1, int y1, int w, int h)
145 int y2 = y1 + h - 1;
155 if (info->y1 < y1)
156 y1 = info->y1;
168 info->y1 = y1;
175 info->x1 = info->y1
140 xenfb_refresh(struct xenfb_info *info, int x1, int y1, int w, int h) argument
189 int y1, y2, miny, maxy; local
[all...]
/linux-master/drivers/gpu/drm/nouveau/dispnv04/
H A Dtvnv17.h117 static inline int interpolate(int y0, int y1, int y2, int x) argument
119 return y1 + (x < 50 ? y1 - y0 : y2 - y1) * (x - 50) / 50;
/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/ctc/ctc2/
H A Dia_css_ctc2.host.c34 /* (dydx) = ctc2_slope(y1, y0, x1, x0)
36 * Calculation of the Slope of a Line = ((y1 - y0) >> 8)/(x1 - x0)
38 * Note: y1, y0 , x1 & x0 must lie within the range 0 <-> 8191
40 static int ctc2_slope(int y1, int y0, int x1, int x0) argument
44 int dy = y1 - y0;
52 assert(y1 >= 0 && y1 <= max_slope);
/linux-master/include/uapi/linux/dvb/
H A Dosd.h24 OSD_Open, /* (x0,y0,x1,y1,BitPerPixel[2/4/8](color&0x0F),mix[0..15](color&0xF0)) */
49 OSD_SetColor, /* (color,R{x0},G{y0},B{x1},opacity{y1}) */
83 OSD_SetBlock, /* (x0,y0,x1,y1,increment{color},data) */
85 * fills pixels x0,y0 through x1,y1 with the content of data[]
95 OSD_FillBlock, /* (x0,y0,x1,y1,color) */
97 * fills pixels x0,y0 through x1,y1 with the color <col>
100 OSD_Line, /* (x0,y0,x1,y1,color) */
102 * draw a line from x0,y0 to x1,y1 with the color <col>
105 OSD_Query, /* (x0,y0,x1,y1,xasp{color}}), yasp=11 */
127 int y1; member in struct:osd_cmd_s
[all...]
/linux-master/drivers/input/touchscreen/
H A Dmc13783_ts.c70 int x0, x1, x2, y0, y1, y2; local
81 y1 = (priv->sample[0] >> 12) & 0xfff;
88 x0, x1, x2, y0, y1, y2, cr0, cr1);
91 sort3(y0, y1, y2);
101 input_report_abs(idev, ABS_Y, y1);
104 x1, y1, 0x1000 - cr0);
/linux-master/drivers/gpu/drm/tiny/
H A Dili9225.c84 unsigned int height = rect->y2 - rect->y1;
89 u16 x1, x2, y1, y2; local
112 y1 = rect->y1;
115 y_start = y1;
118 x1 = rect->y1;
120 y1 = fb->width - rect->x2;
128 y1 = fb->height - rect->y2;
129 y2 = fb->height - rect->y1 - 1;
135 x2 = fb->height - rect->y1
[all...]

Completed in 192 milliseconds

123456