Lines Matching defs:label
60 uint32_t flags, const char *label)
88 bo->label = label;
188 size_t size, uint32_t flags, const char *label,
224 bo->label = label;
294 /* Update the label to help debug BO cache memory usage issues */
295 bo->label = "Unused (BO cache)";
368 uint32_t flags, const char *label)
389 bo = panfrost_bo_cache_fetch(dev, size, flags, label, true);
391 bo = panfrost_bo_alloc(dev, size, flags, label);
393 bo = panfrost_bo_cache_fetch(dev, size, flags, label, false);