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

  /frameworks/rs/
spec.h 17 int ptrLevel;
spec.l 26 while (curPtrLevel < baseType->ptrLevel) {
29 currType->ptrLevel = curPtrLevel;
30 if (currType->ptrLevel > 0) {
34 switch(baseType->ptrLevel - curPtrLevel) {
172 currType->ptrLevel ++;
182 currType->ptrLevel ++;
rsg_generator.c 51 if (vt->ptrLevel) {
53 for (ct=0; ct < vt->ptrLevel; ct++) {
167 if (!vt->isConst && vt->ptrLevel) {
171 if (vt->ptrLevel > 1) {
176 if (vt->isConst && vt->ptrLevel) {
256 if (vt->isConst && vt->ptrLevel) {
277 needFlush += vt->ptrLevel;
278 if (vt->ptrLevel && hasInlineDataPointers(api)) {
330 if (vt->ptrLevel == 0) {
338 if ((vt->ptrLevel == 1) && (vt->isConst))
    [all...]

Completed in 1128 milliseconds