Home
last modified time | relevance | path

Searched defs:BuiltInFunction (Results 1 – 1 of 1) sorted by relevance

/third_party/glslang/glslang/MachineIndependent/
DInitialize.cpp159 struct BuiltInFunction { struct
160 TOperator op; // operator to map the name to
161 const char* name; // function name
162 …ments; // number of arguments (overloads with varying arguments need different entries)
163 ArgType types; // ArgType mask
164 ArgClass classes; // the ways this particular function entry manifests
165 const Versioning* versioning; // nullptr means always a valid version