Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_vec4_copy_propagation.cpp349 bool has_source_modifiers = value.negate || value.abs; in try_copy_propagate() local
354 if (has_source_modifiers && !inst->can_do_source_mods(devinfo)) in try_copy_propagate()
365 if (has_source_modifiers && in try_copy_propagate()
370 if (has_source_modifiers && in try_copy_propagate()
444 if (has_source_modifiers && in try_copy_propagate()
Dbrw_fs_copy_propagation.cpp534 bool has_source_modifiers = entry->src.abs || entry->src.negate; in try_copy_propagate() local
536 if (has_source_modifiers && !inst->can_do_source_mods(devinfo)) in try_copy_propagate()
547 if (has_source_modifiers && in try_copy_propagate()
560 const brw_reg_type dst_type = (has_source_modifiers && in try_copy_propagate()
641 if (has_source_modifiers && in try_copy_propagate()
719 if (has_source_modifiers) { in try_copy_propagate()