Searched refs:split_outputs (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/compiler/nir/ |
D | nir_lower_io_to_scalar.c | 174 struct hash_table *split_outputs) in lower_load_to_scalar_early() argument 186 chan_vars = get_channel_variables(split_outputs, var); in lower_load_to_scalar_early() 234 struct hash_table *split_outputs) in lower_store_output_to_scalar_early() argument 240 nir_variable **chan_vars = get_channel_variables(split_outputs, var); in lower_store_output_to_scalar_early() 288 struct hash_table *split_outputs = in nir_lower_io_to_scalar_early() local 348 split_outputs); in nir_lower_io_to_scalar_early() 354 split_outputs); in nir_lower_io_to_scalar_early() 374 hash_table_foreach(split_outputs, entry) { in nir_lower_io_to_scalar_early() 382 _mesa_hash_table_destroy(split_outputs, NULL); in nir_lower_io_to_scalar_early()
|
D | nir_lower_io_arrays_to_elements.c | 354 struct hash_table *split_outputs = in nir_lower_io_arrays_to_elements_no_indirects() local 361 patch_indirects, split_outputs, true); in nir_lower_io_arrays_to_elements_no_indirects() 376 hash_table_foreach(split_outputs, entry) { in nir_lower_io_arrays_to_elements_no_indirects() 384 _mesa_hash_table_destroy(split_outputs, NULL); in nir_lower_io_arrays_to_elements_no_indirects() 393 struct hash_table *split_outputs = in nir_lower_io_arrays_to_elements() local 404 patch_indirects, split_outputs, false); in nir_lower_io_arrays_to_elements() 419 hash_table_foreach(split_outputs, entry) { in nir_lower_io_arrays_to_elements() 427 _mesa_hash_table_destroy(split_outputs, NULL); in nir_lower_io_arrays_to_elements()
|