Home
last modified time | relevance | path

Searched refs:unref_resources (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_batch.c44 util_dynarray_append(&bs->unref_resources, struct zink_resource_object*, obj); in zink_reset_batch_state()
115 unref_resources(struct zink_screen *screen, struct zink_batch_state *bs) in unref_resources() function
117 while (util_dynarray_contains(&bs->unref_resources, struct zink_resource_object*)) { in unref_resources()
118 …struct zink_resource_object *obj = util_dynarray_pop(&bs->unref_resources, struct zink_resource_ob… in unref_resources()
128 unref_resources(zink_screen(ctx->base.screen), bs); in zink_clear_batch_state()
178 util_dynarray_fini(&bs->unref_resources); in zink_batch_state_destroy()
228 util_dynarray_init(&bs->unref_resources, NULL); in create_batch_state()
432 unref_resources(screen, bs); in submit_queue()
Dzink_batch.h85 struct util_dynarray unref_resources; member