Searched defs:lower_io_state (Results 1 – 2 of 2) sorted by relevance
37 struct lower_io_state { struct38 nir_shader *shader;39 nir_function_impl *entrypoint;40 struct exec_list old_outputs;41 struct exec_list old_inputs;42 struct exec_list new_outputs;43 struct exec_list new_inputs;46 struct hash_table *input_map;
36 struct lower_io_state { struct46 add_variable_name(struct lower_io_state *state, const char *name) in add_variable_name() argument