Searched refs:BUFCTX_FRAGTEX (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_fragtex.c | 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()
|
D | nv30_context.h | 18 #define BUFCTX_FRAGTEX(n) (9 + (n)) macro
|
D | nv30_context.c | 132 nouveau_bufctx_reset(nv30->bufctx, BUFCTX_FRAGTEX(i)); in nv30_invalidate_resource_storage()
|