Home
last modified time | relevance | path

Searched refs:nouveau_object_new (Results 1 – 12 of 12) sorted by relevance

/external/mesa3d/src/gallium/drivers/nv30/
Dnv30_screen.c394 ret = nouveau_object_new(screen->base.channel, 0x00000000, NV01_NULL_CLASS, in nv30_screen_create()
404 ret = nouveau_object_new(screen->base.channel, 0xbeef1e00, in nv30_screen_create()
412 ret = nouveau_object_new(screen->base.channel, 0xbeef0301, in nv30_screen_create()
423 ret = nouveau_object_new(screen->base.channel, 0xbeef0351, in nv30_screen_create()
453 ret = nouveau_object_new(screen->base.channel, 0xbeef3097, oclass, in nv30_screen_create()
525 ret = nouveau_object_new(screen->base.channel, 0xbeef3901, NV03_M2MF_CLASS, in nv30_screen_create()
535 ret = nouveau_object_new(screen->base.channel, 0xbeef6201, in nv30_screen_create()
550 ret = nouveau_object_new(screen->base.channel, 0xbeef5201, oclass, in nv30_screen_create()
565 ret = nouveau_object_new(screen->base.channel, 0xbeef7701, oclass, in nv30_screen_create()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnv04_surface.c488 ret = nouveau_object_new(chan, handle++, NOUVEAU_NOTIFIER_CLASS, in nv04_surface_init()
496 ret = nouveau_object_new(chan, handle++, NV03_M2MF_CLASS, in nv04_surface_init()
512 ret = nouveau_object_new(chan, handle++, class, NULL, 0, &hw->surf2d); in nv04_surface_init()
520 ret = nouveau_object_new(chan, handle++, NV03_ROP_CLASS, in nv04_surface_init()
534 ret = nouveau_object_new(chan, handle++, NV04_PATTERN_CLASS, in nv04_surface_init()
556 ret = nouveau_object_new(chan, handle++, NV04_GDI_CLASS, in nv04_surface_init()
583 ret = nouveau_object_new(chan, handle++, class, NULL, 0, &hw->swzsurf); in nv04_surface_init()
596 ret = nouveau_object_new(chan, handle++, class, NULL, 0, &hw->sifm); in nv04_surface_init()
Dnv04_context.c173 ret = nouveau_object_new(context_chan(ctx), 0xbeef0001, in nv04_context_create()
179 ret = nouveau_object_new(context_chan(ctx), 0xbeef0002, in nv04_context_create()
185 ret = nouveau_object_new(context_chan(ctx), 0xbeef0003, in nv04_context_create()
Dnouveau_context.c149 ret = nouveau_object_new(&context_dev(ctx)->object, 0xbeef0000, in nouveau_context_init()
185 ret = nouveau_object_new(nctx->hw.chan, 0x00000000, NV01_NULL_CLASS, in nouveau_context_init()
Dnv10_context.c479 ret = nouveau_object_new(context_chan(ctx), 0xbeef0001, celsius_class, in nv10_context_create()
Dnv20_context.c487 ret = nouveau_object_new(context_chan(ctx), 0xbeef0001, kelvin_class, in nv20_context_create()
/external/mesa3d/src/gallium/drivers/nv50/
Dnv50_screen.c648 ret = nouveau_object_new(chan, 0xbeef0301, NOUVEAU_NOTIFIER_CLASS, in nv50_screen_create()
656 ret = nouveau_object_new(chan, 0xbeef5039, NV50_M2MF_CLASS, in nv50_screen_create()
663 ret = nouveau_object_new(chan, 0xbeef502d, NV50_2D_CLASS, in nv50_screen_create()
699 ret = nouveau_object_new(chan, 0xbeef5097, tesla_class, in nv50_screen_create()
/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_screen.c467 ret = nouveau_object_new(chan, 0xbeef323f, obj_class, NULL, 0, in nvc0_screen_create()
479 ret = nouveau_object_new(chan, 0xbeef902d, NVC0_2D_CLASS, NULL, 0, in nvc0_screen_create()
522 ret = nouveau_object_new(chan, 0xbeef003d, obj_class, NULL, 0, in nvc0_screen_create()
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_screen.c142 ret = nouveau_object_new(&dev->object, 0, NOUVEAU_FIFO_CHANNEL_CLASS, in nouveau_screen_init()
Dnouveau_video.c536 ret = nouveau_object_new(&screen->device->object, 0, in nouveau_create_decoder()
556 ret = nouveau_object_new(dec->chan, 0xbeef8274, NV84_MPEG_CLASS, NULL, 0, in nouveau_create_decoder()
559 ret = nouveau_object_new(dec->chan, 0xbeef3174, NV31_MPEG_CLASS, NULL, 0, in nouveau_create_decoder()
/external/libdrm/nouveau/
Dnouveau.h66 int nouveau_object_new(struct nouveau_object *parent, uint64_t handle,
Dnouveau.c250 nouveau_object_new(struct nouveau_object *parent, uint64_t handle, in nouveau_object_new() function