Searched refs:is_send_from_grf (Results 1 - 21 of 21) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_ir_fs.h350 bool is_send_from_grf() const;
524 return inst->mlen || inst->is_send_from_grf() || inst->is_math();
H A Dbrw_schedule_instructions.cpp1373 if (!inst->is_send_from_grf()) {
1411 if (inst->mlen > 0 && !inst->is_send_from_grf()) {
1454 if (!inst->is_send_from_grf()) {
1488 if (inst->mlen > 0 && !inst->is_send_from_grf()) {
H A Dbrw_fs_cse.cpp110 return inst->is_send_from_grf() && !inst->has_side_effects() &&
H A Dbrw_ir_vec4.h288 bool is_send_from_grf();
H A Dbrw_vec4_copy_propagation.cpp403 if (inst->is_send_from_grf())
H A Dbrw_vec4.cpp151 vec4_instruction::is_send_from_grf() function in class:brw::vec4_instruction
245 if (is_send_from_grf())
333 if (inst->mlen == 0 || inst->is_send_from_grf())
527 inst->is_send_from_grf())
H A Dbrw_fs_reg_allocate.cpp675 if (inst->exec_size < 16 && inst->is_send_from_grf() &&
H A Dbrw_fs.cpp216 fs_inst::is_send_from_grf() const function in class:fs_inst
423 if (is_send_from_grf())
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_vec4_copy_propagation.cpp358 inst->is_send_from_grf() ||
389 if (inst->is_send_from_grf())
H A Dbrw_ir_fs.h353 bool is_send_from_grf() const;
528 return inst->mlen || inst->is_send_from_grf();
H A Dbrw_schedule_instructions.cpp1446 if (!inst->is_send_from_grf()) {
1485 if (inst->mlen > 0 && !inst->is_send_from_grf()) {
1528 if (!inst->is_send_from_grf()) {
1562 if (inst->mlen > 0 && !inst->is_send_from_grf()) {
H A Dbrw_fs_cse.cpp111 return inst->is_send_from_grf() && !inst->has_side_effects() &&
H A Dbrw_ir_vec4.h288 bool is_send_from_grf() const;
H A Dbrw_vec4.cpp150 vec4_instruction::is_send_from_grf() const function in class:brw::vec4_instruction
244 if (is_send_from_grf())
331 if (mlen == 0 || is_send_from_grf())
525 inst->is_send_from_grf())
H A Dbrw_ir_performance.cpp1405 if (inst->is_send_from_grf()) {
1512 if (inst->is_send_from_grf()) {
H A Dbrw_fs_copy_propagation.cpp521 inst->is_send_from_grf() ||
H A Dbrw_fs_reg_allocate.cpp568 if (inst->exec_size < 16 && inst->is_send_from_grf() &&
H A Dbrw_fs.cpp219 fs_inst::is_send_from_grf() const function in class:fs_inst
439 if (is_send_from_grf())
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D18.3.4.rst96 - intel/fs: Handle IMAGE_SIZE in size_read() and is_send_from_grf()
H A D19.0.0.rst1396 - intel/fs: Handle IMAGE_SIZE in size_read() and is_send_from_grf()
H A D19.3.0.rst1509 - intel/fs: Teach fs_inst::is_send_from_grf() about some missing

Completed in 105 milliseconds