Searched defs:TVariable (Results 1 – 5 of 5) sorted by relevance
286 TVariable::TVariable(const TVariable& copyOf) : TSymbol(copyOf) in TVariable() function in glslang::TVariable
223 virtual void finalizeGlobalUniformBlockLayout(TVariable&) { } in finalizeGlobalUniformBlockLayout() argument
78 class TVariable; variable
209 class TVariable; variable
20 using TVariable = compiler::TypedCodeAssemblerVariable<T>; typedef