| /xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/ |
| fbarcbits.h | 42 int yoffset, dyoffset; local 56 yoffset = y ? bitsStride : 0; 87 ARCCOPY(yorgp + yoffset + x); 88 ARCCOPY(yorgp + yoffset - x); 89 ARCCOPY(yorgop - yoffset - x); 90 ARCCOPY(yorgop - yoffset + x); 92 ARCRROP(yorgp + yoffset + x); 93 ARCRROP(yorgp + yoffset - x); 94 ARCRROP(yorgop - yoffset - x); 95 ARCRROP(yorgop - yoffset + x) [all...] |
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/ |
| fbarcbits.h | 42 int yoffset, dyoffset; local 56 yoffset = y ? bitsStride : 0; 87 ARCCOPY(yorgp + yoffset + x); 88 ARCCOPY(yorgp + yoffset - x); 89 ARCCOPY(yorgop - yoffset - x); 90 ARCCOPY(yorgop - yoffset + x); 92 ARCRROP(yorgp + yoffset + x); 93 ARCRROP(yorgp + yoffset - x); 94 ARCRROP(yorgop - yoffset - x); 95 ARCRROP(yorgop - yoffset + x) [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| brw_tex_copy.c | 48 GLint xoffset, GLint yoffset, GLint slice, 57 xoffset, yoffset, width, height)) 63 xoffset, yoffset, slice,
|
| brw_pixel_read.c | 68 GLint xoffset, GLint yoffset, 171 yoffset += slice_offset_y; 185 yoffset = rb->Height - yoffset - height; 196 __func__, xoffset, yoffset, width, height, 203 yoffset, yoffset + height,
|
| brw_tex_image.c | 180 GLint xoffset, GLint yoffset, GLint zoffset, 283 __func__, texImage->Level, xoffset, yoffset, width, height, 292 yoffset += level_y; 296 yoffset, yoffset + height, 314 GLint xoffset, GLint yoffset, GLint zoffset, 334 xoffset, yoffset, zoffset, 342 xoffset, yoffset, zoffset, 349 xoffset, yoffset, zoffset, 386 GLint xoffset, GLint yoffset, GLint zoffset [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| intel_tex_copy.c | 48 GLint xoffset, GLint yoffset, GLint slice, 57 xoffset, yoffset, width, height)) 63 xoffset, yoffset, slice,
|
| intel_pixel_read.c | 68 GLint xoffset, GLint yoffset, 171 yoffset += slice_offset_y; 185 yoffset = rb->Height - yoffset - height; 196 __func__, xoffset, yoffset, width, height, 203 yoffset, yoffset + height,
|
| intel_tex_image.c | 180 GLint xoffset, GLint yoffset, GLint zoffset, 283 __func__, texImage->Level, xoffset, yoffset, width, height, 292 yoffset += level_y; 296 yoffset, yoffset + height, 314 GLint xoffset, GLint yoffset, GLint zoffset, 333 xoffset, yoffset, zoffset, 341 xoffset, yoffset, zoffset, 348 xoffset, yoffset, zoffset, 385 GLint xoffset, GLint yoffset, GLint zoffset [all...] |
| /xsrc/external/mit/xf86-video-mga/dist/src/ |
| mga_arc.c | 69 int yoffset, dyoffset, x, y, a, b, d, mask, k1, k3, dx, dy, tmp; local 91 yoffset = y ? 1 : 0; 119 DRAW_POINT(org.x + x, org.y + yoffset); 120 DRAW_POINT(org.x - x, org.y + yoffset); 121 DRAW_POINT(orgo.x - x, orgo.y - yoffset); 122 DRAW_POINT(orgo.x + x, orgo.y - yoffset); 129 MIARCCIRCLESTEP(yoffset ++;); 134 yoffset = info.h; 140 DRAW_POINT(org.x + info.xorg + x, org.y + yoffset); 141 DRAW_POINT(org.x + info.xorgo - x, org.y + yoffset); [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/ |
| intel_tex_subimage.c | 49 GLint xoffset, GLint yoffset, 76 texImage->Level, xoffset, yoffset, width, height); 113 xoffset, yoffset, false, 133 GLint xoffset, GLint yoffset, GLint zoffset, 141 xoffset, yoffset, 145 xoffset, yoffset, zoffset,
|
| intel_tex_copy.c | 84 GLint xoffset, GLint yoffset, GLint slice, 94 xoffset, yoffset, slice, 102 xoffset, yoffset, slice,
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/ |
| intel_tex_subimage.c | 49 GLint xoffset, GLint yoffset, 76 texImage->Level, xoffset, yoffset, width, height); 113 xoffset, yoffset, false, 133 GLint xoffset, GLint yoffset, GLint zoffset, 141 xoffset, yoffset, 145 xoffset, yoffset, zoffset,
|
| intel_tex_copy.c | 84 GLint xoffset, GLint yoffset, GLint slice, 94 xoffset, yoffset, slice, 102 xoffset, yoffset, slice,
|
| /xsrc/external/mit/xorg-server/dist/fb/ |
| fbbits.h | 297 int yoffset, dyoffset; local 311 yoffset = y ? bitsStride : 0; 343 ARCCOPY(yorgp + yoffset + x); 344 ARCCOPY(yorgp + yoffset - x); 345 ARCCOPY(yorgop - yoffset - x); 346 ARCCOPY(yorgop - yoffset + x); 349 ARCRROP(yorgp + yoffset + x); 350 ARCRROP(yorgp + yoffset - x); 351 ARCRROP(yorgop - yoffset - x); 352 ARCRROP(yorgop - yoffset + x) [all...] |
| /xsrc/external/mit/xorg-server.old/dist/fb/ |
| fbbits.h | 349 int yoffset, dyoffset; local 363 yoffset = y ? bitsStride : 0; 402 ARCCOPY(yorgp + yoffset + x * MUL); 403 ARCCOPY(yorgp + yoffset - x * MUL); 404 ARCCOPY(yorgop - yoffset - x * MUL); 405 ARCCOPY(yorgop - yoffset + x * MUL); 409 ARCRROP(yorgp + yoffset + x * MUL); 410 ARCRROP(yorgp + yoffset - x * MUL); 411 ARCRROP(yorgop - yoffset - x * MUL); 412 ARCRROP(yorgop - yoffset + x * MUL) [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| texgetimage.h | 41 GLint xoffset, GLint yoffset, GLint zoffset, 67 GLint xoffset, GLint yoffset, GLint zoffset, 86 GLint xoffset, GLint yoffset,
|
| texgetimage.c | 78 GLint xoffset, GLint yoffset, GLint zoffset, 97 xoffset, yoffset, width, height, 127 GLint xoffset, GLint yoffset, GLint zoffset, 144 xoffset, yoffset, width, height, 176 GLint xoffset, GLint yoffset, GLint zoffset, 191 xoffset, yoffset, width, height, 222 GLint xoffset, GLint yoffset, GLint zoffset, 235 xoffset, yoffset, width, height, 308 GLint xoffset, GLint yoffset, GLint zoffset, 340 xoffset, yoffset, width, height [all...] |
| teximage.h | 235 GLint xoffset, GLint yoffset, GLint zoffset, 316 GLint xoffset, GLint yoffset, 323 GLint xoffset, GLint yoffset, 330 GLint xoffset, GLint yoffset, GLint zoffset, 337 GLint xoffset, GLint yoffset, GLint zoffset, 355 GLint yoffset, GLsizei width, GLsizei height, 361 GLint xoffset, GLint yoffset, 368 GLint yoffset, GLint zoffset, GLsizei width, 374 GLint xoffset, GLint yoffset, GLint zoffset, 409 GLint xoffset, GLint yoffset, [all...] |
| /xsrc/external/mit/MesaLib/dist/src/glx/ |
| indirect_texture_compression.c | 138 GLsizei xoffset, GLsizei yoffset, 163 __GLX_PUT_LONG(16, yoffset); 181 __GLX_PUT_LONG(20, yoffset); 281 GLint xoffset, GLint yoffset, 286 CompressedTexSubImage1D2D(target, level, xoffset, yoffset, width, height, 294 GLint xoffset, GLint yoffset, 314 __GLX_PUT_LONG(16, yoffset); 332 __GLX_PUT_LONG(20, yoffset);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| st_pbo.h | 33 int yoffset; member in struct:st_pbo_addresses 54 int32_t yoffset; member in struct:st_pbo_addresses::__anon2688
|
| /xsrc/external/mit/MesaLib.old/dist/src/glx/ |
| indirect_texture_compression.c | 138 GLsizei xoffset, GLsizei yoffset, 163 __GLX_PUT_LONG(16, yoffset); 181 __GLX_PUT_LONG(20, yoffset); 281 GLint xoffset, GLint yoffset, 286 CompressedTexSubImage1D2D(target, level, xoffset, yoffset, width, height, 294 GLint xoffset, GLint yoffset, 314 __GLX_PUT_LONG(16, yoffset); 332 __GLX_PUT_LONG(20, yoffset);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| st_pbo.h | 33 int yoffset; member in struct:st_pbo_addresses 54 int32_t yoffset; member in struct:st_pbo_addresses::__anon5007
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| texgetimage.c | 78 GLint xoffset, GLint yoffset, GLint zoffset, 97 xoffset, yoffset, width, height, 127 GLint xoffset, GLint yoffset, GLint zoffset, 142 xoffset, yoffset, width, height, 183 GLint xoffset, GLint yoffset, GLint zoffset, 198 xoffset, yoffset, width, height, 229 GLint xoffset, GLint yoffset, GLint zoffset, 242 xoffset, yoffset, width, height, 315 GLint xoffset, GLint yoffset, GLint zoffset, 347 xoffset, yoffset, width, height [all...] |
| teximage.h | 235 GLint xoffset, GLint yoffset, GLint zoffset, 353 GLint xoffset, GLint yoffset, 360 GLint xoffset, GLint yoffset, 367 GLint xoffset, GLint yoffset, GLint zoffset, 374 GLint xoffset, GLint yoffset, GLint zoffset, 404 GLint xoffset, GLint yoffset, GLsizei width, 410 GLint xoffset, GLint yoffset, GLsizei width, 416 GLint yoffset, GLsizei width, GLsizei height, 422 GLint xoffset, GLint yoffset, 429 GLint yoffset, GLint zoffset, GLsizei width [all...] |
| texgetimage.h | 41 GLint xoffset, GLint yoffset, GLint zoffset, 74 GLint xoffset, GLint yoffset, GLint zoffset, 101 GLint xoffset, GLint yoffset,
|