Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_ir.h95 bool is_math() const;
Dbrw_vec4.cpp241 if (devinfo->ver == 6 && is_math()) in can_do_source_mods()
299 if (devinfo->ver == 6 && is_math()) in can_do_writemask()
1042 return (inst->mlen || inst->predicate || inst->is_math()); in is_dep_ctrl_unsafe()
1138 if (devinfo->ver == 6 && is_math() && swizzle != BRW_SWIZZLE_XYZW) in can_reswizzle()
1313 if (scan_inst->is_math()) { in opt_register_coalesce()
Dbrw_fs_copy_propagation.cpp422 if (inst->is_math()) { in can_take_stride()
520 ((devinfo->ver == 6 && inst->is_math()) || in try_copy_propagate()
Dbrw_vec4_copy_propagation.cpp357 ((devinfo->ver == 6 && inst->is_math()) || in try_copy_propagate()
Dbrw_ir_fs.h538 return is_send(inst) || inst->is_math(); in is_unordered()
Dbrw_schedule_instructions.cpp1831 if (devinfo->ver < 6 && chosen->inst->is_math()) { in schedule_instructions()
1833 if (n->inst->is_math()) in schedule_instructions()
Dbrw_shader.cpp915 backend_instruction::is_math() const in is_math() function in backend_instruction
Dbrw_fs_scoreboard.cpp978 inst->is_math()) ? dependency(TGL_SBID_SRC, ip, exec_all) : in update_inst_scoreboard()
Dbrw_fs.cpp436 if (devinfo->ver == 6 && is_math()) in can_do_source_mods()
3305 if (scan_inst->is_math()) { in compute_to_mrf()