Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_opt_gcm.c204 gcm_schedule_early_src(nir_src *src, void *void_state) in gcm_schedule_early_src() argument
206 struct gcm_state *state = void_state; in gcm_schedule_early_src()
211 gcm_schedule_early_instr(src->ssa->parent_instr, void_state); in gcm_schedule_early_src()
275 gcm_schedule_late_def(nir_ssa_def *def, void *void_state) in gcm_schedule_late_def() argument
277 struct gcm_state *state = void_state; in gcm_schedule_late_def()
Dnir_repair_ssa.c68 repair_ssa_def(nir_ssa_def *def, void *void_state) in repair_ssa_def() argument
70 struct repair_ssa_state *state = void_state; in repair_ssa_def()
Dnir_to_lcssa.c85 convert_loop_exit_for_ssa(nir_ssa_def *def, void *void_state) in convert_loop_exit_for_ssa() argument
87 lcssa_state *state = void_state; in convert_loop_exit_for_ssa()
Dnir_liveness.c53 index_ssa_def(nir_ssa_def *def, void *void_state) in index_ssa_def() argument
55 struct live_ssa_defs_state *state = void_state; in index_ssa_def()
Dnir_from_ssa.c464 rewrite_ssa_def(nir_ssa_def *def, void *void_state) in rewrite_ssa_def() argument
466 struct from_ssa_state *state = void_state; in rewrite_ssa_def()
914 dest_replace_ssa_with_reg(nir_dest *dest, void *void_state) in dest_replace_ssa_with_reg() argument
916 struct ssa_def_to_reg_state *state = void_state; in dest_replace_ssa_with_reg()
Dnir_loop_analyze.c276 initialize_ssa_def(nir_ssa_def *def, void *void_state) in initialize_ssa_def() argument
278 loop_info_state *state = void_state; in initialize_ssa_def()
Dnir_validate.c971 postvalidate_ssa_def(nir_ssa_def *def, void *void_state) in postvalidate_ssa_def() argument
973 validate_state *state = void_state; in postvalidate_ssa_def()
Dnir.c1166 nir_ssa_def_visitor(nir_dest *dest, void *void_state) in nir_ssa_def_visitor() argument
1168 struct foreach_ssa_def_state *state = void_state; in nir_ssa_def_visitor()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_nir_analyze_boolean_resolves.c67 src_mark_needs_resolve(nir_src *src, void *void_state) in src_mark_needs_resolve() argument