Searched refs:is_math (Results 1 - 14 of 14) sorted by relevance

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

Completed in 129 milliseconds