OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NVC0_BIND_TEX
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
nvc0_context.h
63
#define
NVC0_BIND_TEX
(s, i) ( 4 + 32 * (s) + (i))
nvc0_state.c
518
nouveau_bufctx_reset(nvc0->bufctx_3d,
NVC0_BIND_TEX
(s, i));
528
nouveau_bufctx_reset(nvc0->bufctx_3d,
NVC0_BIND_TEX
(s, i));
/external/mesa3d/src/gallium/drivers/nvc0/
nvc0_context.h
63
#define
NVC0_BIND_TEX
(s, i) ( 4 + 32 * (s) + (i))
nvc0_state.c
518
nouveau_bufctx_reset(nvc0->bufctx_3d,
NVC0_BIND_TEX
(s, i));
528
nouveau_bufctx_reset(nvc0->bufctx_3d,
NVC0_BIND_TEX
(s, i));
Completed in 27 milliseconds