Lines Matching defs:scratch_bo
2880 if (queue->scratch_bo)
2881 ws->buffer_destroy(ws, queue->scratch_bo);
4201 struct radeon_winsys_bo *scratch_bo)
4205 if (!scratch_bo)
4208 radv_cs_add_buffer(device->ws, cs, scratch_bo);
4211 uint64_t va = radv_buffer_get_va(scratch_bo);
4358 struct radeon_winsys_bo *scratch_bo = queue->scratch_bo;
4379 RADV_BO_PRIORITY_SCRATCH, 0, &scratch_bo);
4475 scratch_bo != queue->scratch_bo || esgs_ring_bo != queue->esgs_ring_bo ||
4484 } else if (scratch_bo) {
4501 if (scratch_bo) {
4502 uint64_t scratch_va = radv_buffer_get_va(scratch_bo);
4546 if (scratch_bo)
4547 radv_cs_add_buffer(ws, cs, scratch_bo);
4570 scratch_bo);
4630 if (scratch_bo != queue->scratch_bo) {
4631 if (queue->scratch_bo)
4632 ws->buffer_destroy(ws, queue->scratch_bo);
4633 queue->scratch_bo = scratch_bo;
4673 if (scratch_bo && scratch_bo != queue->scratch_bo)
4674 ws->buffer_destroy(ws, scratch_bo);