HomeSort by relevance Sort by last modified time
    Searched refs:BUFCTX_FRAGTEX (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nv30_fragtex.c 46 PUSH_RESET(push, BUFCTX_FRAGTEX(unit));
127 PUSH_MTHDl(push, NV30_3D(TEX_OFFSET(unit)), BUFCTX_FRAGTEX(unit),
129 PUSH_MTHDs(push, NV30_3D(TEX_FORMAT(unit)), BUFCTX_FRAGTEX(unit),
182 nouveau_bufctx_reset(nv30->bufctx, BUFCTX_FRAGTEX(i));
188 nouveau_bufctx_reset(nv30->bufctx, BUFCTX_FRAGTEX(i));
nv30_context.h 17 #define BUFCTX_FRAGTEX(n) (9 + (n))
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_fragtex.c 46 PUSH_RESET(push, BUFCTX_FRAGTEX(unit));
127 PUSH_MTHDl(push, NV30_3D(TEX_OFFSET(unit)), BUFCTX_FRAGTEX(unit),
129 PUSH_MTHDs(push, NV30_3D(TEX_FORMAT(unit)), BUFCTX_FRAGTEX(unit),
182 nouveau_bufctx_reset(nv30->bufctx, BUFCTX_FRAGTEX(i));
188 nouveau_bufctx_reset(nv30->bufctx, BUFCTX_FRAGTEX(i));
nv30_context.h 17 #define BUFCTX_FRAGTEX(n) (9 + (n))

Completed in 88 milliseconds