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.cpp369 bool has_source_modifiers = value.negate || value.abs; in try_copy_propagate() local
374 if ((has_source_modifiers || value.file == UNIFORM || in try_copy_propagate()
378 if (has_source_modifiers && in try_copy_propagate()
383 if (has_source_modifiers && in try_copy_propagate()
456 if (has_source_modifiers && in try_copy_propagate()
Dbrw_fs_copy_propagation.cpp399 bool has_source_modifiers = entry->src.abs || entry->src.negate; in try_copy_propagate() local
401 if ((has_source_modifiers || entry->src.file == UNIFORM || in try_copy_propagate()
406 if (has_source_modifiers && in try_copy_propagate()
449 if (has_source_modifiers && in try_copy_propagate()
498 if (has_source_modifiers) { in try_copy_propagate()