Searched defs:totalRegisterCount (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
H A DTypes.h330 registerCount += fields[i]->type()->totalRegisterCount();
356 registerCount += fieldType.totalRegisterCount();
360 return totalRegisterCount();
363 int totalRegisterCount() const function in class:TType
H A Dintermediate.h332 int totalRegisterCount() const { return type.totalRegisterCount(); } function in class:TIntermTyped

Completed in 59 milliseconds