Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/state_tracker/
Dst_program.h155 GLuint persample_shading:1; member
Dst_program.c1398 if (key->persample_shading) { in st_create_fp_variant()
1535 if (key->clamp_color || key->persample_shading) { in st_create_fp_variant()
1539 (key->persample_shading ? TGSI_EMU_FORCE_PERSAMPLE_INTERP : 0); in st_create_fp_variant()
1683 key->persample_shading ? "persample_shading," : "", in st_get_fp_variant()
Dst_atom_shader.c164 key.persample_shading = in st_update_fp()
/third_party/mesa3d/docs/relnotes/
D10.2.5.rst121 - i965: Add missing persample_shading field to brw_wm_debug_recompile.