Home | History | Annotate | Download | only in vulkan

Lines Matching refs:bos

33  * created BOs. All BOs are tracked and addable as
37 * In "unowned" mode, the pool is freestanding. It does not track created BOs
38 * or hold references. Instead, the consumer must manage the created BOs. This
65 util_dynarray_append(&pool->bos, struct panfrost_bo *, bo);
112 util_dynarray_init(&pool->bos, NULL);
126 memcpy(ptr, util_dynarray_begin(&pool->bos),
129 util_dynarray_foreach(&pool->bos, struct panfrost_bo *, bo)
136 util_dynarray_clear(&pool->bos);
145 util_dynarray_fini(&pool->bos);
153 util_dynarray_foreach(&pool->bos, struct panfrost_bo *, bo) {