Searched refs:frame_sp (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler.c180 int frame_sp; member in struct:etna_compile
1027 for (int sp = c->frame_sp; sp >= 0; sp--)
1095 struct etna_compile_frame *f = &c->frame_stack[c->frame_sp++];
1126 assert(c->frame_sp > 0);
1127 struct etna_compile_frame *f = &c->frame_stack[c->frame_sp - 1];
1147 assert(c->frame_sp > 0);
1148 struct etna_compile_frame *f = &c->frame_stack[--c->frame_sp];
1164 struct etna_compile_frame *f = &c->frame_stack[c->frame_sp++];
1181 assert(c->frame_sp > 0);
1182 struct etna_compile_frame *f = &c->frame_stack[--c->frame_sp];
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_tgsi.c180 int frame_sp; member in struct:etna_compile
1071 for (int sp = c->frame_sp; sp >= 0; sp--)
1139 struct etna_compile_frame *f = &c->frame_stack[c->frame_sp++];
1170 assert(c->frame_sp > 0);
1171 struct etna_compile_frame *f = &c->frame_stack[c->frame_sp - 1];
1191 assert(c->frame_sp > 0);
1192 struct etna_compile_frame *f = &c->frame_stack[--c->frame_sp];
1208 struct etna_compile_frame *f = &c->frame_stack[c->frame_sp++];
1225 assert(c->frame_sp > 0);
1226 struct etna_compile_frame *f = &c->frame_stack[--c->frame_sp];
[all...]

Completed in 6 milliseconds