Searched refs:BRW_NEW_CONTEXT (Results 1 – 7 of 7) sorted by relevance
156 .brw = BRW_NEW_CONTEXT |245 BRW_NEW_CONTEXT |
146 BRW_NEW_CONTEXT |
214 .brw = BRW_NEW_CONTEXT,251 .brw = BRW_NEW_CONTEXT,278 .brw = BRW_NEW_CONTEXT,302 BRW_NEW_CONTEXT,1245 (GEN_GEN >= 8 ? BRW_NEW_CONTEXT1469 BRW_NEW_CONTEXT |1723 (GEN_GEN >= 6 ? BRW_NEW_CONTEXT : 0) |2024 (GEN_GEN < 7 ? BRW_NEW_BATCH : BRW_NEW_CONTEXT),2169 BRW_NEW_CONTEXT |2754 (GEN_GEN >= 6 ? BRW_NEW_CONTEXT |[all …]
146 .brw = BRW_NEW_CONTEXT |
306 DEFINE_BIT(BRW_NEW_CONTEXT),
265 #define BRW_NEW_CONTEXT (1ull << BRW_STATE_CONTEXT) macro
706 brw->ctx.NewDriverState |= BRW_NEW_CONTEXT; in brw_new_batch()