Lines Matching defs:batch
2949 VkResult result = anv_device_alloc_bo(device, "trivial-batch", 4096,
2956 struct anv_batch batch = {
2962 anv_batch_emit(&batch, GFX7_MI_BATCH_BUFFER_END, bbe);
2963 anv_batch_emit(&batch, GFX7_MI_NOOP, noop);
2966 intel_clflush_range(batch.start, batch.next - batch.start);
2990 /* Finding a buffer for batch decoding */
3290 /* On Broadwell and later, we can use batch chaining to more efficiently
3293 * the batch.
3325 anv_bo_pool_init(&device->batch_bo_pool, device, "batch");