Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
H A Dbrw_ir.h95 bool is_math() const;
H A Dbrw_vec4.cpp239 if (devinfo->ver == 6 && is_math()) in can_do_source_mods()
297 if (devinfo->ver == 6 && is_math()) in can_do_writemask()
759 return (inst->mlen || inst->predicate || inst->is_math()); in is_dep_ctrl_unsafe()
855 if (devinfo->ver == 6 && is_math() && swizzle != BRW_SWIZZLE_XYZW) in can_reswizzle()
1030 if (scan_inst->is_math()) { in opt_register_coalesce()
H A Dbrw_ir_fs.h538 return is_send(inst) || inst->is_math();
H A Dbrw_vec4_copy_propagation.cpp359 ((devinfo->ver == 6 && inst->is_math()) || in try_copy_propagate()
H A Dbrw_fs_copy_propagation.cpp424 if (inst->is_math()) { in can_take_stride()
541 ((devinfo->ver == 6 && inst->is_math()) || in try_copy_propagate()
H A Dbrw_schedule_instructions.cpp1836 if (devinfo->ver < 6 && chosen->inst->is_math()) {
1838 if (n->inst->is_math())
H A Dbrw_shader.cpp912 backend_instruction::is_math() const in is_math() function in backend_instruction
H A Dbrw_fs_scoreboard.cpp1010 inst->is_math()) ? dependency(TGL_SBID_SRC, ip, exec_all) :
H A Dbrw_fs.cpp423 if (devinfo->ver == 6 && is_math()) in can_do_source_mods()
3169 if (scan_inst->is_math()) {

Completed in 19 milliseconds