Searched refs:ms_mode (Results 1 - 22 of 22) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/
H A Dnv30_resource.h36 unsigned ms_mode; member in struct:nv30_miptree
H A Dnv30_miptree.c421 mt->ms_mode = 0x00004000;
426 mt->ms_mode = 0x00003000;
431 mt->ms_mode = 0x00000000;
452 mt->ms_mode) {
H A Dnv30_state_validate.c56 rt_format |= mt->ms_mode;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/
H A Dnv30_resource.h36 unsigned ms_mode; member in struct:nv30_miptree
H A Dnv30_miptree.c418 mt->ms_mode = 0x00004000;
423 mt->ms_mode = 0x00003000;
428 mt->ms_mode = 0x00000000;
448 mt->ms_mode) {
H A Dnv30_state_validate.c56 rt_format |= mt->ms_mode;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_miptree.c144 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 Dnvc0_state_validate.c200 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 Dnvc0_tex.c235 tic[7] |= mt->ms_mode << GM107_TIC2_7_MULTI_SAMPLE_COUNT__SHIFT;
437 tic[7] |= mt->ms_mode << 12;
H A Dnvc0_surface.c325 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 Dnv50_resource.h56 uint8_t ms_mode; member in struct:nv50_miptree
H A Dnv50_state_validate.c25 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 Dnv50_miptree.c214 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 Dnv50_surface.c332 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 Dnv50_resource.h56 uint8_t ms_mode; member in struct:nv50_miptree
H A Dnv50_state_validate.c25 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 Dnv50_miptree.c210 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 Dnv50_surface.c332 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 Dnvc0_miptree.c205 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 Dnvc0_state_validate.c200 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 Dnvc0_tex.c234 tic[7] |= mt->ms_mode << GM107_TIC2_7_MULTI_SAMPLE_COUNT__SHIFT;
436 tic[7] |= mt->ms_mode << 12;
H A Dnvc0_surface.c332 IMMED_NVC0(push, NVC0_3D(MULTISAMPLE_MODE), mt->ms_mode);
674 IMMED_NVC0(push, NVC0_3D(MULTISAMPLE_MODE), mt->ms_mode);

Completed in 27 milliseconds