Lines Matching refs:Move
34 Move<VkPipeline> createGraphicsPipeline (const DeviceInterface& vk,
39 Move<VkPipeline> createComputePipeline (const DeviceInterface& vk,
45 Move<VkPipeline> createRayTracingPipelineNV(const DeviceInterface& vk,
50 Move<VkPipeline> createRayTracingPipelineKHR (const DeviceInterface& vk,
58 Move<VkCommandBuffer> allocateCommandBuffer (const DeviceInterface& vk, VkDevice device, const VkCommandBufferAllocateInfo* pAllocateInfo);
59 void allocateCommandBuffers (const DeviceInterface& vk, VkDevice device, const VkCommandBufferAllocateInfo* pAllocateInfo, Move<VkCommandBuffer> *pCommandBuffers);
60 Move<VkDescriptorSet> allocateDescriptorSet (const DeviceInterface& vk, VkDevice device, const VkDescriptorSetAllocateInfo* pAllocateInfo);
62 Move<VkSemaphore> createSemaphore (const DeviceInterface& vk,
67 Move<VkSemaphore> createSemaphoreType (const DeviceInterface& vk,
74 Move<VkFence> createFence (const DeviceInterface& vk,
79 Move<VkCommandPool> createCommandPool (const DeviceInterface& vk,
85 Move<VkCommandBuffer> allocateCommandBuffer (const DeviceInterface& vk,
90 Move<VkEvent> createEvent (const DeviceInterface& vk,
96 Move<VkShaderModule> createShaderModule (const DeviceInterface& vk,