Home
last modified time | relevance | path

Searched refs:TGL_PIPE_NONE (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
Dbrw_eu_defines.h1120 TGL_PIPE_NONE = 0, enumerator
1146 const struct tgl_swsb swsb = { d, d ? TGL_PIPE_ALL : TGL_PIPE_NONE }; in tgl_swsb_regdist()
1158 const struct tgl_swsb swsb = { 0, TGL_PIPE_NONE, sbid, mode }; in tgl_swsb_sbid()
1182 swsb.pipe = (regdist ? TGL_PIPE_ALL : TGL_PIPE_NONE); in tgl_swsb_dst_dep()
1228 const struct tgl_swsb swsb = { (x & 0x70u) >> 4, TGL_PIPE_NONE, in tgl_swsb_decode()
1247 TGL_PIPE_NONE) }; in tgl_swsb_decode()
1248 assert(devinfo->verx10 >= 125 || swsb.pipe == TGL_PIPE_NONE); in tgl_swsb_decode()
Dbrw_fs_scoreboard.cpp80 return TGL_PIPE_NONE; in inferred_sync_pipe()
116 return TGL_PIPE_NONE; in inferred_exec_pipe()
194 ordered_address(tgl_pipe p = TGL_PIPE_NONE, int jp0 = INT_MIN) { in ordered_address()
196 jp[q] = (p == TGL_PIPE_NONE || (IDX(p) != q && p != TGL_PIPE_ALL) ? in ordered_address()
222 if ((p == TGL_PIPE_NONE || IDX(p) != q) && jp.jp[q] > INT_MIN) in is_single_pipe()
834 tgl_pipe p = TGL_PIPE_NONE; in ordered_dependency_swsb()