Home
last modified time | relevance | path

Searched refs:child_alu (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_to_source_mods.c171 nir_alu_instr *child_alu = nir_instr_as_alu(child); in nir_lower_to_source_mods_block() local
172 if (child_alu->src[0].negate || child_alu->src[0].abs) { in nir_lower_to_source_mods_block()
177 if (child_alu->op != nir_op_fsat) { in nir_lower_to_source_mods_block()
191 nir_alu_instr *child_alu = nir_instr_as_alu(child_src->parent_instr); in nir_lower_to_source_mods_block() local
193 child_alu->op = nir_op_mov; in nir_lower_to_source_mods_block()
194 child_alu->dest.saturate = false; in nir_lower_to_source_mods_block()

Completed in 1 milliseconds