1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry 2.Valid Usage (Implicit) 3**** 4* [[VUID-vkCmdCopyQueryPoolResults-commandBuffer-parameter]] pname:commandBuffer must: be a valid sname:VkCommandBuffer handle 5* [[VUID-vkCmdCopyQueryPoolResults-queryPool-parameter]] pname:queryPool must: be a valid sname:VkQueryPool handle 6* [[VUID-vkCmdCopyQueryPoolResults-dstBuffer-parameter]] pname:dstBuffer must: be a valid sname:VkBuffer handle 7* [[VUID-vkCmdCopyQueryPoolResults-flags-parameter]] pname:flags must: be a valid combination of elink:VkQueryResultFlagBits values 8* [[VUID-vkCmdCopyQueryPoolResults-commandBuffer-recording]] pname:commandBuffer must: be in the <<commandbuffers-lifecycle, recording state>> 9* [[VUID-vkCmdCopyQueryPoolResults-commandBuffer-cmdpool]] The sname:VkCommandPool that pname:commandBuffer was allocated from must: support graphics, or compute operations 10* [[VUID-vkCmdCopyQueryPoolResults-renderpass]] This command must: only be called outside of a render pass instance 11* [[VUID-vkCmdCopyQueryPoolResults-commonparent]] Each of pname:commandBuffer, pname:dstBuffer, and pname:queryPool must: have been created, allocated, or retrieved from the same sname:VkDevice 12**** 13 14.Host Synchronization 15**** 16* Host access to pname:commandBuffer must: be externally synchronized 17* Host access to the sname:VkCommandPool that pname:commandBuffer was allocated from must: be externally synchronized 18**** 19 20.Command Properties 21**** 22[options="header", width="100%"] 23|==== 24|<<VkCommandBufferLevel,Command Buffer Levels>>|<<vkCmdBeginRenderPass,Render Pass Scope>>|<<VkQueueFlagBits,Supported Queue Types>>|<<synchronization-pipeline-stages-types,Pipeline Type>> 25|Primary + 26Secondary|Outside|Graphics + 27Compute|Transfer 28|==== 29**** 30 31