| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| int64.glsl | 94 idiv64(ivec2 _n, ivec2 _d) 96 const bool negate = (_n.y < 0) != (_d.y < 0); 97 uvec2 n = unpackUint2x32(uint64_t(abs(packInt2x32(_n)))); 112 imod64(ivec2 _n, ivec2 _d) 114 const bool negate = (_n.y < 0) != (_d.y < 0); 115 uvec2 n = unpackUint2x32(uint64_t(abs(packInt2x32(_n))));
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| int64.glsl | 94 idiv64(ivec2 _n, ivec2 _d) 96 const bool negate = (_n.y < 0) != (_d.y < 0); 97 uvec2 n = unpackUint2x32(uint64_t(abs(packInt2x32(_n)))); 112 imod64(ivec2 _n, ivec2 _d) 114 const bool negate = (_n.y < 0) != (_d.y < 0); 115 uvec2 n = unpackUint2x32(uint64_t(abs(packInt2x32(_n))));
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/ |
| intel_batchbuffer.h | 119 unsigned int _n = batch->used - batch->emit; local 121 if (_n != batch->total) { 123 _n, batch->total);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/ |
| intel_batchbuffer.h | 119 unsigned int _n = batch->used - batch->emit; local 121 if (_n != batch->total) { 123 _n, batch->total);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| brw_batch.h | 107 unsigned int _n = USED_BATCH(*batch) - batch->emit; local 109 if (_n != batch->total) { 111 _n, batch->total);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| intel_batchbuffer.h | 106 unsigned int _n = USED_BATCH(*batch) - batch->emit; local 108 if (_n != batch->total) { 110 _n, batch->total);
|
| /xsrc/external/mit/libxcb/dist/src/ |
| c_client.py | 216 def _n(list): function 235 Same as _n but adds a "_t" on the end. 255 _ns.c_ext_global_name = _n(_ns.prefix + ('id',)) 381 _h(' %s%s%s%s%s', _n(name + (enam,)).upper(), equals, eval, comma, doc) 398 self.c_next_name = _n(name + ('next',)) 399 self.c_end_name = _n(name + ('end',)) 401 self.c_request_name = _n(name) 402 self.c_checked_name = _n(name + ('checked',)) 403 self.c_unchecked_name = _n(name + ('unchecked',)) 404 self.c_reply_name = _n(name + ('reply',) [all...] |
| /xsrc/external/mit/xf86-video-mach64/dist/src/ |
| atimach64io.h | 198 * This is no longer as critical, especially for _n == 1. However, 199 * there is still a need to ensure _n <= pATI->nFIFOEntries. 201 #define ATIMach64WaitForFIFO(_pATI, _n) \ 202 while ((_pATI)->nAvailableFIFOEntries < (_n)) \
|
| atipreinit.c | 136 #define BIOSByte(_n) ((CARD8)(BIOS[_n])) 137 #define BIOSWord(_n) ((CARD16)(BIOS[_n] | \ 138 (BIOS[(_n) + 1] << 8)))
|
| /xsrc/external/mit/xf86-video-tdfx/dist/src/ |
| tdfx_priv.h | 86 #define CHECK_FOR_ROOM(_n) \ 87 if ((pTDFX->fifoSlots -= (_n)) < 0) \ 88 cmdfifo_make_room(adapter, fifo_ptr, _n); \
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/ |
| radeon_maos_verts.c | 97 #define TAG(x) x##_n
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/ |
| radeon_maos_verts.c | 98 #define TAG(x) x##_n
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| sna_accel.c | 9156 GCPtr gc, int mode, const int _n, const DDXPointRec * const _pt, 9180 __FUNCTION__, gc->alu, gc->fgPixel, _n, clipped, damage)); 9204 int n = _n; 10386 GCPtr gc, const int _n, const xSegment *_s, 10409 __FUNCTION__, gc->alu, gc->fgPixel, _n, clipped, damage)); 10432 int n = _n; 14972 int *_n, xRectangle **_r, 14980 if (*_n == 0) 14987 while (*_n && ((*_r)->width == 0 || (*_r)->height == 0)) 14988 --*_n, ++*_r [all...] |
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| sna_accel.c | 9013 GCPtr gc, int mode, const int _n, const DDXPointRec * const _pt, 9037 __FUNCTION__, gc->alu, gc->fgPixel, _n, clipped, damage)); 9061 int n = _n; 10224 GCPtr gc, const int _n, const xSegment *_s, 10247 __FUNCTION__, gc->alu, gc->fgPixel, _n, clipped, damage)); 10270 int n = _n; 14748 int *_n, xRectangle **_r, 14756 if (*_n == 0) 14763 while (*_n && ((*_r)->width == 0 || (*_r)->height == 0)) 14764 --*_n, ++*_r [all...] |