| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| st_pbo.h | 32 int xoffset; member in struct:st_pbo_addresses 53 int32_t xoffset; member in struct:st_pbo_addresses::__anon2688
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| st_pbo.h | 32 int xoffset; member in struct:st_pbo_addresses 53 int32_t xoffset; member in struct:st_pbo_addresses::__anon5007
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/ |
| fbarcbits.h | 78 int xoffset = bitsStride; local 100 ARCCOPY(yorghb - xoffset - y); 101 ARCCOPY(yorgohb - xoffset + y); 102 ARCCOPY(yorgohb + xoffset + y); 103 ARCCOPY(yorghb + xoffset - y); 105 ARCRROP(yorghb - xoffset - y); 106 ARCRROP(yorgohb - xoffset + y); 107 ARCRROP(yorgohb + xoffset + y); 108 ARCRROP(yorghb + xoffset - y); 110 xoffset += bitsStride [all...] |
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/ |
| fbarcbits.h | 78 int xoffset = bitsStride; local 100 ARCCOPY(yorghb - xoffset - y); 101 ARCCOPY(yorgohb - xoffset + y); 102 ARCCOPY(yorgohb + xoffset + y); 103 ARCCOPY(yorghb + xoffset - y); 105 ARCRROP(yorghb - xoffset - y); 106 ARCRROP(yorgohb - xoffset + y); 107 ARCRROP(yorgohb + xoffset + y); 108 ARCRROP(yorghb + xoffset - y); 110 xoffset += bitsStride [all...] |
| /xsrc/external/mit/xf86-video-mga/dist/src/ |
| mga_arc.c | 106 int xoffset = 1; local 124 DRAW_POINT(orghb.x - y, orghb.y - xoffset); 125 DRAW_POINT(orgohb.x + y, orgohb.y - xoffset); 126 DRAW_POINT(orgohb.x + y, orgohb.y + xoffset); 127 DRAW_POINT(orghb.x - y, orghb.y + xoffset); 128 xoffset ++;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| winfillsp.c | 236 int xoffset; local 244 xoffset = (fullX1 - (pDrawable->x + (pGC->patOrg.x % pStipple->drawable.width) - pStipple->drawable.width)) % pStipple->drawable.width; 246 xoffset = 0; 248 if (xoffset + width > pStipple->drawable.width) 249 width = pStipple->drawable.width - xoffset; 255 xoffset, 361 int xoffset; local 369 xoffset = (fullX1 - (pDrawable->x + (pGC->patOrg.x % pStipple->drawable.width) - pStipple->drawable.width)) % pStipple->drawable.width; 371 xoffset = 0; 373 if (xoffset + width > pStipple->drawable.width 434 int xoffset; local 594 int xoffset; local 719 int xoffset; local 789 int xoffset; local [all...] |
| /xsrc/external/mit/xorgproto/dist/include/X11/ |
| XWDFile.h | 61 CARD32 xoffset; /* Bitmap x offset, normally 0 */ member in struct:_xwd_file_header
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| lp_bld_interp.c | 363 LLVMValueRef xoffset = pix_center_offset; local 371 xoffset = lp_build_broadcast_scalar(coeff_bld, x_val_idx); 375 pix_center_offset, &xoffset, &yoffset); 377 chan_pixoffx = lp_build_add(coeff_bld, chan_pixoffx, xoffset); 562 LLVMValueRef xoffset = lp_build_gather(gallivm, local 578 pixoffx = LLVMBuildFAdd(builder, pixoffx, xoffset, "");
|
| /xsrc/external/mit/xorg-server/dist/fb/ |
| fbbits.h | 334 int xoffset = bitsStride; local 357 ARCCOPY(yorghb - xoffset - y); 358 ARCCOPY(yorgohb - xoffset + y); 359 ARCCOPY(yorgohb + xoffset + y); 360 ARCCOPY(yorghb + xoffset - y); 363 ARCRROP(yorghb - xoffset - y); 364 ARCRROP(yorgohb - xoffset + y); 365 ARCRROP(yorgohb + xoffset + y); 366 ARCRROP(yorghb + xoffset - y); 368 xoffset += bitsStride [all...] |
| /xsrc/external/mit/xorg-server.old/dist/fb/ |
| fbbits.h | 391 int xoffset = bitsStride; local 418 ARCCOPY(yorghb - xoffset - y * MUL); 419 ARCCOPY(yorgohb - xoffset + y * MUL); 420 ARCCOPY(yorgohb + xoffset + y * MUL); 421 ARCCOPY(yorghb + xoffset - y * MUL); 425 ARCRROP(yorghb - xoffset - y * MUL); 426 ARCRROP(yorgohb - xoffset + y * MUL); 427 ARCRROP(yorgohb + xoffset + y * MUL); 428 ARCRROP(yorghb + xoffset - y * MUL); 430 xoffset += bitsStride [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/ |
| r200_state.c | 1546 GLfloat xoffset = 0; local 1564 float_ui32_type tx = { translate[0] + xoffset };
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/ |
| radeon_state.c | 1352 GLfloat xoffset = 0.0; local 1370 float_ui32_type tx = { translate[0] + xoffset + SUBPIXEL_X };
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/ |
| r200_state.c | 1545 GLfloat xoffset = 0; local 1563 float_ui32_type tx = { translate[0] + xoffset };
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/ |
| radeon_state.c | 1351 GLfloat xoffset = 0.0; local 1369 float_ui32_type tx = { translate[0] + xoffset + SUBPIXEL_X };
|
| /xsrc/external/mit/xf86-video-geode/dist/src/cim/ |
| cim_vg.c | 1869 long x, xoffset; local 1912 xoffset = -x; 1916 xoffset = 0; 1947 (((unsigned long) xoffset) << 11));
|
| /xsrc/external/mit/xf86-video-geode/dist/src/gfx/ |
| disp_gu1.c | 975 short xoffset = 0; local 995 xoffset = -x; 1019 (((unsigned long) xoffset) << 11));
|
| disp_gu2.c | 786 short xoffset = 0; local 808 xoffset = -x; 823 (((unsigned long) xoffset) << 11));
|
| /xsrc/external/mit/xf86-video-nsc/dist/src/gfx/ |
| disp_gu1.c | 1249 short xoffset = 0; local 1267 xoffset = -x; 1290 (((unsigned long)xoffset) << 11));
|
| disp_gu2.c | 1067 short xoffset = 0; local 1090 xoffset = -x; 1105 (((unsigned long)xoffset) << 11));
|
| /xsrc/external/mit/xf86-video-sis/dist/src/ |
| sis_video.c | 4210 int xoffset = 0, yoffset = 0, left, right, top, bottom; local 4253 xoffset = (drw_w - width) >> 1; 4259 if(xoffset || yoffset) { 4402 if(left >= drw_x + xoffset + width) goto mycont; 4405 if(right <= drw_x + xoffset) goto mycont; 4413 if(left < (drw_x + xoffset)) left = drw_x + xoffset; 4414 if(right > (drw_x + xoffset + width)) right = drw_x + xoffset + width; 4445 if(pbox->x1 > drw_x + xoffset) { [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/fbdevhw/ |
| fbpriv.h | 160 __u32 xoffset; /* offset from virtual to visible */ member in struct:fb_var_screeninfo 252 __s16 xoffset; member in struct:fb_cursorstate
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/fbdevhw/ |
| fbpriv.h | 160 __u32 xoffset; /* offset from virtual to visible */ member in struct:fb_var_screeninfo 254 __s16 xoffset; member in struct:fb_cursorstate
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/ |
| r300_context.h | 254 float xoffset; /* R300_VAP_VPORT_XOFFSET: 0x209c */ member in struct:r300_viewport_state
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/ |
| r300_context.h | 254 float xoffset; /* R300_VAP_VPORT_XOFFSET: 0x209c */ member in struct:r300_viewport_state
|
| /xsrc/external/mit/libX11/dist/include/X11/ |
| Xlib.h | 358 int xoffset; /* number of pixels offset in X direction */ member in struct:_XImage
|