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

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
H A Dnv30_resource.h36 unsigned ms_mode; member in struct:nv30_miptree
H A Dnv30_miptree.c282 mt->ms_mode = 0x00004000;
287 mt->ms_mode = 0x00003000;
292 mt->ms_mode = 0x00000000;
313 util_format_is_float(pt->format) || mt->ms_mode) {
H A Dnv30_state_validate.c56 rt_format |= mt->ms_mode;
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv30_resource.h36 unsigned ms_mode; member in struct:nv30_miptree
H A Dnv30_miptree.c282 mt->ms_mode = 0x00004000;
287 mt->ms_mode = 0x00003000;
292 mt->ms_mode = 0x00000000;
313 util_format_is_float(pt->format) || mt->ms_mode) {
H A Dnv30_state_validate.c56 rt_format |= mt->ms_mode;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
H A Dnvc0_miptree.c159 mt->ms_mode = NVC0_3D_MULTISAMPLE_MODE_MS8;
164 mt->ms_mode = NVC0_3D_MULTISAMPLE_MODE_MS4;
169 mt->ms_mode = NVC0_3D_MULTISAMPLE_MODE_MS2;
174 mt->ms_mode = NVC0_3D_MULTISAMPLE_MODE_MS1;
H A Dnvc0_state_validate.c61 unsigned ms_mode = NVC0_3D_MULTISAMPLE_MODE_MS1; local
94 ms_mode = mt->ms_mode;
144 ms_mode = mt->ms_mode;
157 IMMED_NVC0(push, NVC0_3D(MULTISAMPLE_MODE), ms_mode);
/external/mesa3d/src/gallium/drivers/nvc0/
H A Dnvc0_miptree.c159 mt->ms_mode = NVC0_3D_MULTISAMPLE_MODE_MS8;
164 mt->ms_mode = NVC0_3D_MULTISAMPLE_MODE_MS4;
169 mt->ms_mode = NVC0_3D_MULTISAMPLE_MODE_MS2;
174 mt->ms_mode = NVC0_3D_MULTISAMPLE_MODE_MS1;
H A Dnvc0_state_validate.c61 unsigned ms_mode = NVC0_3D_MULTISAMPLE_MODE_MS1; local
94 ms_mode = mt->ms_mode;
144 ms_mode = mt->ms_mode;
157 IMMED_NVC0(push, NVC0_3D(MULTISAMPLE_MODE), ms_mode);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
H A Dnv50_state_validate.c11 unsigned ms_mode = NV50_3D_MULTISAMPLE_MODE_MS1; local
48 assert(!mt->ms_mode);
51 ms_mode = mt->ms_mode;
81 ms_mode = mt->ms_mode;
95 PUSH_DATA (push, ms_mode);
H A Dnv50_miptree.c161 mt->ms_mode = NV50_3D_MULTISAMPLE_MODE_MS8;
166 mt->ms_mode = NV50_3D_MULTISAMPLE_MODE_MS4;
171 mt->ms_mode = NV50_3D_MULTISAMPLE_MODE_MS2;
176 mt->ms_mode = NV50_3D_MULTISAMPLE_MODE_MS1;
H A Dnv50_resource.h54 uint8_t ms_mode; member in struct:nv50_miptree
/external/mesa3d/src/gallium/drivers/nv50/
H A Dnv50_state_validate.c11 unsigned ms_mode = NV50_3D_MULTISAMPLE_MODE_MS1; local
48 assert(!mt->ms_mode);
51 ms_mode = mt->ms_mode;
81 ms_mode = mt->ms_mode;
95 PUSH_DATA (push, ms_mode);
H A Dnv50_miptree.c161 mt->ms_mode = NV50_3D_MULTISAMPLE_MODE_MS8;
166 mt->ms_mode = NV50_3D_MULTISAMPLE_MODE_MS4;
171 mt->ms_mode = NV50_3D_MULTISAMPLE_MODE_MS2;
176 mt->ms_mode = NV50_3D_MULTISAMPLE_MODE_MS1;
H A Dnv50_resource.h54 uint8_t ms_mode; member in struct:nv50_miptree

Completed in 186 milliseconds