Searched refs:void_state (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/compiler/nir/ |
D | nir_opt_gcm.c | 204 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()
|
D | nir_repair_ssa.c | 68 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()
|
D | nir_to_lcssa.c | 85 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()
|
D | nir_liveness.c | 53 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()
|
D | nir_from_ssa.c | 464 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()
|
D | nir_loop_analyze.c | 276 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()
|
D | nir_validate.c | 971 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()
|
D | nir.c | 1166 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/ |
D | brw_nir_analyze_boolean_resolves.c | 67 src_mark_needs_resolve(nir_src *src, void *void_state) in src_mark_needs_resolve() argument
|