Searched refs:BRW_NEW_CONTEXT (Results 1 – 7 of 7) sorted by relevance
183 .brw = BRW_NEW_CONTEXT |272 BRW_NEW_CONTEXT |
146 BRW_NEW_CONTEXT |
133 .brw = BRW_NEW_CONTEXT,170 .brw = BRW_NEW_CONTEXT,197 .brw = BRW_NEW_CONTEXT,221 BRW_NEW_CONTEXT,933 .brw = BRW_NEW_BLORP | BRW_NEW_CONTEXT,1268 (GEN_GEN >= 8 ? BRW_NEW_CONTEXT1494 BRW_NEW_CONTEXT |1748 (GEN_GEN >= 6 ? BRW_NEW_CONTEXT : 0) |2081 (GEN_GEN < 7 ? BRW_NEW_BATCH : BRW_NEW_CONTEXT),2239 BRW_NEW_CONTEXT |[all …]
147 .brw = BRW_NEW_CONTEXT |
451 DEFINE_BIT(BRW_NEW_CONTEXT),
275 #define BRW_NEW_CONTEXT (1ull << BRW_STATE_CONTEXT) macro
578 brw->ctx.NewDriverState |= BRW_NEW_CONTEXT; in brw_new_batch()