Searched refs:has_source_modifiers (Results 1 - 4 of 4) sorted by relevance

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

Completed in 444 milliseconds