Home
last modified time | relevance | path

Searched defs:INTERP_MODE_NONE (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/compiler/glsl/
H A Dbuiltin_variables.cpp446 add_input(int slot, const glsl_type *type, int precision, const char *name, enum glsl_interp_mode interp = INTERP_MODE_NONE) add_input() argument
453 add_input(int slot, const glsl_type *type, const char *name, enum glsl_interp_mode interp = INTERP_MODE_NONE) add_input() argument
509 add_varying(int slot, const glsl_type *type, const char *name, enum glsl_interp_mode interp = INTERP_MODE_NONE) add_varying() argument
/third_party/mesa3d/src/compiler/
H A Dshader_enums.h873 INTERP_MODE_NONE = 0, enumerator

Completed in 5 milliseconds