HomeSort by: relevance | last modified time | path
    Searched refs:flush_resources (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
etnaviv_context.c 132 if (ctx->flush_resources)
133 _mesa_set_destroy(ctx->flush_resources, NULL);
502 set_foreach(ctx->flush_resources, entry) {
507 _mesa_set_clear(ctx->flush_resources, NULL);
615 ctx->flush_resources = _mesa_set_create(NULL, _mesa_hash_pointer,
617 if (!ctx->flush_resources)
etnaviv_context.h 206 struct set *flush_resources; member in struct:etna_context
etnaviv_state.c 765 _mesa_set_add(ctx->flush_resources, surf->prsc);
  /xsrc/external/mit/xf86-video-qxl/dist/src/
spiceqxl_display.c 333 .flush_resources = interface_flush_resources,

Completed in 7 milliseconds