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

  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_scratch.c 61 nouveau_bo_new(context_dev(ctx), NOUVEAU_BO_GART |
81 ret = nouveau_bo_new(context_dev(ctx), NOUVEAU_BO_GART |
nouveau_context.h 89 #define context_dev(ctx) \ macro
92 (context_dev(ctx)->chipset)
nouveau_surface.c 69 ret = nouveau_bo_new(context_dev(ctx), flags, 0,
nouveau_context.c 106 if (nouveau_bo_new(context_dev(ctx), NOUVEAU_BO_VRAM, 0, 4096,
149 ret = nouveau_object_new(&context_dev(ctx)->object, 0xbeef0000,
161 ret = nouveau_client_new(context_dev(ctx), &nctx->hw.client);
320 ret = nouveau_bo_name_ref(context_dev(ctx),
nouveau_bufferobj.c 97 ret = nouveau_bo_new(context_dev(ctx),
nv20_state_fb.c 66 nouveau_bo_new(context_dev(ctx), NOUVEAU_BO_VRAM, 0, size,
nv10_state_fb.c 71 nouveau_bo_new(context_dev(ctx), NOUVEAU_BO_VRAM, 0, size,
nouveau_texture.c 421 ret = nouveau_bo_new(context_dev(ctx), NOUVEAU_BO_MAP |

Completed in 1589 milliseconds