Home
last modified time | relevance | path

Searched refs:tgl_regdist_mode (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
H A Dbrw_fs_scoreboard.cpp271 enum tgl_regdist_mode { enum
278 * Allow bitwise arithmetic of tgl_regdist_mode enums.
280 tgl_regdist_mode
281 operator|(tgl_regdist_mode x, tgl_regdist_mode y) in operator |()
283 return tgl_regdist_mode(unsigned(x) | unsigned(y)); in operator |()
286 tgl_regdist_mode
287 operator&(tgl_regdist_mode x, tgl_regdist_mode y) in operator &()
289 return tgl_regdist_mode(unsigne in operator &()
[all...]

Completed in 2 milliseconds