Searched refs:TGL_SBID_SRC (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/intel/compiler/ |
D | brw_eu_defines.h | 1058 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()
|
D | brw_fs_scoreboard.cpp | 777 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()
|
D | test_fs_scoreboard.cpp | 113 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()
|
D | brw_ir_performance.cpp | 1336 else if (inst->sched.mode & TGL_SBID_SRC) in issue_fs_inst()
|
D | brw_fs_generator.cpp | 1486 brw_set_default_swsb(p, tgl_swsb_sbid(TGL_SBID_SRC, swsb.sbid)); in generate_scratch_write()
|