Lines Matching refs:spill
140 if (pipeline->spill.bo) {
141 assert(pipeline->spill.size_per_thread > 0);
142 v3dv_bo_free(device, pipeline->spill.bo);
340 * order to get the lowest spill/fills possible, and some of them
1543 /* Checks that the pipeline has enough spill size to use for any of their
1571 if (pipeline->spill.bo) {
1572 assert(pipeline->spill.size_per_thread > 0);
1573 v3dv_bo_free(device, pipeline->spill.bo);
1575 pipeline->spill.bo =
1576 v3dv_bo_alloc(device, total_spill_size, "spill", true);
1577 pipeline->spill.size_per_thread = max_spill_size;
3656 WRITE_STR(stat->description, "Size of the spill buffer in bytes");