Home
last modified time | relevance | path

Searched refs:context_chipset (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnv20_context.c145 if (context_chipset(ctx) >= 0x25) { in nv20_hwctx_init()
168 if (context_chipset(ctx) >= 0x25) { in nv20_hwctx_init()
192 if (context_chipset(ctx) >= 0x25) { in nv20_hwctx_init()
278 if (context_chipset(ctx) >= 0x25) { in nv20_hwctx_init()
315 if (context_chipset(ctx) < 0x25) { in nv20_hwctx_init()
320 if (context_chipset(ctx) >= 0x25) in nv20_hwctx_init()
325 if (context_chipset(ctx) >= 0x25) { in nv20_hwctx_init()
484 if (context_chipset(ctx) >= 0x25) in nv20_context_create()
Dnv04_surface.c218 if (context_chipset(ctx) < 0x10) { in nv04_surface_copy_swizzle()
267 if (context_chipset(ctx) < 0x10) { in nv04_surface_copy_swizzle()
507 if (context_chipset(ctx) < 0x10) in nv04_surface_init()
578 if (context_chipset(ctx) < 0x20) in nv04_surface_init()
580 else if (context_chipset (ctx) < 0x30) in nv04_surface_init()
593 if (context_chipset(ctx) < 0x10) in nv04_surface_init()
605 if (context_chipset(ctx) >= 0x10) { in nv04_surface_init()
Dnv20_state_polygon.c39 if (context_chipset(ctx) >= 0x25) in nv20_emit_point_mode()
Dnv10_context.c474 if (context_chipset(ctx) >= 0x17 && context_chipset(ctx) != 0x1a) in nv10_context_create()
476 else if (context_chipset(ctx) >= 0x11) in nv10_context_create()
Dnouveau_context.h91 #define context_chipset(ctx) \ macro
Dnv20_state_fb.c117 if (context_chipset(ctx) >= 0x25) in nv20_emit_framebuffer()
Dnouveau_driver.c60 return (GLubyte *)nouveau_get_renderer_string(context_chipset(ctx)); in nouveau_get_string()
Dnouveau_bufferobj.c93 context_chipset(ctx) < 0x10) { in nouveau_bufferobj_data()
Dnouveau_fbo.c311 if (context_chipset(ctx) < 0x10 && in nouveau_check_framebuffer_complete()
Dnv10_state_frag.c119 return context_chipset(rc->ctx) >= 0x20 ? in get_input_source()