| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/ |
| u_rect.h | 40 int x0, x1; member in struct:u_rect 51 return (!(a->x1 < b->x0 || 52 b->x1 < a->x0 || 55 a->x1 < a->x0 || 57 b->x1 < b->x0 || 69 if (b->x0 < a->x0) b->x0 = a->x0; 79 return (r->x1 - r->x0) * (r->y1 - r->y0) [all...] |
| /xsrc/external/mit/MesaLib/dist/src/intel/blorp/ |
| blorp_nir_builder.h | 106 nir_ssa_def *x0 = nir_channel(b, bounds_rect, 0); local 111 nir_ssa_def *c0 = nir_uge(b, nir_channel(b, pos, 0), x0);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| u_rect.h | 40 int x0, x1; member in struct:u_rect 51 return (!(a->x1 < b->x0 || 52 b->x1 < a->x0 || 55 a->x1 < a->x0 || 57 b->x1 < b->x0 || 69 if (b->x0 < a->x0) b->x0 = a->x0; 79 return (r->x1 - r->x0) * (r->y1 - r->y0) [all...] |
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| gen4_source.c | 72 float x0, y0, sf; local 111 x0 = pixman_fixed_to_double(linear->p1.x); 115 x0 -= pixman_fixed_to_double(tx); 149 x0 = p1.v[0]; 159 channel->u.linear.offset = -dx*(x0+dst_x-x) + -dy*(y0+dst_y-y);
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| gen4_source.c | 72 float x0, y0, sf; local 111 x0 = pixman_fixed_to_double(linear->p1.x); 115 x0 -= pixman_fixed_to_double(tx); 149 x0 = p1.v[0]; 159 channel->u.linear.offset = -dx*(x0+dst_x-x) + -dy*(y0+dst_y-y);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/ |
| nv30_transfer.h | 14 unsigned x0; member in struct:nv30_rect
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/ |
| nv30_transfer.h | 14 unsigned x0; member in struct:nv30_rect
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/ |
| xm_line.c | 426 int x0 = (GLint) vert0->attrib[VARYING_SLOT_POS][0]; local 434 XDrawLine(dpy, xrb->pixmap, gc, x0, y0, x1, y1);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/ |
| xm_line.c | 426 int x0 = (GLint) vert0->attrib[VARYING_SLOT_POS][0]; local 434 XDrawLine(dpy, xrb->pixmap, gc, x0, y0, x1, y1);
|
| /xsrc/external/mit/mesa-demos/dist/src/tests/ |
| drawstencil.c | 111 GLint x0 = 5, y0= 5, x1 = 10 + WIDTH, y1 = 5; local 119 DrawStencilPixels(x0, y0, WIDTH, HEIGHT, (GLubyte*) Image); 121 glWindowPos2i(x0, y0); 126 glReadPixels(x0, y0, WIDTH, HEIGHT, GL_STENCIL_INDEX, GL_UNSIGNED_BYTE, tmp);
|
| line-sample.c | 58 float x0 = r0 * cos(i * M_PI / 180.0); local 64 glVertex2f(x0, y0);
|
| blendxor.c | 24 int x0, y0, x1, y1; member in struct:rect 152 NewRect.x0 = NewRect.x1 = x;
|
| rubberband.c | 23 int x0, y0, x1, y1; member in struct:rect 65 glVertex2i(r->x0, r->y0); 68 glVertex2i(r->x0, r->y1); 229 NewRect.x0 = NewRect.x1 = x;
|
| subtexrate.c | 78 int x0 = 0, y0 = 0; local 81 glCopyTexSubImage2D(GL_TEXTURE_2D, 0, x0, y0, x0, y0, w, h); 83 glCopyTexSubImage2D(GL_TEXTURE_2D, 0, x0, y1, x0, y1, w, h); 87 glCopyTexSubImage2D(GL_TEXTURE_2D, 0, x0, y0, x1, y1, w, h); 88 glCopyTexSubImage2D(GL_TEXTURE_2D, 0, x1, y0, x0, y1, w, h); 89 glCopyTexSubImage2D(GL_TEXTURE_2D, 0, x0, y1, x1, y0, w, h); 90 glCopyTexSubImage2D(GL_TEXTURE_2D, 0, x1, y1, x0, y0, w, h); 109 int x0 = 0, y0 = 0 local [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a4xx/ |
| fd4_gmem.c | 351 float x0, y0, x1, y1; variable 357 x0 = ((float)tile->xoff) / ((float)pfb->width); 364 OUT_RING(ring, fui(x0));
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/ |
| sp_quad.h | 64 int x0, y0; /**< quad window pos, always even */ member in struct:quad_header_input
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/ |
| s_zoom.c | 44 * \param x0, x1 returned X bounds of zoomed region [x0, x1) 51 GLint *x0, GLint *x1, GLint *y0, GLint *y1) 93 *x0 = c0; 136 GLint x0, x1, y0, y1; local 140 &x0, &x1, &y0, &y1)) { 151 zoomedWidth = x1 - x0; 160 zoomed.x = x0; 215 GLint j = unzoom_x(ctx->Pixel.ZoomX, imgX, x0 + i) - span->x; 225 GLint j = unzoom_x(ctx->Pixel.ZoomX, imgX, x0 + i) - span->x 366 GLint x0, x1, y0, y1, y; local 411 GLint x0, x1, y0, y1, y; local [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/ |
| sp_quad.h | 64 int x0, y0; /**< quad window pos, always even */ member in struct:quad_header_input
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/ |
| s_zoom.c | 44 * \param x0, x1 returned X bounds of zoomed region [x0, x1) 51 GLint *x0, GLint *x1, GLint *y0, GLint *y1) 93 *x0 = c0; 136 GLint x0, x1, y0, y1; local 140 &x0, &x1, &y0, &y1)) { 151 zoomedWidth = x1 - x0; 160 zoomed.x = x0; 215 GLint j = unzoom_x(ctx->Pixel.ZoomX, imgX, x0 + i) - span->x; 225 GLint j = unzoom_x(ctx->Pixel.ZoomX, imgX, x0 + i) - span->x 366 GLint x0, x1, y0, y1, y; local 411 GLint x0, x1, y0, y1, y; local [all...] |
| /xsrc/external/mit/pixman/dist/demos/ |
| radial-test.c | 96 double x0, x1, radius0, radius1, left, right, center; local 98 x0 = 0; 104 left = MIN (x0 - radius0, x1 - radius1); 105 right = MAX (x0 + radius0, x1 + radius1); 107 x0 -= center; 111 x0 *= 0.25; 116 p0.x = pixman_double_to_fixed (x0);
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/ |
| fbimage.c | 34 int x0, y0; member in struct:fbPutZImage 44 (b->x1 - data->x0) * bpp, 61 box.x1 = data.x0 = x; 80 int x0, y0; member in struct:fbPutXYImage 93 (b->x1 - data->x0) + data->src_x, 109 (b->x1 - data->x0) + data->src_x, 128 box.x1 = data.x0 = x;
|
| fbpush.c | 124 int x0, y0; member in struct:fbPushImage 134 b->x1 - data->x0, 152 data.x0 = x - dx;
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/ |
| fbimage.c | 34 int x0, y0; member in struct:fbPutZImage 44 (b->x1 - data->x0) * bpp, 61 box.x1 = data.x0 = x; 80 int x0, y0; member in struct:fbPutXYImage 93 (b->x1 - data->x0) + data->src_x, 109 (b->x1 - data->x0) + data->src_x, 128 box.x1 = data.x0 = x;
|
| fbpush.c | 124 int x0, y0; member in struct:fbPushImage 134 b->x1 - data->x0, 152 data.x0 = x - dx;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/ |
| draw_pipe_stipple.c | 132 float x0 = pos0[0]; local 145 float dx = x1 - x0; 149 float dx = x0 > x1 ? x0 - x1 : x1 - x0;
|