Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler.c120 struct etna_compile_frame { struct
179 struct etna_compile_frame frame_stack[ETNA_MAX_DEPTH];
1027 static struct etna_compile_frame *
1098 struct etna_compile_frame *f = &c->frame_stack[c->frame_sp++]; in trans_if()
1130 struct etna_compile_frame *f = &c->frame_stack[c->frame_sp - 1]; in trans_else()
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()
1185 struct etna_compile_frame *f = &c->frame_stack[--c->frame_sp]; in trans_loop_end()
1208 struct etna_compile_frame *f = find_frame(c, ETNA_COMPILE_FRAME_LOOP); in trans_brk()
1228 struct etna_compile_frame *f = find_frame(c, ETNA_COMPILE_FRAME_LOOP); in trans_cont()