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

  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_context.h 78 #define NVC0_BIND_3D_TEX(s, i) ( 4 + 32 * (s) + (i))
nvc0_compute.c 170 nouveau_bufctx_reset(nvc0->bufctx_3d, NVC0_BIND_3D_TEX(s, i));
nvc0_context.c 284 nouveau_bufctx_reset(nvc0->bufctx_3d, NVC0_BIND_3D_TEX(s, i));
nvc0_surface.c     [all...]
nvc0_state.c 524 nouveau_bufctx_reset(nvc0->bufctx_3d, NVC0_BIND_3D_TEX(s, i));
537 nouveau_bufctx_reset(nvc0->bufctx_3d, NVC0_BIND_3D_TEX(s, i));
    [all...]
nve4_compute.c 768 nouveau_bufctx_reset(nvc0->bufctx_3d, NVC0_BIND_3D_TEX(s, i));

Completed in 1408 milliseconds