Home
last modified time | relevance | path

Searched refs:INTERP_QUALIFIER_SMOOTH (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/glsl/
Dir.cpp1514 case INTERP_QUALIFIER_SMOOTH: return "smooth"; in interpolation_string()
1535 return INTERP_QUALIFIER_SMOOTH; in determine_interpolation_mode()
Dir_reader.cpp413 var->interpolation = INTERP_QUALIFIER_SMOOTH; in read_declaration()
Dast_to_hir.cpp2007 var->interpolation = INTERP_QUALIFIER_SMOOTH; in apply_type_qualifier_to_variable()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm.c173 } else if (interp_qualifier == INTERP_QUALIFIER_SMOOTH || in brw_compute_barycentric_interp_modes()
Dbrw_fs.cpp653 if (interpolation_mode == INTERP_QUALIFIER_SMOOTH) in emit_linterp()
658 if (interpolation_mode == INTERP_QUALIFIER_SMOOTH) in emit_linterp()
/external/mesa3d/src/mesa/state_tracker/
Dst_program.c450 case INTERP_QUALIFIER_SMOOTH: in st_translate_interp()
/external/mesa3d/src/mesa/main/
Dmtypes.h1900 INTERP_QUALIFIER_SMOOTH, enumerator