nir/gcm: Support deref instructions
Even though no one's been brave enough to ever use this pass, I like to keep it functionally working. Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
This commit is contained in:
@@ -128,6 +128,10 @@ gcm_pin_instructions_block(nir_block *block, struct gcm_state *state)
|
||||
}
|
||||
break;
|
||||
|
||||
case nir_instr_type_deref:
|
||||
instr->pass_flags = 0;
|
||||
break;
|
||||
|
||||
case nir_instr_type_tex:
|
||||
switch (nir_instr_as_tex(instr)->op) {
|
||||
case nir_texop_tex:
|
||||
|
||||
Reference in New Issue
Block a user