Searched refs:TGL_SBID_SRC (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_eu_defines.h | 1077 TGL_SBID_SRC = 1, enumerator in enum:tgl_sbid_mode 1193 swsb.mode = swsb.mode & (TGL_SBID_SRC | TGL_SBID_DST); 1238 return tgl_swsb_sbid(TGL_SBID_SRC, x & 0xfu);
|
| H A D | brw_fs_scoreboard.cpp | 917 return find_unordered_dependency(deps, TGL_SBID_SRC, exec_all); 978 inst->is_math()) ? dependency(TGL_SBID_SRC, ip, exec_all) : 991 const dependency rd_dep = dependency(TGL_SBID_SRC, ip, exec_all);
|
| H A D | test_fs_scoreboard.cpp | 132 if (swsb.mode & TGL_SBID_SRC) 327 EXPECT_EQ(instruction(block0, 2)->sched, tgl_swsb_sbid(TGL_SBID_SRC, 0)); 354 EXPECT_EQ(sync->sched, tgl_swsb_sbid(TGL_SBID_SRC, 0));
|
| H A D | brw_ir_performance.cpp | 1398 else if (inst->sched.mode & TGL_SBID_SRC)
|
| H A D | brw_fs_generator.cpp | 1506 brw_set_default_swsb(p, tgl_swsb_sbid(TGL_SBID_SRC, swsb.sbid));
|
Completed in 16 milliseconds