Home
last modified time | relevance | path

Searched refs:to_nouveau_context (Results 1 – 16 of 16) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/nouveau/
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)
Dnouveau_scratch.c40 &to_nouveau_context(ctx)->scratch; in nouveau_get_scratch()
77 &to_nouveau_context(ctx)->scratch; in nouveau_scratch_init()
92 &to_nouveau_context(ctx)->scratch; in nouveau_scratch_destroy()
Dnouveau_context.c84 nctx = to_nouveau_context(ctx); in nouveau_context_create()
115 struct nouveau_context *nctx = to_nouveau_context(ctx); in nouveau_context_init()
202 struct nouveau_context *nctx = to_nouveau_context(ctx); in nouveau_context_deinit()
239 struct nouveau_context *nctx = to_nouveau_context(ctx); in nouveau_update_renderbuffers()
334 nouveau_bufctx_reset(to_nouveau_context(ctx)->hw.bufctx, BUFCTX_FB); in update_framebuffer()
380 struct nouveau_context *nctx = to_nouveau_context(ctx); in nouveau_fallback()
416 __DRIcontext *dri_ctx = to_nouveau_context(ctx)->dri_context; in nouveau_validate_framebuffer()
Dnv10_context.c41 struct nouveau_context *nctx = to_nouveau_context(ctx); in use_fast_zclear()
62 struct nouveau_context *nctx = to_nouveau_context(ctx); in nv10_use_viewport_zclear()
75 struct nouveau_context *nctx = to_nouveau_context(ctx); in nv10_transform_depth()
97 struct nouveau_context *nctx = to_nouveau_context(ctx); in nv10_zclear()
146 struct nouveau_context *nctx = to_nouveau_context(ctx); in nv17_zclear()
175 struct nouveau_context *nctx = to_nouveau_context(ctx); in nv10_clear()
204 struct nouveau_hw_state *hw = &to_nouveau_context(ctx)->hw; in nv10_hwctx_init()
417 struct nouveau_context *nctx = to_nouveau_context(ctx); in nv10_context_destroy()
Dnv04_context.c52 struct nouveau_hw_state *hw = &to_nouveau_context(ctx)->hw; in nv04_context_engine()
80 struct nouveau_hw_state *hw = &to_nouveau_context(ctx)->hw; in nv04_hwctx_init()
126 struct nouveau_context *nctx = to_nouveau_context(ctx); in nv04_context_destroy()
Dnouveau_driver.c69 struct nouveau_context *nctx = to_nouveau_context(ctx); in nouveau_flush()
88 struct nouveau_context *nctx = to_nouveau_context(ctx); in nouveau_finish()
Dnv10_state_tnl.c135 struct nouveau_context *nctx = to_nouveau_context(ctx); in nv10_emit_fog()
174 struct nouveau_context *nctx = to_nouveau_context(ctx); in nv10_emit_light_enable()
446 struct nouveau_context *nctx = to_nouveau_context(ctx); in nv10_emit_modelview()
478 struct nouveau_context *nctx = to_nouveau_context(ctx); in nv10_emit_projection()
Dnv04_surface.c204 struct nouveau_hw_state *hw = &to_nouveau_context(ctx)->hw; in nv04_surface_copy_swizzle()
285 struct nouveau_hw_state *hw = &to_nouveau_context(ctx)->hw; in nv04_surface_copy_m2mf()
433 struct nouveau_hw_state *hw = &to_nouveau_context(ctx)->hw; in nv04_surface_fill()
466 struct nouveau_hw_state *hw = &to_nouveau_context(ctx)->hw; in nv04_surface_takedown()
482 struct nouveau_hw_state *hw = &to_nouveau_context(ctx)->hw; in nv04_surface_init()
Dnv20_state_tnl.c154 struct nouveau_context *nctx = to_nouveau_context(ctx); in nv20_emit_fog()
342 struct nouveau_context *nctx = to_nouveau_context(ctx); in nv20_emit_modelview()
369 struct nouveau_context *nctx = to_nouveau_context(ctx); in nv20_emit_projection()
Dnouveau_render.h71 #define to_render_state(ctx) (&to_nouveau_context(ctx)->render)
Dnv10_state_tex.c40 struct nouveau_context *nctx = to_nouveau_context(ctx); in nv10_emit_tex_gen()
71 struct nouveau_context *nctx = to_nouveau_context(ctx); in nv10_emit_tex_mat()
Dnouveau_vbo_t.c235 struct nouveau_context *nctx = to_nouveau_context(ctx); in vbo_maybe_split()
363 struct nouveau_context *nctx = to_nouveau_context(ctx); in vbo_draw_vbo()
414 struct nouveau_context *nctx = to_nouveau_context(ctx); in vbo_draw_imm()
500 struct nouveau_context *nctx = to_nouveau_context(ctx); in TAG()
Dnv20_state_tex.c40 struct nouveau_context *nctx = to_nouveau_context(ctx); in nv20_emit_tex_gen()
69 struct nouveau_context *nctx = to_nouveau_context(ctx); in nv20_emit_tex_mat()
Dnouveau_state.c429 struct nouveau_context *nctx = to_nouveau_context(ctx); in nouveau_next_dirty_state()
441 struct nouveau_context *nctx = to_nouveau_context(ctx); in nouveau_state_emit()
504 struct nouveau_context *nctx = to_nouveau_context(ctx); in nouveau_state_init()
Dnv20_context.c41 struct nouveau_context *nctx = to_nouveau_context(ctx); in nv20_clear()
100 struct nouveau_hw_state *hw = &to_nouveau_context(ctx)->hw; in nv20_hwctx_init()
428 struct nouveau_context *nctx = to_nouveau_context(ctx); in nv20_context_destroy()
Dnv10_state_fb.c204 struct nouveau_context *nctx = to_nouveau_context(ctx); in nv10_emit_zclear()