Home
last modified time | relevance | path

Searched refs:split_outputs (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/compiler/nir/
Dnir_lower_io_to_scalar.c174 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()
Dnir_lower_io_arrays_to_elements.c354 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()