Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_ir_fs.h349 bool is_send_from_grf() const;
524 return inst->mlen || inst->is_send_from_grf(); in is_send()
Dbrw_schedule_instructions.cpp1391 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()
Dbrw_ir_vec4.h288 bool is_send_from_grf() const;
Dbrw_vec4_copy_propagation.cpp382 if (inst->is_send_from_grf()) in try_copy_propagate()
Dbrw_fs_cse.cpp111 return inst->is_send_from_grf() && !inst->has_side_effects() && in is_expression()
Dbrw_vec4.cpp150 vec4_instruction::is_send_from_grf() const in is_send_from_grf() function in brw::vec4_instruction
244 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()
Dbrw_ir_performance.cpp1343 if (inst->is_send_from_grf()) { in issue_fs_inst()
1450 if (inst->is_send_from_grf()) { in issue_vec4_instruction()
Dbrw_fs_reg_allocate.cpp686 if (inst->exec_size < 16 && inst->is_send_from_grf() && in setup_inst_interference()
Dbrw_fs.cpp219 fs_inst::is_send_from_grf() const in is_send_from_grf() function in fs_inst
439 if (is_send_from_grf()) in can_do_source_mods()
/external/mesa3d/docs/relnotes/
D18.3.4.rst96 - intel/fs: Handle IMAGE_SIZE in size_read() and is_send_from_grf()
D19.0.0.rst1396 - intel/fs: Handle IMAGE_SIZE in size_read() and is_send_from_grf()
D19.3.0.rst1509 - intel/fs: Teach fs_inst::is_send_from_grf() about some missing