OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:interpolation_mode
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs.cpp
648
glsl_interp_qualifier
interpolation_mode
,
653
if (
interpolation_mode
== INTERP_QUALIFIER_SMOOTH)
658
if (
interpolation_mode
== INTERP_QUALIFIER_SMOOTH)
689
glsl_interp_qualifier
interpolation_mode
=
local
704
if (
interpolation_mode
== INTERP_QUALIFIER_FLAT) {
731
emit_linterp(attr, fs_reg(interp),
interpolation_mode
,
741
interpolation_mode
, false);
[
all
...]
brw_fs.h
303
glsl_interp_qualifier
interpolation_mode
,
Completed in 93 milliseconds