Home
last modified time | relevance | path

Searched refs:BUFCTX_FRAGTEX (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_fragtex.c46 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()
Dnv30_context.h18 #define BUFCTX_FRAGTEX(n) (9 + (n)) macro
Dnv30_context.c132 nouveau_bufctx_reset(nv30->bufctx, BUFCTX_FRAGTEX(i)); in nv30_invalidate_resource_storage()