Searched refs:ms_mode (Results 1 – 13 of 13) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_state_validate.c | 25 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()
|
D | nv50_miptree.c | 210 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()
|
D | nv50_resource.h | 56 uint8_t ms_mode; member
|
D | nv50_surface.c | 332 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/ |
D | nvc0_miptree.c | 205 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()
|
D | nvc0_state_validate.c | 200 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()
|
D | nvc0_tex.c | 234 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()
|
D | nvc0_surface.c | 332 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/ |
D | nv30_resource.h | 36 unsigned ms_mode; member
|
D | nv30_miptree.c | 418 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()
|
D | nv30_state_validate.c | 56 rt_format |= mt->ms_mode; in nv30_validate_fb()
|
/third_party/ffmpeg/libavcodec/ |
D | aacenc.c | 244 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()
|
D | aac.h | 280 int ms_mode; ///< Signals mid/side stereo flags coding mode (used by encoder) member
|