Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_shader.h101 bool is_math() const;
Dbrw_vec4.cpp247 if (devinfo->gen == 6 && is_math()) in can_do_source_mods()
286 if (devinfo->gen == 6 && is_math()) in can_do_writemask()
1031 return (inst->mlen || inst->predicate || inst->is_math()); in is_dep_ctrl_unsafe()
1127 if (devinfo->gen == 6 && is_math() && swizzle != BRW_SWIZZLE_XYZW) in can_reswizzle()
1275 if (scan_inst->is_math()) { in opt_register_coalesce()
Dbrw_schedule_instructions.cpp1646 if (devinfo->gen < 6 && chosen->inst->is_math()) { in schedule_instructions()
1648 if (n->inst->is_math()) in schedule_instructions()
Dbrw_shader.cpp797 backend_instruction::is_math() const in is_math() function in backend_instruction
Dbrw_fs_copy_propagation.cpp352 if (inst->is_math()) { in can_take_stride()
Dbrw_fs.cpp381 if (devinfo->gen == 6 && is_math()) in can_do_source_mods()
2885 if (scan_inst->is_math()) { in compute_to_mrf()