Searched refs:VariableArray (Results 1 – 2 of 2) sorted by relevance
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
| D | OutputASM.h | 308 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 …]
|
| D | OutputASM.cpp | 3531 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()
|