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.c46 util_dynarray_append(&bs->unref_resources, struct zink_resource_object*, obj); in zink_reset_batch_state()
120 unref_resources(struct zink_screen *screen, struct zink_batch_state *bs) in unref_resources() function
122 while (util_dynarray_contains(&bs->unref_resources, struct zink_resource_object*)) { in unref_resources()
123 …struct zink_resource_object *obj = util_dynarray_pop(&bs->unref_resources, struct zink_resource_ob… in unref_resources()
133 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()
241 util_dynarray_init(&bs->unref_resources, NULL); in create_batch_state()
452 unref_resources(screen, bs); in submit_queue()
Dzink_batch.h119 struct util_dynarray unref_resources; member