Home
last modified time | relevance | path

Searched refs:BRW_NEW_BATCH (Results 1 – 16 of 16) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_binding_tables.c118 .brw = BRW_NEW_BATCH |
143 .brw = BRW_NEW_BATCH |
170 .brw = BRW_NEW_BATCH |
199 .brw = BRW_NEW_BATCH |
227 .brw = BRW_NEW_BATCH |
264 .brw = BRW_NEW_BATCH |
299 .brw = BRW_NEW_BATCH |
Dbrw_tes_surface_state.c62 .brw = BRW_NEW_BATCH |
87 .brw = BRW_NEW_BATCH |
109 .brw = BRW_NEW_BATCH |
Dbrw_vs_surface_state.c68 .brw = BRW_NEW_BATCH |
89 .brw = BRW_NEW_BATCH |
112 .brw = BRW_NEW_BATCH |
Dbrw_tcs_surface_state.c62 .brw = BRW_NEW_BATCH |
87 .brw = BRW_NEW_BATCH |
109 .brw = BRW_NEW_BATCH |
Dbrw_gs_surface_state.c62 .brw = BRW_NEW_BATCH |
87 .brw = BRW_NEW_BATCH |
110 .brw = BRW_NEW_BATCH |
DgenX_state_upload.c851 .brw = BRW_NEW_BATCH |
885 .brw = BRW_NEW_BATCH |
1246 : BRW_NEW_BATCH |
1342 .brw = BRW_NEW_BATCH |
1717 (GEN_GEN <= 5 ? BRW_NEW_BATCH |
2024 (GEN_GEN < 7 ? BRW_NEW_BATCH : BRW_NEW_CONTEXT),
2167 .brw = BRW_NEW_BATCH |
2230 .brw = BRW_NEW_BATCH |
2322 .brw = BRW_NEW_BATCH |
2539 .brw = BRW_NEW_BATCH |
[all …]
Dbrw_wm_surface_state.c763 .brw = BRW_NEW_BATCH |
981 .brw = BRW_NEW_BATCH,
989 .brw = BRW_NEW_BATCH |
1068 .brw = BRW_NEW_BATCH |
1198 .brw = BRW_NEW_BATCH |
1240 .brw = BRW_NEW_BATCH |
1333 .brw = BRW_NEW_BATCH |
1355 .brw = BRW_NEW_BATCH |
1378 .brw = BRW_NEW_BATCH |
1563 .brw = BRW_NEW_BATCH |
Dgen6_sampler_state.c51 .brw = BRW_NEW_BATCH |
Dgen7_l3_state.c235 const float dw_threshold = (brw->ctx.NewDriverState & BRW_NEW_BATCH ? in emit_l3_state()
256 .brw = BRW_NEW_BATCH |
Dgen6_sol.c85 .brw = BRW_NEW_BATCH |
177 .brw = BRW_NEW_BATCH |
Dgen7_misc_state.c198 .brw = BRW_NEW_BATCH |
Dbrw_misc_state.c93 .brw = BRW_NEW_BATCH |
413 .brw = BRW_NEW_BATCH |
Dbrw_curbe.c345 .brw = BRW_NEW_BATCH |
Dbrw_state_upload.c313 DEFINE_BIT(BRW_NEW_BATCH),
Dbrw_context.h276 #define BRW_NEW_BATCH (1ull << BRW_STATE_BATCH) macro
Dintel_batchbuffer.c710 brw->ctx.NewDriverState |= BRW_NEW_BATCH; in brw_new_batch()