Home
last modified time | relevance | path

Searched refs:is_send_from_grf (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_schedule_instructions.cpp1273 if (!inst->is_send_from_grf()) { in calculate_deps()
1311 if (inst->mlen > 0 && !inst->is_send_from_grf()) { in calculate_deps()
1354 if (!inst->is_send_from_grf()) { in calculate_deps()
1388 if (inst->mlen > 0 && !inst->is_send_from_grf()) { in calculate_deps()
Dbrw_ir_vec4.h287 bool is_send_from_grf();
Dbrw_ir_fs.h343 bool is_send_from_grf() const;
Dbrw_fs_cse.cpp112 return inst->is_send_from_grf() && !inst->has_side_effects() && in is_expression()
Dbrw_vec4_copy_propagation.cpp403 if (inst->is_send_from_grf()) in try_copy_propagate()
Dbrw_vec4.cpp150 vec4_instruction::is_send_from_grf() in is_send_from_grf() function in brw::vec4_instruction
250 if (is_send_from_grf()) in can_do_source_mods()
318 if (inst->mlen == 0 || inst->is_send_from_grf()) in implied_mrf_writes()
505 inst->is_send_from_grf()) in opt_reduce_swizzle()
Dbrw_fs.cpp249 fs_inst::is_send_from_grf() const in is_send_from_grf() function in fs_inst
384 if (is_send_from_grf()) in can_do_source_mods()