Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_fs_copy_propagation.cpp49 bool has_source_modifiers = entry->src.abs || entry->src.negate; in try_copy_propagate() local
52 (has_source_modifiers || entry->src.file == UNIFORM)) in try_copy_propagate()
Dbrw_fs.cpp1591 bool has_source_modifiers = inst->src[0].abs || inst->src[0].negate; in register_coalesce() local
1616 (has_source_modifiers || inst->src[0].file == UNIFORM)) { in register_coalesce()