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

  /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)
nouveau_scratch.c 40 &to_nouveau_context(ctx)->scratch;
77 &to_nouveau_context(ctx)->scratch;
92 &to_nouveau_context(ctx)->scratch;
nouveau_render.h 71 #define to_render_state(ctx) (&to_nouveau_context(ctx)->render)
nouveau_context.c 84 nctx = to_nouveau_context(ctx);
115 struct nouveau_context *nctx = to_nouveau_context(ctx);
202 struct nouveau_context *nctx = to_nouveau_context(ctx);
239 struct nouveau_context *nctx = to_nouveau_context(ctx);
334 nouveau_bufctx_reset(to_nouveau_context(ctx)->hw.bufctx, BUFCTX_FB);
380 struct nouveau_context *nctx = to_nouveau_context(ctx);
416 __DRIcontext *dri_ctx = to_nouveau_context(ctx)->dri_context;
nouveau_driver.c 69 struct nouveau_context *nctx = to_nouveau_context(ctx);
88 struct nouveau_context *nctx = to_nouveau_context(ctx);
nv10_context.c 41 struct nouveau_context *nctx = to_nouveau_context(ctx);
62 struct nouveau_context *nctx = to_nouveau_context(ctx);
75 struct nouveau_context *nctx = to_nouveau_context(ctx);
97 struct nouveau_context *nctx = to_nouveau_context(ctx);
146 struct nouveau_context *nctx = to_nouveau_context(ctx);
175 struct nouveau_context *nctx = to_nouveau_context(ctx);
204 struct nouveau_hw_state *hw = &to_nouveau_context(ctx)->hw;
417 struct nouveau_context *nctx = to_nouveau_context(ctx);
nv04_context.c 52 struct nouveau_hw_state *hw = &to_nouveau_context(ctx)->hw;
80 struct nouveau_hw_state *hw = &to_nouveau_context(ctx)->hw;
126 struct nouveau_context *nctx = to_nouveau_context(ctx);
nv10_state_tnl.c 135 struct nouveau_context *nctx = to_nouveau_context(ctx);
174 struct nouveau_context *nctx = to_nouveau_context(ctx);
446 struct nouveau_context *nctx = to_nouveau_context(ctx);
478 struct nouveau_context *nctx = to_nouveau_context(ctx);
nv10_state_tex.c 40 struct nouveau_context *nctx = to_nouveau_context(ctx);
71 struct nouveau_context *nctx = to_nouveau_context(ctx);
nv20_state_tex.c 40 struct nouveau_context *nctx = to_nouveau_context(ctx);
69 struct nouveau_context *nctx = to_nouveau_context(ctx);
nv04_surface.c 204 struct nouveau_hw_state *hw = &to_nouveau_context(ctx)->hw;
285 struct nouveau_hw_state *hw = &to_nouveau_context(ctx)->hw;
433 struct nouveau_hw_state *hw = &to_nouveau_context(ctx)->hw;
466 struct nouveau_hw_state *hw = &to_nouveau_context(ctx)->hw;
482 struct nouveau_hw_state *hw = &to_nouveau_context(ctx)->hw;
nv20_state_tnl.c 154 struct nouveau_context *nctx = to_nouveau_context(ctx);
342 struct nouveau_context *nctx = to_nouveau_context(ctx);
369 struct nouveau_context *nctx = to_nouveau_context(ctx);
nouveau_vbo_t.c 235 struct nouveau_context *nctx = to_nouveau_context(ctx);
363 struct nouveau_context *nctx = to_nouveau_context(ctx);
414 struct nouveau_context *nctx = to_nouveau_context(ctx);
500 struct nouveau_context *nctx = to_nouveau_context(ctx);
nouveau_state.c 429 struct nouveau_context *nctx = to_nouveau_context(ctx);
441 struct nouveau_context *nctx = to_nouveau_context(ctx);
504 struct nouveau_context *nctx = to_nouveau_context(ctx);
nv20_context.c 41 struct nouveau_context *nctx = to_nouveau_context(ctx);
100 struct nouveau_hw_state *hw = &to_nouveau_context(ctx)->hw;
428 struct nouveau_context *nctx = to_nouveau_context(ctx);
nv10_state_fb.c 204 struct nouveau_context *nctx = to_nouveau_context(ctx);

Completed in 217 milliseconds