Lines Matching defs:flush
1971 struct anv_utrace_flush_copy *flush)
1975 flush->batch_bo,
1976 &flush->relocs, 0);
1980 result = anv_execbuf_add_sync(device, execbuf, flush->sync,
1985 if (flush->batch_bo->exec_obj_index != execbuf->bo_count - 1) {
1986 uint32_t idx = flush->batch_bo->exec_obj_index;
1990 assert(execbuf->bos[idx] == flush->batch_bo);
1997 execbuf->bos[last_idx] = flush->batch_bo;
1998 flush->batch_bo->exec_obj_index = last_idx;
2002 intel_flush_range(flush->batch_bo->map, flush->batch_bo->size);
2008 .batch_len = flush->batch.next - flush->batch.start,
2022 struct anv_utrace_flush_copy *flush)
2024 assert(flush->batch_bo);
2032 VkResult result = setup_utrace_execbuf(&execbuf, queue, flush);