Lines Matching defs:bos
41 uint32_t *bos, unsigned nr_bos,
64 .bo_handles = (uintptr_t)bos,
89 .bo_handles = (uintptr_t)bos,
234 uint32_t bos[nr_bos];
236 panvk_pool_get_bo_handles(&cmdbuf->desc_pool, &bos[bo_idx]);
239 panvk_pool_get_bo_handles(&cmdbuf->varying_pool, &bos[bo_idx]);
242 panvk_pool_get_bo_handles(&cmdbuf->tls_pool, &bos[bo_idx]);
247 bos[bo_idx++] = batch->fb.info->attachments[i].iview->pview.image->data.bo->gem_handle;
252 bos[bo_idx++] = batch->blit.src->gem_handle;
255 bos[bo_idx++] = batch->blit.dst->gem_handle;
258 bos[bo_idx++] = pdev->tiler_heap->gem_handle;
260 bos[bo_idx++] = pdev->sample_positions->gem_handle;
266 if (bos[x] == bos[y])
267 bos[y] = bos[--nr_bos];
283 panvk_queue_submit_batch(queue, batch, bos, nr_bos, in_fences, nr_in_fences);