HomeSort by relevance Sort by last modified time
    Searched refs:totalRegisterCount (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/src/OpenGL/compiler/
Types.h 365 registerCount += fields[i]->type()->totalRegisterCount();
391 registerCount += fieldType.totalRegisterCount();
395 return totalRegisterCount();
410 int totalRegisterCount() const
OutputASM.cpp 725 for(int i = 0; i < left->totalRegisterCount(); i++)
844 for(int index = 1; index < left->totalRegisterCount(); index++)
857 for(int index = 1; index < left->totalRegisterCount(); index++)
1080 for(int index = 0; index < arg->totalRegisterCount(); index++)
1095 for(int index = 0; index < arg->totalRegisterCount(); index++)
1109 for(int index = 0; index < arg->totalRegisterCount(); index++)
1121 for(int index = 0; index < arg->totalRegisterCount(); index++)
1133 for(int index = 0; index < arg->totalRegisterCount(); index++)
    [all...]
intermediate.h 332 int totalRegisterCount() const { return type.totalRegisterCount(); }

Completed in 152 milliseconds