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.h1093 TGL_SBID_SRC = 1, enumerator
1209 swsb.mode = swsb.mode & (TGL_SBID_SRC | TGL_SBID_DST); in tgl_swsb_src_dep()
1254 return tgl_swsb_sbid(TGL_SBID_SRC, x & 0xfu); in tgl_swsb_decode()
Dbrw_fs_scoreboard.cpp948 return find_unordered_dependency(deps, TGL_SBID_SRC, exec_all); in baked_unordered_dependency_mode()
1010 inst->is_math()) ? dependency(TGL_SBID_SRC, ip, exec_all) : in update_inst_scoreboard()
1024 const dependency rd_dep = dependency(TGL_SBID_SRC, ip, exec_all); in update_inst_scoreboard()
Dtest_fs_scoreboard.cpp132 if (swsb.mode & TGL_SBID_SRC) in operator <<()
327 EXPECT_EQ(instruction(block0, 2)->sched, tgl_swsb_sbid(TGL_SBID_SRC, 0)); in TEST_F()
354 EXPECT_EQ(sync->sched, tgl_swsb_sbid(TGL_SBID_SRC, 0)); in TEST_F()
Dbrw_ir_performance.cpp1405 else if (inst->sched.mode & TGL_SBID_SRC) in issue_fs_inst()
Dbrw_fs_generator.cpp1406 brw_set_default_swsb(p, tgl_swsb_sbid(TGL_SBID_SRC, swsb.sbid)); in generate_scratch_write()