• Home
  • Raw
  • Download

Lines Matching defs:commandBuffer

1473 void CmdWaitEvents(VkCommandBuffer commandBuffer, uint32_t eventCount, const VkEvent* pEvents, VkPi…  in CmdWaitEvents()
1476 void CmdPipelineBarrier(VkCommandBuffer commandBuffer, VkPipelineStageFlags srcStageMask, VkPipelin… in CmdPipelineBarrier()
1526 void CmdSetDeviceMask(VkCommandBuffer commandBuffer, uint32_t deviceMask) { in CmdSetDeviceMask()
1529 void CmdDispatchBase(VkCommandBuffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY, uint3… in CmdDispatchBase()
1606 void CmdBeginRenderPass2(VkCommandBuffer commandBuffer, const VkRenderPassBeginInfo* pRenderPassBeg… in CmdBeginRenderPass2()
1609 void CmdNextSubpass2(VkCommandBuffer commandBuffer, const VkSubpassBeginInfo* pSubpassBeginInfo, co… in CmdNextSubpass2()
1612 void CmdEndRenderPass2(VkCommandBuffer commandBuffer, const VkSubpassEndInfo* pSubpassEndInfo) { in CmdEndRenderPass2()
1630 void CmdDrawIndirectCount(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, VkBu… in CmdDrawIndirectCount()
1633 void CmdDrawIndexedIndirectCount(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offse… in CmdDrawIndexedIndirectCount()
1651 void CmdBeginRendering(VkCommandBuffer commandBuffer, const VkRenderingInfo* pRenderingInfo) { in CmdBeginRendering()
1654 void CmdEndRendering(VkCommandBuffer commandBuffer) { in CmdEndRendering()
1657 void CmdBindVertexBuffers2(VkCommandBuffer commandBuffer, uint32_t firstBinding, uint32_t bindingCo… in CmdBindVertexBuffers2()
1660 void CmdBlitImage2(VkCommandBuffer commandBuffer, const VkBlitImageInfo2* pBlitImageInfo) { in CmdBlitImage2()
1663 void CmdCopyBuffer2(VkCommandBuffer commandBuffer, const VkCopyBufferInfo2* pCopyBufferInfo) { in CmdCopyBuffer2()
1666 void CmdCopyImage2(VkCommandBuffer commandBuffer, const VkCopyImageInfo2* pCopyImageInfo) { in CmdCopyImage2()
1669 void CmdCopyBufferToImage2(VkCommandBuffer commandBuffer, const VkCopyBufferToImageInfo2* pCopyBuff… in CmdCopyBufferToImage2()
1672 void CmdCopyImageToBuffer2(VkCommandBuffer commandBuffer, const VkCopyImageToBufferInfo2* pCopyImag… in CmdCopyImageToBuffer2()
1675 void CmdPipelineBarrier2(VkCommandBuffer commandBuffer, const VkDependencyInfo* pDependencyInfo) { in CmdPipelineBarrier2()
1678 void CmdResetEvent2(VkCommandBuffer commandBuffer, VkEvent event, VkPipelineStageFlags2 stageMask) { in CmdResetEvent2()
1681 void CmdResolveImage2(VkCommandBuffer commandBuffer, const VkResolveImageInfo2* pResolveImageInfo) { in CmdResolveImage2()
1684 void CmdSetCullMode(VkCommandBuffer commandBuffer, VkCullModeFlags cullMode) { in CmdSetCullMode()
1687 void CmdSetDepthBiasEnable(VkCommandBuffer commandBuffer, VkBool32 depthBiasEnable) { in CmdSetDepthBiasEnable()
1690 void CmdSetDepthBoundsTestEnable(VkCommandBuffer commandBuffer, VkBool32 depthBoundsTestEnable) { in CmdSetDepthBoundsTestEnable()
1693 void CmdSetDepthCompareOp(VkCommandBuffer commandBuffer, VkCompareOp depthCompareOp) { in CmdSetDepthCompareOp()
1696 void CmdSetDepthTestEnable(VkCommandBuffer commandBuffer, VkBool32 depthTestEnable) { in CmdSetDepthTestEnable()
1699 void CmdSetDepthWriteEnable(VkCommandBuffer commandBuffer, VkBool32 depthWriteEnable) { in CmdSetDepthWriteEnable()
1702 void CmdSetEvent2(VkCommandBuffer commandBuffer, VkEvent event, const VkDependencyInfo* pDependency… in CmdSetEvent2()
1705 void CmdSetFrontFace(VkCommandBuffer commandBuffer, VkFrontFace frontFace) { in CmdSetFrontFace()
1708 void CmdSetPrimitiveRestartEnable(VkCommandBuffer commandBuffer, VkBool32 primitiveRestartEnable) { in CmdSetPrimitiveRestartEnable()
1711 void CmdSetPrimitiveTopology(VkCommandBuffer commandBuffer, VkPrimitiveTopology primitiveTopology) { in CmdSetPrimitiveTopology()
1714 void CmdSetRasterizerDiscardEnable(VkCommandBuffer commandBuffer, VkBool32 rasterizerDiscardEnable)… in CmdSetRasterizerDiscardEnable()
1717 void CmdSetScissorWithCount(VkCommandBuffer commandBuffer, uint32_t scissorCount, const VkRect2D* p… in CmdSetScissorWithCount()
1720 void CmdSetStencilOp(VkCommandBuffer commandBuffer, VkStencilFaceFlags faceMask, VkStencilOp failOp… in CmdSetStencilOp()
1723 void CmdSetStencilTestEnable(VkCommandBuffer commandBuffer, VkBool32 stencilTestEnable) { in CmdSetStencilTestEnable()
1726 void CmdSetViewportWithCount(VkCommandBuffer commandBuffer, uint32_t viewportCount, const VkViewpor… in CmdSetViewportWithCount()
1729 void CmdWaitEvents2(VkCommandBuffer commandBuffer, uint32_t eventCount, const VkEvent* pEvents, con… in CmdWaitEvents2()
1732 void CmdWriteTimestamp2(VkCommandBuffer commandBuffer, VkPipelineStageFlags2 stage, VkQueryPool que… in CmdWriteTimestamp2()
1773 void CmdPushDescriptorSet(VkCommandBuffer commandBuffer, VkPipelineBindPoint pipelineBindPoint, VkP… in CmdPushDescriptorSet()
1776 void CmdPushDescriptorSetWithTemplate(VkCommandBuffer commandBuffer, VkDescriptorUpdateTemplate des… in CmdPushDescriptorSetWithTemplate()
1779 void CmdSetLineStipple(VkCommandBuffer commandBuffer, uint32_t lineStippleFactor, uint16_t lineStip… in CmdSetLineStipple()
1782 void CmdBindIndexBuffer2(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, VkDev… in CmdBindIndexBuffer2()
1815 void CmdBindDescriptorSets2(VkCommandBuffer commandBuffer, const VkBindDescriptorSetsInfo* pBindDes… in CmdBindDescriptorSets2()
1818 void CmdPushConstants2(VkCommandBuffer commandBuffer, const VkPushConstantsInfo* pPushConstantsInfo… in CmdPushConstants2()
1821 void CmdPushDescriptorSet2(VkCommandBuffer commandBuffer, const VkPushDescriptorSetInfo* pPushDescr… in CmdPushDescriptorSet2()
1824 void CmdPushDescriptorSetWithTemplate2(VkCommandBuffer commandBuffer, const VkPushDescriptorSetWith… in CmdPushDescriptorSetWithTemplate2()
1827 void CmdSetRenderingAttachmentLocations(VkCommandBuffer commandBuffer, const VkRenderingAttachmentL… in CmdSetRenderingAttachmentLocations()
1830 void CmdSetRenderingInputAttachmentIndices(VkCommandBuffer commandBuffer, const VkRenderingInputAtt… in CmdSetRenderingInputAttachmentIndices()