Searched refs:BUFCTX_FRAGTEX (Results 1 – 2 of 2) sorted by relevance
46 PUSH_RESET(push, BUFCTX_FRAGTEX(unit)); in nv30_fragtex_validate()127 PUSH_MTHDl(push, NV30_3D(TEX_OFFSET(unit)), BUFCTX_FRAGTEX(unit), in nv30_fragtex_validate()129 PUSH_MTHDs(push, NV30_3D(TEX_FORMAT(unit)), BUFCTX_FRAGTEX(unit), in nv30_fragtex_validate()182 nouveau_bufctx_reset(nv30->bufctx, BUFCTX_FRAGTEX(i)); in nv30_fragtex_set_sampler_views()188 nouveau_bufctx_reset(nv30->bufctx, BUFCTX_FRAGTEX(i)); in nv30_fragtex_set_sampler_views()
17 #define BUFCTX_FRAGTEX(n) (9 + (n)) macro