Searched refs:first_batch_bo (Results 1 – 1 of 1) sorted by relevance
1328 struct anv_batch_bo *first_batch_bo = in setup_execbuf_for_cmd_buffer() local1336 if (first_batch_bo->bo.index != execbuf->bo_count - 1) { in setup_execbuf_for_cmd_buffer()1337 uint32_t idx = first_batch_bo->bo.index; in setup_execbuf_for_cmd_buffer()1341 assert(execbuf->bos[idx] == &first_batch_bo->bo); in setup_execbuf_for_cmd_buffer()1348 execbuf->bos[last_idx] = &first_batch_bo->bo; in setup_execbuf_for_cmd_buffer()1349 first_batch_bo->bo.index = last_idx; in setup_execbuf_for_cmd_buffer()