| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_screen.c | 605 const uint16_t obj_class = screen->compute->oclass; local in function:nvc0_screen_get_compute_param 617 if (obj_class >= NVE4_COMPUTE_CLASS) { 627 if (obj_class >= NVE4_COMPUTE_CLASS) { 635 switch (obj_class) { 781 nvc0_magic_3d_init(struct nouveau_pushbuf *push, uint16_t obj_class) argument 791 if (obj_class < GV100_3D_CLASS) { 801 if (obj_class < GM107_3D_CLASS) { 826 if (obj_class < GV100_3D_CLASS) { 835 if (obj_class < GM107_3D_CLASS) { 839 if (obj_class > 1035 uint32_t obj_class; local in function:nvc0_screen_create [all...] |
| H A D | nve4_compute.c | 51 uint32_t obj_class; local in function:nve4_screen_compute_setup 56 obj_class = TU102_COMPUTE_CLASS; 59 obj_class = GV100_COMPUTE_CLASS; 63 obj_class = NVF0_COMPUTE_CLASS; /* GK110 */ 66 obj_class = NVE4_COMPUTE_CLASS; /* GK104 */ 69 obj_class = GM107_COMPUTE_CLASS; 72 obj_class = GM200_COMPUTE_CLASS; 75 obj_class = (dev->chipset == 0x130 || dev->chipset == 0x13b) ? 83 ret = nouveau_object_new(chan, 0xbeef00c0, obj_class, NULL, 0, 104 if (obj_class < GV100_COMPUTE_CLAS [all...] |
| H A D | nvc0_compute.c | 35 uint32_t obj_class; local in function:nvc0_screen_compute_setup 44 obj_class = NVC0_COMPUTE_CLASS; 51 ret = nouveau_object_new(chan, 0xbeef90c0, obj_class, NULL, 0,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_screen.c | 510 const uint16_t obj_class = screen->compute->oclass; local in function:nvc0_screen_get_compute_param 522 if (obj_class >= NVE4_COMPUTE_CLASS) { 532 if (obj_class >= NVE4_COMPUTE_CLASS) { 540 switch (obj_class) { 678 nvc0_magic_3d_init(struct nouveau_pushbuf *push, uint16_t obj_class) argument 696 if (obj_class < GM107_3D_CLASS) { 728 if (obj_class < GM107_3D_CLASS) { 732 if (obj_class >= NVE4_3D_CLASS) { 986 uint32_t obj_class; local in function:nvc0_screen_create 1081 obj_class [all...] |
| H A D | nve4_compute.c | 44 uint32_t obj_class; local in function:nve4_screen_compute_setup 50 obj_class = NVF0_COMPUTE_CLASS; /* GK110 */ 53 obj_class = NVE4_COMPUTE_CLASS; /* GK104 */ 56 obj_class = GM107_COMPUTE_CLASS; 59 obj_class = GM200_COMPUTE_CLASS; 62 obj_class = (dev->chipset == 0x130 || dev->chipset == 0x13b) ? 70 ret = nouveau_object_new(chan, 0xbeef00c0, obj_class, NULL, 0, 111 PUSH_DATA (push, (obj_class >= NVF0_COMPUTE_CLASS) ? 0x400 : 0x300); 123 if (obj_class >= NVF0_COMPUTE_CLASS) { 139 if (obj_class [all...] |
| H A D | nvc0_compute.c | 35 uint32_t obj_class; local in function:nvc0_screen_compute_setup 44 obj_class = NVC0_COMPUTE_CLASS; 51 ret = nouveau_object_new(chan, 0xbeef90c0, obj_class, NULL, 0,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_compute.c | 39 unsigned obj_class; local in function:nv50_screen_compute_setup 46 obj_class = NV50_COMPUTE_CLASS; 53 obj_class = NVA3_COMPUTE_CLASS; 56 obj_class = NV50_COMPUTE_CLASS; 65 ret = nouveau_object_new(chan, 0xbeef50c0, obj_class, NULL, 0,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_compute.c | 40 unsigned obj_class; local in function:nv50_screen_compute_setup 47 obj_class = NV50_COMPUTE_CLASS; 54 obj_class = NVA3_COMPUTE_CLASS; 57 obj_class = NV50_COMPUTE_CLASS; 66 ret = nouveau_object_new(chan, 0xbeef50c0, obj_class, NULL, 0,
|