Searched defs:to_nouveau_context (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_context.h87 #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 112 milliseconds