Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_eu_defines.h1058 TGL_SBID_SRC = 1, enumerator
1151 swsb.mode = swsb.mode & (TGL_SBID_SRC | TGL_SBID_DST); in tgl_swsb_src_dep()
1189 return tgl_swsb_sbid(TGL_SBID_SRC, x & 0xfu); in tgl_swsb_decode()
Dbrw_fs_scoreboard.cpp777 return find_unordered_dependency(deps, TGL_SBID_SRC, exec_all); in baked_unordered_dependency_mode()
806 inst->is_math()) ? dependency(TGL_SBID_SRC, ip, exec_all) : in update_inst_scoreboard()
815 const dependency rd_dep = dependency(TGL_SBID_SRC, ip, exec_all); in update_inst_scoreboard()
Dtest_fs_scoreboard.cpp113 if (swsb.mode & TGL_SBID_SRC) in operator <<()
311 EXPECT_EQ(instruction(block0, 2)->sched, tgl_swsb_sbid(TGL_SBID_SRC, 0)); in TEST_F()
338 EXPECT_EQ(sync->sched, tgl_swsb_sbid(TGL_SBID_SRC, 0)); in TEST_F()
Dbrw_ir_performance.cpp1336 else if (inst->sched.mode & TGL_SBID_SRC) in issue_fs_inst()
Dbrw_fs_generator.cpp1486 brw_set_default_swsb(p, tgl_swsb_sbid(TGL_SBID_SRC, swsb.sbid)); in generate_scratch_write()