HomeSort by relevance Sort by last modified time
    Searched defs:tor (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nouveau_local.h 78 uint32_t flags, uint32_t vor, uint32_t tor)
80 nouveau_pushbuf_reloc(push, bo, offset, flags, vor, tor);
113 uint32_t vor, uint32_t tor)
116 bo, data, access | NOUVEAU_BO_OR, vor, tor); local
121 PUSH_DATA(push, data | tor);
127 uint32_t vor, uint32_t tor)
130 bo, data, access | NOUVEAU_BO_OR, vor, tor); local
139 data |= tor;
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_local.h 78 uint32_t flags, uint32_t vor, uint32_t tor)
80 nouveau_pushbuf_reloc(push, bo, offset, flags, vor, tor);
113 uint32_t vor, uint32_t tor)
116 bo, data, access | NOUVEAU_BO_OR, vor, tor); local
121 PUSH_DATA(push, data | tor);
127 uint32_t vor, uint32_t tor)
130 bo, data, access | NOUVEAU_BO_OR, vor, tor); local
139 data |= tor;

Completed in 43 milliseconds