Searched refs:pc_entry (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_program.c587 struct gfx_pipeline_cache_entry *pc_entry = entry->data; local in function:zink_destroy_gfx_program
589 VKSCR(DestroyPipeline)(screen->dev, pc_entry->pipeline, NULL);
590 free(pc_entry);
611 struct compute_pipeline_cache_entry *pc_entry = entry->data; local in function:zink_destroy_compute_program
613 VKSCR(DestroyPipeline)(screen->dev, pc_entry->pipeline, NULL);
614 free(pc_entry);
709 struct gfx_pipeline_cache_entry *pc_entry = CALLOC_STRUCT(gfx_pipeline_cache_entry); local in function:zink_get_gfx_pipeline
710 if (!pc_entry)
713 memcpy(&pc_entry->state, state, sizeof(*state));
714 pc_entry
748 struct compute_pipeline_cache_entry *pc_entry = CALLOC_STRUCT(compute_pipeline_cache_entr local in function:zink_get_compute_pipeline
[all...]

Completed in 3 milliseconds