Lines Matching defs:mode
500 * scalar regioning mode, only the first channel of the destination region
1083 * Gfx12+ SWSB SBID synchronization mode.
1087 * the strongest mode of the mask will be provided to the hardware in the SWSB
1151 enum tgl_sbid_mode mode : 3;
1172 tgl_swsb_sbid(enum tgl_sbid_mode mode, unsigned sbid)
1174 const struct tgl_swsb swsb = { 0, TGL_PIPE_NONE, sbid, mode };
1197 swsb.mode = swsb.mode & TGL_SBID_SET;
1209 swsb.mode = swsb.mode & (TGL_SBID_SRC | TGL_SBID_DST);
1220 if (!swsb.mode) {
1230 return swsb.sbid | (swsb.mode & TGL_SBID_SET ? 0x40 :
1231 swsb.mode & TGL_SBID_DST ? 0x20 : 0x30);
1375 /* GFX9 changes SIMD mode 0 to mean SIMD8D, but lets us get the SIMD4x2
1703 BRW_RND_MODE_UNSPECIFIED, /* Unspecified rounding mode */