HomeSort by: relevance | last modified time | path
    Searched defs:_n (Results 1 - 5 of 5) sorted by relevancy

  /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/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/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/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...]

Completed in 6 milliseconds