Home
last modified time | relevance | path

Searched refs:totalRegisterCount (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
DOutputASM.cpp610 for(int index = 0; index < result->totalRegisterCount(); index++) in visitBinary()
615 if(left->totalRegisterCount() > 1) in visitBinary()
622 mov->src[0].rel.scale = result->totalRegisterCount(); in visitBinary()
648 fieldOffset += fields[i]->type()->totalRegisterCount(); in visitBinary()
709 for(int index = 1; index < left->totalRegisterCount(); index++) in visitBinary()
722 for(int index = 1; index < left->totalRegisterCount(); index++) in visitBinary()
945 for(int index = 0; index < arg->totalRegisterCount(); index++) in visitUnary()
960 for(int index = 0; index < arg->totalRegisterCount(); index++) in visitUnary()
974 for(int index = 0; index < arg->totalRegisterCount(); index++) in visitUnary()
986 for(int index = 0; index < arg->totalRegisterCount(); index++) in visitUnary()
[all …]
DTypes.h330 registerCount += fields[i]->type()->totalRegisterCount(); in elementRegisterCount()
356 registerCount += fieldType.totalRegisterCount(); in blockRegisterCount()
360 return totalRegisterCount(); in blockRegisterCount()
363 int totalRegisterCount() const in totalRegisterCount() function
Dintermediate.h332 int totalRegisterCount() const { return type.totalRegisterCount(); } in totalRegisterCount() function