Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/zink/
Dzink_synchronization.cpp601 …zink_screen(ctx->base.screen)->image_barrier_unsync(ctx, res, VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL… in zink_resource_image_transfer_dst_barrier()
788 screen->image_barrier_unsync = zink_resource_image_barrier<barrier_KHR_synchronzation2, true>; in zink_synchronization_init()
792 screen->image_barrier_unsync = zink_resource_image_barrier<barrier_default, true>; in zink_synchronization_init()
Dzink_types.h1514 …void (*image_barrier_unsync)(struct zink_context *ctx, struct zink_resource *res, VkImageLayout ne… member