Home
last modified time | relevance | path

Searched refs:ms_mode (Results 1 – 13 of 13) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_state_validate.c25 unsigned ms_mode = NV50_3D_MULTISAMPLE_MODE_MS1; in nv50_validate_fb() local
82 assert(!mt->ms_mode); in nv50_validate_fb()
85 ms_mode = mt->ms_mode; in nv50_validate_fb()
114 ms_mode = mt->ms_mode; in nv50_validate_fb()
128 PUSH_DATA (push, ms_mode); in nv50_validate_fb()
136 unsigned ms = 1 << ms_mode; in nv50_validate_fb()
Dnv50_miptree.c210 mt->ms_mode = NV50_3D_MULTISAMPLE_MODE_MS8; in nv50_miptree_init_ms_mode()
215 mt->ms_mode = NV50_3D_MULTISAMPLE_MODE_MS4; in nv50_miptree_init_ms_mode()
220 mt->ms_mode = NV50_3D_MULTISAMPLE_MODE_MS2; in nv50_miptree_init_ms_mode()
225 mt->ms_mode = NV50_3D_MULTISAMPLE_MODE_MS1; in nv50_miptree_init_ms_mode()
Dnv50_resource.h56 uint8_t ms_mode; member
Dnv50_surface.c332 PUSH_DATA (push, mt->ms_mode); in nv50_clear_render_target()
427 PUSH_DATA (push, mt->ms_mode); in nv50_clear_depth_stencil()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_miptree.c205 mt->ms_mode = NVC0_3D_MULTISAMPLE_MODE_MS8; in nvc0_miptree_init_ms_mode()
210 mt->ms_mode = NVC0_3D_MULTISAMPLE_MODE_MS4; in nvc0_miptree_init_ms_mode()
215 mt->ms_mode = NVC0_3D_MULTISAMPLE_MODE_MS2; in nvc0_miptree_init_ms_mode()
220 mt->ms_mode = NVC0_3D_MULTISAMPLE_MODE_MS1; in nvc0_miptree_init_ms_mode()
268 assert(!mt->ms_mode || !pt->last_level); in nvc0_miptree_init_layout_tiled()
Dnvc0_state_validate.c200 unsigned ms_mode = NVC0_3D_MULTISAMPLE_MODE_MS1; in nvc0_validate_fb() local
241 ms_mode = mt->ms_mode; in nvc0_validate_fb()
291 ms_mode = mt->ms_mode; in nvc0_validate_fb()
311 ms_mode = ffs(fb->samples) - 1; in nvc0_validate_fb()
317 IMMED_NVC0(push, NVC0_3D(MULTISAMPLE_MODE), ms_mode); in nvc0_validate_fb()
Dnvc0_tex.c234 tic[7] |= mt->ms_mode << GM107_TIC2_7_MULTI_SAMPLE_COUNT__SHIFT; in gm107_create_texture_view()
436 tic[7] |= mt->ms_mode << 12; in gf100_create_texture_view()
Dnvc0_surface.c332 IMMED_NVC0(push, NVC0_3D(MULTISAMPLE_MODE), mt->ms_mode); in nvc0_clear_render_target()
674 IMMED_NVC0(push, NVC0_3D(MULTISAMPLE_MODE), mt->ms_mode); in nvc0_clear_depth_stencil()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_resource.h36 unsigned ms_mode; member
Dnv30_miptree.c418 mt->ms_mode = 0x00004000; in nv30_miptree_create()
423 mt->ms_mode = 0x00003000; in nv30_miptree_create()
428 mt->ms_mode = 0x00000000; in nv30_miptree_create()
448 mt->ms_mode) { in nv30_miptree_create()
Dnv30_state_validate.c56 rt_format |= mt->ms_mode; in nv30_validate_fb()
/third_party/ffmpeg/libavcodec/
Daacenc.c244 put_bits(pb, 2, cpe->ms_mode); in encode_ms_info()
245 if (cpe->ms_mode == 1) in encode_ms_info()
298 cpe->ms_mode = 0; in adjust_frame_information()
300 cpe->ms_mode = msc < ics0->max_sfb * ics0->num_windows ? 1 : 2; in adjust_frame_information()
564 int ms_mode = 0, is_mode = 0, tns_mode = 0, pred_mode = 0; in aac_encode_frame() local
807 if (cpe->ms_mode) ms_mode = 1; in aac_encode_frame()
862 if (is_mode || ms_mode || tns_mode || pred_mode) { in aac_encode_frame()
Daac.h280 int ms_mode; ///< Signals mid/side stereo flags coding mode (used by encoder) member