Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_ir.h95 bool is_math() const;
Dbrw_vec4.cpp241 if (devinfo->gen == 6 && is_math()) in can_do_source_mods()
299 if (devinfo->gen == 6 && is_math()) in can_do_writemask()
1039 return (inst->mlen || inst->predicate || inst->is_math()); in is_dep_ctrl_unsafe()
1135 if (devinfo->gen == 6 && is_math() && swizzle != BRW_SWIZZLE_XYZW) in can_reswizzle()
1310 if (scan_inst->is_math()) { in opt_register_coalesce()
Dbrw_ir_fs.h534 return is_send(inst) || inst->is_math(); in is_unordered()
Dbrw_schedule_instructions.cpp1768 if (devinfo->gen < 6 && chosen->inst->is_math()) { in schedule_instructions()
1770 if (n->inst->is_math()) in schedule_instructions()
Dbrw_shader.cpp897 backend_instruction::is_math() const in is_math() function in backend_instruction
Dbrw_fs_scoreboard.cpp806 inst->is_math()) ? dependency(TGL_SBID_SRC, ip, exec_all) : in update_inst_scoreboard()
Dbrw_fs_copy_propagation.cpp420 if (inst->is_math()) { in can_take_stride()
Dbrw_fs.cpp436 if (devinfo->gen == 6 && is_math()) in can_do_source_mods()
3148 if (scan_inst->is_math()) { in compute_to_mrf()