Home
last modified time | relevance | path

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

/dports/graphics/libplacebo/libplacebo-4.157.0/src/vulkan/
H A Dcommand.h70 void vk_cmd_dep(struct vk_cmd *cmd, VkSemaphore dep, VkPipelineStageFlags stage);
H A Dcommand.c114 void vk_cmd_dep(struct vk_cmd *cmd, VkSemaphore dep, VkPipelineStageFlags stage) in vk_cmd_dep() function
268 vk_cmd_dep(cmd, sig->semaphore, stage); in vk_cmd_wait()
H A Dgpu_tex.c31 vk_cmd_dep(cmd, tex_vk->ext_deps.elem[i], stage); in vk_tex_barrier()