Searched refs:TGL_SBID_SRC (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_eu_defines.h1077 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 Dbrw_fs_scoreboard.cpp917 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 Dtest_fs_scoreboard.cpp132 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 Dbrw_ir_performance.cpp1398 else if (inst->sched.mode & TGL_SBID_SRC)
H A Dbrw_fs_generator.cpp1506 brw_set_default_swsb(p, tgl_swsb_sbid(TGL_SBID_SRC, swsb.sbid));

Completed in 16 milliseconds