Searched refs:is_send_from_grf (Results 1 – 12 of 12) sorted by relevance
349 bool is_send_from_grf() const;524 return inst->mlen || inst->is_send_from_grf(); in is_send()
1391 if (!inst->is_send_from_grf()) { in calculate_deps()1429 if (inst->mlen > 0 && !inst->is_send_from_grf()) { in calculate_deps()1472 if (!inst->is_send_from_grf()) { in calculate_deps()1506 if (inst->mlen > 0 && !inst->is_send_from_grf()) { in calculate_deps()
288 bool is_send_from_grf() const;
382 if (inst->is_send_from_grf()) in try_copy_propagate()
111 return inst->is_send_from_grf() && !inst->has_side_effects() && in is_expression()
150 vec4_instruction::is_send_from_grf() const in is_send_from_grf() function in brw::vec4_instruction244 if (is_send_from_grf()) in can_do_source_mods()331 if (mlen == 0 || is_send_from_grf()) in implied_mrf_writes()525 inst->is_send_from_grf()) in opt_reduce_swizzle()
1343 if (inst->is_send_from_grf()) { in issue_fs_inst()1450 if (inst->is_send_from_grf()) { in issue_vec4_instruction()
686 if (inst->exec_size < 16 && inst->is_send_from_grf() && in setup_inst_interference()
219 fs_inst::is_send_from_grf() const in is_send_from_grf() function in fs_inst439 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