Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_vec4_copy_propagation.cpp347 bool has_source_modifiers = value.negate || value.abs; in try_copy_propagate() local
352 if ((has_source_modifiers || value.file == UNIFORM || in try_copy_propagate()
356 if (has_source_modifiers && in try_copy_propagate()
361 if (has_source_modifiers && in try_copy_propagate()
435 if (has_source_modifiers && in try_copy_propagate()
Dbrw_fs_copy_propagation.cpp511 bool has_source_modifiers = entry->src.abs || entry->src.negate; in try_copy_propagate() local
513 if ((has_source_modifiers || entry->src.file == UNIFORM || in try_copy_propagate()
518 if (has_source_modifiers && in try_copy_propagate()
582 if (has_source_modifiers && in try_copy_propagate()
659 if (has_source_modifiers) { in try_copy_propagate()