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 330 registerCount += fields[i]->type()->totalRegisterCount();
356 registerCount += fieldType.totalRegisterCount();
360 return totalRegisterCount();
363 int totalRegisterCount() const
OutputASM.cpp 610 for(int index = 0; index < result->totalRegisterCount(); index++)
615 if(left->totalRegisterCount() > 1)
622 mov->src[0].rel.scale = result->totalRegisterCount();
648 fieldOffset += fields[i]->type()->totalRegisterCount();
709 for(int index = 1; index < left->totalRegisterCount(); index++)
722 for(int index = 1; index < left->totalRegisterCount(); index++)
945 for(int index = 0; index < arg->totalRegisterCount(); index++)
960 for(int index = 0; index < arg->totalRegisterCount(); index++)
974 for(int index = 0; index < arg->totalRegisterCount(); index++)
986 for(int index = 0; index < arg->totalRegisterCount(); index++
    [all...]
intermediate.h 332 int totalRegisterCount() const { return type.totalRegisterCount(); }

Completed in 63 milliseconds