Home
last modified time | relevance | path

Searched defs:lower_io_state (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/compiler/nir/
Dnir_lower_io_to_temporaries.c37 struct lower_io_state { struct
38 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;
Dnir_lower_io.c40 struct lower_io_state { struct
41 void *dead_ctx;
42 nir_builder builder;
43 int (*type_size)(const struct glsl_type *type, bool);
44 nir_variable_mode modes;
45 nir_lower_io_options options;