Home
last modified time | relevance | path

Searched refs:is_math (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_fs_copy_propagation.cpp51 if (intel->gen == 6 && inst->is_math() && in try_copy_propagate()
Dbrw_fs_schedule_instructions.cpp488 if (chosen->inst->is_math()) { in schedule_instructions()
492 if (n->inst->is_math()) in schedule_instructions()
Dbrw_vec4.cpp201 vec4_instruction::is_math() in is_math() function in brw::vec4_instruction
775 if (scan_inst->is_math()) { in opt_compute_to_mrf()
Dbrw_vec4_copy_propagation.cpp211 if (intel->gen >= 6 && inst->is_math()) in try_copy_propagation()
Dbrw_fs.h155 bool is_math();
Dbrw_vec4.h198 bool is_math();
Dbrw_fs.cpp191 fs_inst::is_math() in is_math() function in fs_inst
1615 scan_inst->is_math() && in register_coalesce()
1753 if (scan_inst->is_math()) { in compute_to_mrf()