/external/mesa3d/src/gallium/drivers/nv30/ |
D | nv30_screen.c | 394 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/ |
D | nv04_surface.c | 488 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()
|
D | nv04_context.c | 173 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()
|
D | nouveau_context.c | 149 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()
|
D | nv10_context.c | 479 ret = nouveau_object_new(context_chan(ctx), 0xbeef0001, celsius_class, in nv10_context_create()
|
D | nv20_context.c | 487 ret = nouveau_object_new(context_chan(ctx), 0xbeef0001, kelvin_class, in nv20_context_create()
|
/external/mesa3d/src/gallium/drivers/nv50/ |
D | nv50_screen.c | 648 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/ |
D | nvc0_screen.c | 467 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/ |
D | nouveau_screen.c | 142 ret = nouveau_object_new(&dev->object, 0, NOUVEAU_FIFO_CHANNEL_CLASS, in nouveau_screen_init()
|
D | nouveau_video.c | 536 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/ |
D | nouveau.h | 66 int nouveau_object_new(struct nouveau_object *parent, uint64_t handle,
|
D | nouveau.c | 250 nouveau_object_new(struct nouveau_object *parent, uint64_t handle, in nouveau_object_new() function
|