Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler.c180 int frame_sp; member
1030 for (int sp = c->frame_sp; sp >= 0; sp--) in find_frame()
1098 struct etna_compile_frame *f = &c->frame_stack[c->frame_sp++]; in trans_if()
1129 assert(c->frame_sp > 0); in trans_else()
1130 struct etna_compile_frame *f = &c->frame_stack[c->frame_sp - 1]; in trans_else()
1150 assert(c->frame_sp > 0); in trans_endif()
1151 struct etna_compile_frame *f = &c->frame_stack[--c->frame_sp]; in trans_endif()
1167 struct etna_compile_frame *f = &c->frame_stack[c->frame_sp++]; in trans_loop_bgn()
1184 assert(c->frame_sp > 0); in trans_loop_end()
1185 struct etna_compile_frame *f = &c->frame_stack[--c->frame_sp]; in trans_loop_end()
[all …]