Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_cache.c82 cache->funcs->destroy_state(cache->data, entry->data); in ir3_cache_destroy()
184 cache->funcs->destroy_state(cache->data, entry->data); in ir3_cache_invalidate()
Dir3_cache.h58 void (*destroy_state)(void *data, struct ir3_program_state *state); member
/third_party/libwebsockets/lib/core/
Dcontext.c1775 lwsl_cx_info(context, "destroy_state %d", context->destroy_state); in lws_context_destroy()
1777 switch (context->destroy_state) { in lws_context_destroy()
1891 context->destroy_state = LWSCD_PT_WAS_DEFERRED; in lws_context_destroy()
1897 context->destroy_state = LWSCD_PT_WAIT_ALL_DESTROYED; in lws_context_destroy()
2055 context->destroy_state = LWSCD_FINALIZATION; in lws_context_destroy()
Dprivate-lib-core.h759 uint8_t destroy_state; /* enum lws_context_destroy */ member
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_screen.h59 void (*destroy_state)(struct iris_context *ice); member
Diris_context.c228 screen->vtbl.destroy_state(ice); in iris_destroy_context()
Diris_state.c8087 screen->vtbl.destroy_state = iris_destroy_state; in genX()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_screen.h62 void (*destroy_state)(struct crocus_context *ice); member
Dcrocus_context.c196 screen->vtbl.destroy_state(ice); in crocus_destroy_context()
Dcrocus_state.c9180 screen->vtbl.destroy_state = crocus_destroy_state;
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_program.c480 .destroy_state = fd3_program_destroy,
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_program.c586 .destroy_state = fd4_program_destroy,
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_program.c737 .destroy_state = fd5_program_destroy,
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_program.c1245 .destroy_state = fd6_program_destroy,