Searched defs:OutputVariable (Results 1 – 3 of 3) sorted by relevance
212 struct OutputVariable : public VariableWithLocation struct217 OutputVariable &operator=(const OutputVariable &other); argument222 int index;
257 using OutputVariable = ShaderVariable; variable
363 OutputVariable::OutputVariable() : index(-1) {} in OutputVariable() function in sh::OutputVariable