Home
last modified time | relevance | path

Searched refs:VariableArray (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DOutputASM.h308 typedef std::vector<TIntermTyped*> VariableArray; typedef
310 int lookup(VariableArray &list, TIntermTyped *variable);
311 int lookup(VariableArray &list, TInterfaceBlock *block);
314 int allocate(VariableArray &list, TIntermTyped *variable, bool samplersOnly = false);
315 void free(VariableArray &list, TIntermTyped *variable);
345 VariableArray temporaries;
346 VariableArray uniforms;
347 VariableArray varyings;
348 VariableArray attributes;
349 VariableArray samplers;
[all …]
DOutputASM.cpp3531 int OutputASM::lookup(VariableArray &list, TIntermTyped *variable) in lookup()
3593 int OutputASM::lookup(VariableArray &list, TInterfaceBlock *block) in lookup()
3605 int OutputASM::allocate(VariableArray &list, TIntermTyped *variable, bool samplersOnly) in allocate()
3653 void OutputASM::free(VariableArray &list, TIntermTyped *variable) in free()