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

/frameworks/rs/
H A Dspec.h17 int ptrLevel; member in struct:__anon1567
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++) {
167 if (!vt->isConst && vt->ptrLevel) {
171 if (vt->ptrLevel > 1) {
176 if (vt->isConst && vt->ptrLevel) {
233 if (vt->isConst && vt->ptrLevel) {
254 needFlush += vt->ptrLevel;
255 if (vt->ptrLevel && hasInlineDataPointers(api)) {
307 if (vt->ptrLevel == 0) {
315 if ((vt->ptrLevel
[all...]
/frameworks/support/renderscript/v8/rs_support/
H A Dspec.h17 int ptrLevel; member in struct:__anon1596
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++) {
167 if (!vt->isConst && vt->ptrLevel) {
171 if (vt->ptrLevel > 1) {
176 if (vt->isConst && vt->ptrLevel) {
233 if (vt->isConst && vt->ptrLevel) {
254 needFlush += vt->ptrLevel;
255 if (vt->ptrLevel && hasInlineDataPointers(api)) {
307 if (vt->ptrLevel == 0) {
315 if ((vt->ptrLevel
[all...]

Completed in 1363 milliseconds