Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_eu_defines.h1059 TGL_SBID_DST = 2, enumerator
1151 swsb.mode = swsb.mode & (TGL_SBID_SRC | TGL_SBID_DST); in tgl_swsb_src_dep()
1168 swsb.mode & TGL_SBID_DST ? 0x20 : 0x30); in tgl_swsb_encode()
1184 TGL_SBID_SET : TGL_SBID_DST }; in tgl_swsb_decode()
1187 return tgl_swsb_sbid(TGL_SBID_DST, x & 0xfu); in tgl_swsb_decode()
Dtest_fs_scoreboard.cpp111 if (swsb.mode & TGL_SBID_DST) in operator <<()
199 (tgl_swsb { .regdist = 1, .sbid = 0, .mode = TGL_SBID_DST })); in TEST_F()
230 EXPECT_EQ(sync->sched, tgl_swsb_sbid(TGL_SBID_DST, 0)); in TEST_F()
424 EXPECT_EQ(instruction(block0, 2)->sched, tgl_swsb_sbid(TGL_SBID_DST, 0)); in TEST_F()
451 EXPECT_EQ(sync->sched, tgl_swsb_sbid(TGL_SBID_DST, 0)); in TEST_F()
Dbrw_fs_scoreboard.cpp773 else if (find_unordered_dependency(deps, TGL_SBID_DST, exec_all) && in baked_unordered_dependency_mode()
775 return find_unordered_dependency(deps, TGL_SBID_DST, exec_all); in baked_unordered_dependency_mode()
823 is_unordered(inst) ? dependency(TGL_SBID_DST, ip, exec_all) : in update_inst_scoreboard()
Dbrw_ir_performance.cpp1334 if (inst->sched.mode & (TGL_SBID_SET | TGL_SBID_DST)) in issue_fs_inst()
Dbrw_disasm.c1647 swsb.mode & TGL_SBID_DST ? ".dst" : ".src")); in swsb()