nir: add lower_all_io_to_elements
I need this part of lower_all_io_to_temps but without the actual lowering to temps part. Signed-off-by: Rob Clark <robdclark@gmail.com>
This commit is contained in:
@@ -2273,6 +2273,7 @@ typedef struct nir_shader_compiler_options {
|
||||
bool lower_extract_word;
|
||||
|
||||
bool lower_all_io_to_temps;
|
||||
bool lower_all_io_to_elements;
|
||||
|
||||
/**
|
||||
* Does the driver support real 32-bit integers? (Otherwise, integers
|
||||
|
Reference in New Issue
Block a user