OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:to_nouveau_context
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nouveau_context.h
87
#define
to_nouveau_context
(ctx) ((struct nouveau_context *)(ctx))
macro
90
(
to_nouveau_context
(ctx)->screen->device)
94
(
to_nouveau_context
(ctx)->hw.chan)
96
(
to_nouveau_context
(ctx)->hw.client)
98
(
to_nouveau_context
(ctx)->hw.pushbuf)
100
(
to_nouveau_context
(ctx)->hw.eng3d)
102
(
to_nouveau_context
(ctx)->screen->driver)
104
BITSET_SET(
to_nouveau_context
(ctx)->dirty, NOUVEAU_STATE_##s)
106
BITSET_SET(
to_nouveau_context
(ctx)->dirty, NOUVEAU_STATE_##s##0 + i)
/external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_context.h
87
#define
to_nouveau_context
(ctx) ((struct nouveau_context *)(ctx))
macro
90
(
to_nouveau_context
(ctx)->screen->device)
94
(
to_nouveau_context
(ctx)->hw.chan)
96
(
to_nouveau_context
(ctx)->hw.client)
98
(
to_nouveau_context
(ctx)->hw.pushbuf)
100
(
to_nouveau_context
(ctx)->hw.eng3d)
102
(
to_nouveau_context
(ctx)->screen->driver)
104
BITSET_SET(
to_nouveau_context
(ctx)->dirty, NOUVEAU_STATE_##s)
106
BITSET_SET(
to_nouveau_context
(ctx)->dirty, NOUVEAU_STATE_##s##0 + i)
Completed in 47 milliseconds