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

/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_eu_defines.h1078 TGL_SBID_DST = 2, enumerator in enum:tgl_sbid_mode
1193 swsb.mode = swsb.mode & (TGL_SBID_SRC | TGL_SBID_DST);
1215 swsb.mode & TGL_SBID_DST ? 0x20 : 0x30);
1233 TGL_SBID_SET : TGL_SBID_DST };
1236 return tgl_swsb_sbid(TGL_SBID_DST, x & 0xfu);
H A Dbrw_fs_scoreboard.cpp913 else if (find_unordered_dependency(deps, TGL_SBID_DST, exec_all) &&
915 return find_unordered_dependency(deps, TGL_SBID_DST, exec_all);
947 TGL_SBID_DST);
999 is_unordered(inst) ? dependency(TGL_SBID_DST, ip, exec_all) :
H A Dtest_fs_scoreboard.cpp130 if (swsb.mode & TGL_SBID_DST)
216 EXPECT_EQ(instruction(block0, 2)->sched, tgl_swsb_testcase(1, 0, TGL_SBID_DST));
247 EXPECT_EQ(sync->sched, tgl_swsb_sbid(TGL_SBID_DST, 0));
439 EXPECT_EQ(instruction(block0, 2)->sched, tgl_swsb_sbid(TGL_SBID_DST, 0));
466 EXPECT_EQ(sync->sched, tgl_swsb_sbid(TGL_SBID_DST, 0));
H A Dbrw_ir_performance.cpp1396 if (inst->sched.mode & (TGL_SBID_SET | TGL_SBID_DST))
H A Dbrw_disasm.c1800 swsb.mode & TGL_SBID_DST ? ".dst" : ".src"));

Completed in 18 milliseconds