HomeSort by relevance Sort by last modified time
    Searched refs:deadcode_state (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_dataflow_deadcode.c 59 struct deadcode_state { struct
91 static void push_break(struct deadcode_state *s)
100 static void push_loop(struct deadcode_state * s)
107 static void push_branch(struct deadcode_state * s)
119 static unsigned char * get_used_ptr(struct deadcode_state *s, rc_register_file file, unsigned int index)
145 static void mark_used(struct deadcode_state * s, rc_register_file file, unsigned int index, unsigned int mask)
152 static void update_instruction(struct deadcode_state * s, struct rc_instruction * inst)
209 struct deadcode_state * s = data;
216 struct deadcode_state s;
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_dataflow_deadcode.c 59 struct deadcode_state { struct
91 static void push_break(struct deadcode_state *s)
100 static void push_loop(struct deadcode_state * s)
107 static void push_branch(struct deadcode_state * s)
119 static unsigned char * get_used_ptr(struct deadcode_state *s, rc_register_file file, unsigned int index)
145 static void mark_used(struct deadcode_state * s, rc_register_file file, unsigned int index, unsigned int mask)
152 static void update_instruction(struct deadcode_state * s, struct rc_instruction * inst)
209 struct deadcode_state * s = data;
216 struct deadcode_state s;

Completed in 66 milliseconds