Home
last modified time | relevance | path

Searched refs:context_dev (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_scratch.c61 nouveau_bo_new(context_dev(ctx), NOUVEAU_BO_GART | in nouveau_get_scratch()
81 ret = nouveau_bo_new(context_dev(ctx), NOUVEAU_BO_GART | in nouveau_scratch_init()
Dnouveau_context.h89 #define context_dev(ctx) \ macro
92 (context_dev(ctx)->chipset)
Dnouveau_context.c99 if (nouveau_bo_new(context_dev(ctx), NOUVEAU_BO_VRAM, 0, 4096, in nouveau_context_create()
143 ret = nouveau_object_new(&context_dev(ctx)->object, 0xbeef0000, in nouveau_context_init()
155 ret = nouveau_client_new(context_dev(ctx), &nctx->hw.client); in nouveau_context_init()
312 ret = nouveau_bo_name_ref(context_dev(ctx), in nouveau_update_renderbuffers()
Dnouveau_surface.c69 ret = nouveau_bo_new(context_dev(ctx), flags, 0, in nouveau_surface_alloc()
Dnv20_state_fb.c66 nouveau_bo_new(context_dev(ctx), NOUVEAU_BO_VRAM, 0, size, in setup_hierz_buffer()
Dnouveau_bufferobj.c99 ret = nouveau_bo_new(context_dev(ctx), in nouveau_bufferobj_data()
Dnv10_state_fb.c71 nouveau_bo_new(context_dev(ctx), NOUVEAU_BO_VRAM, 0, size, in setup_hierz_buffer()
Dnouveau_texture.c353 ret = nouveau_bo_new(context_dev(ctx), NOUVEAU_BO_MAP | in relayout_texture()