Home
last modified time | relevance | path

Searched refs:no_ms_sample_mask_out (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs.h87 unsigned no_ms_sample_mask_out:1; member
Dlp_state_fs.c1033 if (!key->multisample && key->no_ms_sample_mask_out) { in generate_fs_loop()
3997 key->no_ms_sample_mask_out = lp->rasterizer->no_ms_sample_mask_out; in make_variant_key()
/external/mesa3d/src/gallium/include/pipe/
Dp_state.h114 unsigned no_ms_sample_mask_out:1; member
/external/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_execute.c431 state->rs_state.no_ms_sample_mask_out = true; in handle_graphics_pipeline()