Lines Matching defs:vk
30 namespace vk
33 void beginCommandBuffer (const DeviceInterface& vk,
39 void beginSecondaryCommandBuffer (const DeviceInterface& vk,
45 void endCommandBuffer (const DeviceInterface& vk,
48 void beginRenderPass (const DeviceInterface& vk,
58 void beginRenderPass (const DeviceInterface& vk,
66 void beginRenderPass (const DeviceInterface& vk,
73 void beginRenderPass (const DeviceInterface& vk,
81 void beginRenderPass (const DeviceInterface& vk,
90 void beginRenderPass (const DeviceInterface& vk,
101 void beginRenderPass (const DeviceInterface& vk,
109 void beginRenderPass (const DeviceInterface& vk,
119 void endRenderPass (const DeviceInterface& vk,
123 void beginRendering (const DeviceInterface& vk,
134 void beginRendering (const DeviceInterface& vk,
149 void endRendering (const DeviceInterface& vk,
153 void submitCommandsAndWait (const DeviceInterface& vk,
163 vk::Move<VkFence> submitCommands (const DeviceInterface& vk,
173 void waitForFence (const DeviceInterface& vk, const VkDevice device, const VkFence fence, uint64_t timeoutNanos = (~0ull));
175 } // vk