Searched defs:OUT_BATCH (Results 1 – 3 of 3) sorted by relevance
36 #define OUT_BATCH(dword) i915_winsys_batchbuffer_dword(i915->batch, dword) macro
75 #define OUT_BATCH(d) bb_area_emit(batch->cmds, d, CMD, #d) macro
123 #define OUT_BATCH(d) intel_batchbuffer_emit_dword(batch, d) macro