Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_schedule_instructions.cpp1282 if (!inst->is_send_from_grf()) { in calculate_deps()
1320 if (inst->mlen > 0 && !inst->is_send_from_grf()) { in calculate_deps()
1363 if (!inst->is_send_from_grf()) { in calculate_deps()
1397 if (inst->mlen > 0 && !inst->is_send_from_grf()) { in calculate_deps()
Dbrw_ir_vec4.h285 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.cpp394 if (inst->is_send_from_grf()) in try_copy_propagate()
Dbrw_vec4.cpp148 vec4_instruction::is_send_from_grf() in is_send_from_grf() function in brw::vec4_instruction
248 if (is_send_from_grf()) in can_do_source_mods()
314 if (inst->mlen == 0 || inst->is_send_from_grf()) in implied_mrf_writes()
501 inst->is_send_from_grf()) in opt_reduce_swizzle()
Dbrw_fs.cpp244 fs_inst::is_send_from_grf() const in is_send_from_grf() function in fs_inst
377 if (is_send_from_grf()) in can_do_source_mods()