Home
last modified time | relevance | path

Searched refs:ignore_sample_mask_out (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
Dbrw_debug_recompile.c183 found |= check("ignore sample mask out", ignore_sample_mask_out); in debug_fs_recompile()
Dbrw_compiler.h523 bool ignore_sample_mask_out:1; member
Dbrw_fs.cpp7309 prog_data->uses_omask = !key->ignore_sample_mask_out && in brw_nir_populate_wm_prog_data()
/third_party/mesa3d/src/intel/vulkan/
Danv_pipeline.c457 key->ignore_sample_mask_out = false; in populate_wm_prog_key()
485 key->ignore_sample_mask_out = !key->multisample_fbo; in populate_wm_prog_key()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_program.c170 .ignore_sample_mask_out = !key->multisample_fbo, in iris_to_brw_fs_key()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_program.c2901 .ignore_sample_mask_out = screen->devinfo.ver < 6 ? 1 : 0, in crocus_create_fs_state()
Dcrocus_state.c4845 key->ignore_sample_mask_out = !key->multisample_fbo; in crocus_populate_fs_key()
/third_party/mesa3d/docs/relnotes/
D22.1.0.rst980 - crocus: force ignore_sample_mask_out on gen4/5 for precompile