Searched refs:TGL_SBID_DST (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_eu_defines.h | 1078 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 D | brw_fs_scoreboard.cpp | 913 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 D | test_fs_scoreboard.cpp | 130 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 D | brw_ir_performance.cpp | 1396 if (inst->sched.mode & (TGL_SBID_SET | TGL_SBID_DST))
|
| H A D | brw_disasm.c | 1800 swsb.mode & TGL_SBID_DST ? ".dst" : ".src"));
|
Completed in 18 milliseconds