Home
last modified time | relevance | path

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

/external/virglrenderer/src/
Dvrend_renderer.c735 struct list_head untyped_resources; member
6376 LIST_FOR_EACH_ENTRY_SAFE(untyped_res, untyped_res_tmp, &ctx->untyped_resources, head) in vrend_destroy_context()
6409 list_inithead(&grctx->untyped_resources); in vrend_create_context()
10589 list_add(&wrapper->head, &ctx->untyped_resources); in vrend_renderer_attach_res_ctx()
10613 LIST_FOR_EACH_ENTRY(iter, &ctx->untyped_resources, head) { in vrend_renderer_detach_res_ctx()
10887 LIST_FOR_EACH_ENTRY(iter, &ctx->untyped_resources, head) { in vrend_renderer_pipe_resource_set_type()