Searched refs:is_send_from_grf (Results 1 – 13 of 13) sorted by relevance
360 inst->is_send_from_grf() || in try_copy_propagate()391 if (inst->is_send_from_grf()) in try_copy_propagate()
353 bool is_send_from_grf() const;528 return inst->mlen || inst->is_send_from_grf(); in is_send()
1450 if (!inst->is_send_from_grf()) { in calculate_deps()1489 if (inst->mlen > 0 && !inst->is_send_from_grf()) { in calculate_deps()1532 if (!inst->is_send_from_grf()) { in calculate_deps()1566 if (inst->mlen > 0 && !inst->is_send_from_grf()) { in calculate_deps()
288 bool is_send_from_grf() const;
150 vec4_instruction::is_send_from_grf() const in is_send_from_grf() function in brw::vec4_instruction242 if (is_send_from_grf()) in can_do_source_mods()329 if (mlen == 0 || is_send_from_grf()) in implied_mrf_writes()521 inst->is_send_from_grf()) in opt_reduce_swizzle()
112 return inst->is_send_from_grf() && !inst->has_side_effects() && in is_expression()
1412 if (inst->is_send_from_grf()) { in issue_fs_inst()1520 if (inst->is_send_from_grf()) { in issue_vec4_instruction()
568 if (inst->exec_size < 16 && inst->is_send_from_grf() && in setup_inst_interference()
542 inst->is_send_from_grf() || in try_copy_propagate()
220 fs_inst::is_send_from_grf() const in is_send_from_grf() function in fs_inst426 if (is_send_from_grf()) in can_do_source_mods()
96 - intel/fs: Handle IMAGE_SIZE in size_read() and is_send_from_grf()
1396 - intel/fs: Handle IMAGE_SIZE in size_read() and is_send_from_grf()
1509 - intel/fs: Teach fs_inst::is_send_from_grf() about some missing