Home
last modified time | relevance | path

Searched defs:has_source_modifiers (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/intel/compiler/elk/
Delk_vec4_copy_propagation.cpp349 bool has_source_modifiers = value.negate || value.abs; in try_copy_propagate() local
Delk_fs_copy_propagation.cpp743 bool has_source_modifiers = entry->src.abs || entry->src.negate; in try_copy_propagate() local
/third_party/mesa3d/src/intel/compiler/
Dbrw_opt_copy_propagation.cpp740 bool has_source_modifiers = entry->src.abs || entry->src.negate; in try_copy_propagate() local
1514 const bool has_source_modifiers = val.abs || val.negate; in try_copy_propagate_def() local