Searched refs:first_batch_bo (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_batch_chain.c1462 struct anv_batch_bo *first_batch_bo = local in function:setup_execbuf_for_cmd_buffer
1470 if (first_batch_bo->bo.index != execbuf->bo_count - 1) {
1471 uint32_t idx = first_batch_bo->bo.index;
1475 assert(execbuf->bos[idx] == &first_batch_bo->bo);
1482 execbuf->bos[last_idx] = &first_batch_bo->bo;
1483 first_batch_bo->bo.index = last_idx;
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_batch_chain.c1752 struct anv_batch_bo *first_batch_bo = local in function:setup_execbuf_for_cmd_buffers
1760 if (first_batch_bo->bo->index != execbuf->bo_count - 1) {
1761 uint32_t idx = first_batch_bo->bo->index;
1765 assert(execbuf->bos[idx] == first_batch_bo->bo);
1772 execbuf->bos[last_idx] = first_batch_bo->bo;
1773 first_batch_bo->bo->index = last_idx;

Completed in 6 milliseconds