Home
last modified time | relevance | path

Searched refs:to_nv04_context (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnv04_render.c42 float *viewport = to_nv04_context(ctx)->viewport; in swtnl_update_viewport()
75 struct nv04_context *nctx = to_nv04_context(ctx); in swtnl_choose_attrs()
145 struct nv04_context *nv04 = to_nv04_context(ctx); in swtnl_restart()
206 struct nouveau_object *eng3d = to_nv04_context(ctx)->eng3d; \
Dnv04_state_tex.c63 struct nv04_context *nv04 = to_nv04_context(ctx); in nv04_emit_tex_obj()
102 s = &to_nv04_context(ctx)->dummy_texture; in nv04_emit_tex_obj()
Dnv04_context.c51 struct nv04_context *nctx = to_nv04_context(ctx); in nv04_context_engine()
113 struct nouveau_surface *s = &to_nv04_context(ctx)->dummy_texture; in init_dummy_texture()
130 nouveau_surface_ref(NULL, &to_nv04_context(ctx)->dummy_texture); in nv04_context_destroy()
Dnv04_state_raster.c125 struct nv04_context *nv04 = to_nv04_context(ctx); in nv04_emit_control()
200 struct nv04_context *nv04 = to_nv04_context(ctx); in nv04_emit_blend()
Dnv04_context.h50 #define to_nv04_context(ctx) ((struct nv04_context *)(ctx)) macro
Dnv04_state_frag.c255 struct nv04_context *nv04 = to_nv04_context(ctx); in nv04_emit_tex_env()