Searched refs:ptrLevel (Results 1 - 3 of 3) sorted by relevance

/frameworks/rs/
H A Dspec.h17 int ptrLevel; member in struct:__anon1563
H A Dspec.l26 while (curPtrLevel < baseType->ptrLevel) {
29 currType->ptrLevel = curPtrLevel;
30 if (currType->ptrLevel > 0) {
34 switch(baseType->ptrLevel - curPtrLevel) {
172 currType->ptrLevel ++;
182 currType->ptrLevel ++;
H A Drsg_generator.c51 if (vt->ptrLevel) {
53 for (ct=0; ct < vt->ptrLevel; ct++) {
170 if (!vt->isConst && vt->ptrLevel) {
174 if (vt->ptrLevel > 1) {
179 if (vt->isConst && vt->ptrLevel) {
274 if (vt->isConst && vt->ptrLevel) {
295 needFlush += vt->ptrLevel;
296 if (vt->ptrLevel && hasInlineDataPointers(api)) {
348 if (vt->ptrLevel == 0) {
356 if ((vt->ptrLevel
[all...]

Completed in 39 milliseconds