Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_eu_defines.h1077 TGL_SBID_SRC = 1, enumerator
1193 swsb.mode = swsb.mode & (TGL_SBID_SRC | TGL_SBID_DST); in tgl_swsb_src_dep()
1238 return tgl_swsb_sbid(TGL_SBID_SRC, x & 0xfu); in tgl_swsb_decode()
Dbrw_fs_scoreboard.cpp917 return find_unordered_dependency(deps, TGL_SBID_SRC, exec_all); in baked_unordered_dependency_mode()
978 inst->is_math()) ? dependency(TGL_SBID_SRC, ip, exec_all) : in update_inst_scoreboard()
991 const dependency rd_dep = dependency(TGL_SBID_SRC, ip, exec_all); in update_inst_scoreboard()
Dtest_fs_scoreboard.cpp124 if (swsb.mode & TGL_SBID_SRC) in operator <<()
322 EXPECT_EQ(instruction(block0, 2)->sched, tgl_swsb_sbid(TGL_SBID_SRC, 0)); in TEST_F()
349 EXPECT_EQ(sync->sched, tgl_swsb_sbid(TGL_SBID_SRC, 0)); in TEST_F()
Dbrw_ir_performance.cpp1398 else if (inst->sched.mode & TGL_SBID_SRC) in issue_fs_inst()
Dbrw_fs_generator.cpp1506 brw_set_default_swsb(p, tgl_swsb_sbid(TGL_SBID_SRC, swsb.sbid)); in generate_scratch_write()