Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler_tgsi.c179 struct etna_compile_frame frame_stack[ETNA_MAX_DEPTH]; member
1072 if (c->frame_stack[sp].type == type) in find_frame()
1073 return &c->frame_stack[sp]; in find_frame()
1139 struct etna_compile_frame *f = &c->frame_stack[c->frame_sp++]; in trans_if()
1171 struct etna_compile_frame *f = &c->frame_stack[c->frame_sp - 1]; in trans_else()
1192 struct etna_compile_frame *f = &c->frame_stack[--c->frame_sp]; in trans_endif()
1208 struct etna_compile_frame *f = &c->frame_stack[c->frame_sp++]; in trans_loop_bgn()
1226 struct etna_compile_frame *f = &c->frame_stack[--c->frame_sp]; in trans_loop_end()