Searched refs:child_alu (Results 1 – 1 of 1) sorted by relevance
169 nir_alu_instr *child_alu = nir_instr_as_alu(child); in nir_lower_to_source_mods_block() local170 if (child_alu->src[0].negate || child_alu->src[0].abs) { in nir_lower_to_source_mods_block()175 if (child_alu->op != nir_op_fsat) { in nir_lower_to_source_mods_block()189 nir_alu_instr *child_alu = nir_instr_as_alu(child_src->parent_instr); in nir_lower_to_source_mods_block() local191 child_alu->op = nir_op_mov; in nir_lower_to_source_mods_block()192 child_alu->dest.saturate = false; in nir_lower_to_source_mods_block()