Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_emulate_branches.c49 struct emulate_branch_state { struct
58 static void handle_if(struct emulate_branch_state * s, struct rc_instruction * inst) in handle_if() argument
88 static void handle_else(struct emulate_branch_state * s, struct rc_instruction * inst) in handle_else()
105 struct emulate_branch_state * S;
147 static void allocate_and_insert_proxies(struct emulate_branch_state * s, in allocate_and_insert_proxies()
176 static void inject_cmp(struct emulate_branch_state * s, in inject_cmp()
197 static void handle_endif(struct emulate_branch_state * s, struct rc_instruction * inst) in handle_endif()
269 static void fix_output_writes(struct emulate_branch_state * s, struct rc_instruction * inst) in fix_output_writes()
311 struct emulate_branch_state s; in rc_emulate_branches()