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

  /external/mesa3d/src/gallium/drivers/nv30/
nv30_screen.c 394 ret = nouveau_object_new(screen->base.channel, 0x00000000, NV01_NULL_CLASS,
404 ret = nouveau_object_new(screen->base.channel, 0xbeef1e00,
412 ret = nouveau_object_new(screen->base.channel, 0xbeef0301,
423 ret = nouveau_object_new(screen->base.channel, 0xbeef0351,
453 ret = nouveau_object_new(screen->base.channel, 0xbeef3097, oclass,
525 ret = nouveau_object_new(screen->base.channel, 0xbeef3901, NV03_M2MF_CLASS,
535 ret = nouveau_object_new(screen->base.channel, 0xbeef6201,
550 ret = nouveau_object_new(screen->base.channel, 0xbeef5201, oclass,
565 ret = nouveau_object_new(screen->base.channel, 0xbeef7701, oclass,
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv04_surface.c 488 ret = nouveau_object_new(chan, handle++, NOUVEAU_NOTIFIER_CLASS,
496 ret = nouveau_object_new(chan, handle++, NV03_M2MF_CLASS,
512 ret = nouveau_object_new(chan, handle++, class, NULL, 0, &hw->surf2d);
520 ret = nouveau_object_new(chan, handle++, NV03_ROP_CLASS,
534 ret = nouveau_object_new(chan, handle++, NV04_PATTERN_CLASS,
556 ret = nouveau_object_new(chan, handle++, NV04_GDI_CLASS,
583 ret = nouveau_object_new(chan, handle++, class, NULL, 0, &hw->swzsurf);
596 ret = nouveau_object_new(chan, handle++, class, NULL, 0, &hw->sifm);
nv04_context.c 173 ret = nouveau_object_new(context_chan(ctx), 0xbeef0001,
179 ret = nouveau_object_new(context_chan(ctx), 0xbeef0002,
185 ret = nouveau_object_new(context_chan(ctx), 0xbeef0003,
nouveau_context.c 149 ret = nouveau_object_new(&context_dev(ctx)->object, 0xbeef0000,
185 ret = nouveau_object_new(nctx->hw.chan, 0x00000000, NV01_NULL_CLASS,
nv10_context.c 479 ret = nouveau_object_new(context_chan(ctx), 0xbeef0001, celsius_class,
nv20_context.c 487 ret = nouveau_object_new(context_chan(ctx), 0xbeef0001, kelvin_class,
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_screen.c 142 ret = nouveau_object_new(&dev->object, 0, NOUVEAU_FIFO_CHANNEL_CLASS,
nouveau_video.c 536 ret = nouveau_object_new(&screen->device->object, 0,
556 ret = nouveau_object_new(dec->chan, 0xbeef8274, NV84_MPEG_CLASS, NULL, 0,
559 ret = nouveau_object_new(dec->chan, 0xbeef3174, NV31_MPEG_CLASS, NULL, 0,
  /external/libdrm/nouveau/
nouveau.h 66 int nouveau_object_new(struct nouveau_object *parent, uint64_t handle,
nouveau.c 250 nouveau_object_new(struct nouveau_object *parent, uint64_t handle, function
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_screen.c 648 ret = nouveau_object_new(chan, 0xbeef0301, NOUVEAU_NOTIFIER_CLASS,
656 ret = nouveau_object_new(chan, 0xbeef5039, NV50_M2MF_CLASS,
663 ret = nouveau_object_new(chan, 0xbeef502d, NV50_2D_CLASS,
699 ret = nouveau_object_new(chan, 0xbeef5097, tesla_class,
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_screen.c 467 ret = nouveau_object_new(chan, 0xbeef323f, obj_class, NULL, 0,
479 ret = nouveau_object_new(chan, 0xbeef902d, NVC0_2D_CLASS, NULL, 0,
522 ret = nouveau_object_new(chan, 0xbeef003d, obj_class, NULL, 0,

Completed in 379 milliseconds