| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/ |
| H A D | nv30_resource.h | 36 unsigned ms_mode; member in struct:nv30_miptree
|
| H A D | nv30_miptree.c | 421 mt->ms_mode = 0x00004000; 426 mt->ms_mode = 0x00003000; 431 mt->ms_mode = 0x00000000; 452 mt->ms_mode) {
|
| H A D | nv30_state_validate.c | 56 rt_format |= mt->ms_mode;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/ |
| H A D | nv30_resource.h | 36 unsigned ms_mode; member in struct:nv30_miptree
|
| H A D | nv30_miptree.c | 418 mt->ms_mode = 0x00004000; 423 mt->ms_mode = 0x00003000; 428 mt->ms_mode = 0x00000000; 448 mt->ms_mode) {
|
| H A D | nv30_state_validate.c | 56 rt_format |= mt->ms_mode;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_miptree.c | 144 mt->ms_mode = NVC0_3D_MULTISAMPLE_MODE_MS8; 149 mt->ms_mode = NVC0_3D_MULTISAMPLE_MODE_MS4; 154 mt->ms_mode = NVC0_3D_MULTISAMPLE_MODE_MS2; 159 mt->ms_mode = NVC0_3D_MULTISAMPLE_MODE_MS1; 207 assert(!mt->ms_mode || !pt->last_level);
|
| H A D | nvc0_state_validate.c | 200 unsigned ms_mode = NVC0_3D_MULTISAMPLE_MODE_MS1; local in function:nvc0_validate_fb 241 ms_mode = mt->ms_mode; 291 ms_mode = mt->ms_mode; 311 ms_mode = ffs(fb->samples) - 1; 317 IMMED_NVC0(push, NVC0_3D(MULTISAMPLE_MODE), ms_mode);
|
| H A D | nvc0_tex.c | 235 tic[7] |= mt->ms_mode << GM107_TIC2_7_MULTI_SAMPLE_COUNT__SHIFT; 437 tic[7] |= mt->ms_mode << 12;
|
| H A D | nvc0_surface.c | 325 IMMED_NVC0(push, NVC0_3D(MULTISAMPLE_MODE), mt->ms_mode); 666 IMMED_NVC0(push, NVC0_3D(MULTISAMPLE_MODE), mt->ms_mode);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_resource.h | 56 uint8_t ms_mode; member in struct:nv50_miptree
|
| H A D | nv50_state_validate.c | 25 unsigned ms_mode = NV50_3D_MULTISAMPLE_MODE_MS1; local in function:nv50_validate_fb 82 assert(!mt->ms_mode); 85 ms_mode = mt->ms_mode; 114 ms_mode = mt->ms_mode; 128 PUSH_DATA (push, ms_mode); 136 unsigned ms = 1 << ms_mode;
|
| H A D | nv50_miptree.c | 214 mt->ms_mode = NV50_3D_MULTISAMPLE_MODE_MS8; 219 mt->ms_mode = NV50_3D_MULTISAMPLE_MODE_MS4; 224 mt->ms_mode = NV50_3D_MULTISAMPLE_MODE_MS2; 229 mt->ms_mode = NV50_3D_MULTISAMPLE_MODE_MS1;
|
| H A D | nv50_surface.c | 332 PUSH_DATA (push, mt->ms_mode); 427 PUSH_DATA (push, mt->ms_mode);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_resource.h | 56 uint8_t ms_mode; member in struct:nv50_miptree
|
| H A D | nv50_state_validate.c | 25 unsigned ms_mode = NV50_3D_MULTISAMPLE_MODE_MS1; local in function:nv50_validate_fb 82 assert(!mt->ms_mode); 85 ms_mode = mt->ms_mode; 114 ms_mode = mt->ms_mode; 128 PUSH_DATA (push, ms_mode); 136 unsigned ms = 1 << ms_mode;
|
| H A D | nv50_miptree.c | 210 mt->ms_mode = NV50_3D_MULTISAMPLE_MODE_MS8; 215 mt->ms_mode = NV50_3D_MULTISAMPLE_MODE_MS4; 220 mt->ms_mode = NV50_3D_MULTISAMPLE_MODE_MS2; 225 mt->ms_mode = NV50_3D_MULTISAMPLE_MODE_MS1;
|
| H A D | nv50_surface.c | 332 PUSH_DATA (push, mt->ms_mode); 427 PUSH_DATA (push, mt->ms_mode);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_miptree.c | 205 mt->ms_mode = NVC0_3D_MULTISAMPLE_MODE_MS8; 210 mt->ms_mode = NVC0_3D_MULTISAMPLE_MODE_MS4; 215 mt->ms_mode = NVC0_3D_MULTISAMPLE_MODE_MS2; 220 mt->ms_mode = NVC0_3D_MULTISAMPLE_MODE_MS1; 268 assert(!mt->ms_mode || !pt->last_level);
|
| H A D | nvc0_state_validate.c | 200 unsigned ms_mode = NVC0_3D_MULTISAMPLE_MODE_MS1; local in function:nvc0_validate_fb 241 ms_mode = mt->ms_mode; 291 ms_mode = mt->ms_mode; 311 ms_mode = ffs(fb->samples) - 1; 317 IMMED_NVC0(push, NVC0_3D(MULTISAMPLE_MODE), ms_mode);
|
| H A D | nvc0_tex.c | 234 tic[7] |= mt->ms_mode << GM107_TIC2_7_MULTI_SAMPLE_COUNT__SHIFT; 436 tic[7] |= mt->ms_mode << 12;
|
| H A D | nvc0_surface.c | 332 IMMED_NVC0(push, NVC0_3D(MULTISAMPLE_MODE), mt->ms_mode); 674 IMMED_NVC0(push, NVC0_3D(MULTISAMPLE_MODE), mt->ms_mode);
|