H A D | vn_protocol_driver_command_buffer.h | 2553 static inline VkResult vn_decode_vkAllocateCommandBuffers_reply(struct vn_cs_decoder *dec, VkDevice device, const VkCommandBufferAllocateInfo* pAllocateInfo, VkCommandBuffer* pCommandBuffers) in vn_decode_vkAllocateCommandBuffers_reply() argument 2627 static inline void vn_decode_vkFreeCommandBuffers_reply(struct vn_cs_decoder *dec, VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount, const VkCommandBuffer* pCommandBuffers) in vn_decode_vkFreeCommandBuffers_reply() argument 2678 static inline VkResult vn_decode_vkBeginCommandBuffer_reply(struct vn_cs_decoder *dec, VkCommandBuffe argument 2725 vn_decode_vkEndCommandBuffer_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer) vn_decode_vkEndCommandBuffer_reply() argument 2774 vn_decode_vkResetCommandBuffer_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, VkCommandBufferResetFlags flags) vn_decode_vkResetCommandBuffer_reply() argument 2825 vn_decode_vkCmdBindPipeline_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, VkPipelineBindPoint pipelineBindPoint, VkPipeline pipeline) vn_decode_vkCmdBindPipeline_reply() argument 2888 vn_decode_vkCmdSetViewport_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, uint32_t firstViewport, uint32_t viewportCount, const VkViewport* pViewports) vn_decode_vkCmdSetViewport_reply() argument 2952 vn_decode_vkCmdSetScissor_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, uint32_t firstScissor, uint32_t scissorCount, const VkRect2D* pScissors) vn_decode_vkCmdSetScissor_reply() argument 2998 vn_decode_vkCmdSetLineWidth_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, float lineWidth) vn_decode_vkCmdSetLineWidth_reply() argument 3048 vn_decode_vkCmdSetDepthBias_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, float depthBiasConstantFactor, float depthBiasClamp, float depthBiasSlopeFactor) vn_decode_vkCmdSetDepthBias_reply() argument 3096 vn_decode_vkCmdSetBlendConstants_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, const float blendConstants[4]) vn_decode_vkCmdSetBlendConstants_reply() argument 3143 vn_decode_vkCmdSetDepthBounds_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBounds) vn_decode_vkCmdSetDepthBounds_reply() argument 3191 vn_decode_vkCmdSetStencilCompareMask_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, VkStencilFaceFlags faceMask, uint32_t compareMask) vn_decode_vkCmdSetStencilCompareMask_reply() argument 3239 vn_decode_vkCmdSetStencilWriteMask_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, VkStencilFaceFlags faceMask, uint32_t writeMask) vn_decode_vkCmdSetStencilWriteMask_reply() argument 3287 vn_decode_vkCmdSetStencilReference_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, VkStencilFaceFlags faceMask, uint32_t reference) vn_decode_vkCmdSetStencilReference_reply() argument 3372 vn_decode_vkCmdBindDescriptorSets_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, VkPipelineBindPoint pipelineBindPoint, VkPipelineLayout layout, uint32_t firstSet, uint32_t descriptorSetCount, const VkDescriptorSet* pDescriptorSets, uint32_t dynamicOffsetCount, const uint32_t* pDynamicOffsets) vn_decode_vkCmdBindDescriptorSets_reply() argument 3428 vn_decode_vkCmdBindIndexBuffer_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, VkIndexType indexType) vn_decode_vkCmdBindIndexBuffer_reply() argument 3505 vn_decode_vkCmdBindVertexBuffers_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, uint32_t firstBinding, uint32_t bindingCount, const VkBuffer* pBuffers, const VkDeviceSize* pOffsets) vn_decode_vkCmdBindVertexBuffers_reply() argument 3561 vn_decode_vkCmdDraw_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, uint32_t vertexCount, uint32_t instanceCount, uint32_t firstVertex, uint32_t firstInstance) vn_decode_vkCmdDraw_reply() argument 3620 vn_decode_vkCmdDrawIndexed_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, uint32_t indexCount, uint32_t instanceCount, uint32_t firstIndex, int32_t vertexOffset, uint32_t firstInstance) vn_decode_vkCmdDrawIndexed_reply() argument 3677 vn_decode_vkCmdDrawIndirect_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, uint32_t drawCount, uint32_t stride) vn_decode_vkCmdDrawIndirect_reply() argument 3733 vn_decode_vkCmdDrawIndexedIndirect_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, uint32_t drawCount, uint32_t stride) vn_decode_vkCmdDrawIndexedIndirect_reply() argument 3786 vn_decode_vkCmdDispatch_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ) vn_decode_vkCmdDispatch_reply() argument 3835 vn_decode_vkCmdDispatchIndirect_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset) vn_decode_vkCmdDispatchIndirect_reply() argument 3901 vn_decode_vkCmdCopyBuffer_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, VkBuffer srcBuffer, VkBuffer dstBuffer, uint32_t regionCount, const VkBufferCopy* pRegions) vn_decode_vkCmdCopyBuffer_reply() argument 3975 vn_decode_vkCmdCopyImage_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, VkImage srcImage, VkImageLayout srcImageLayout, VkImage dstImage, VkImageLayout dstImageLayout, uint32_t regionCount, const VkImageCopy* pRegions) vn_decode_vkCmdCopyImage_reply() argument 4054 vn_decode_vkCmdBlitImage_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, VkImage srcImage, VkImageLayout srcImageLayout, VkImage dstImage, VkImageLayout dstImageLayout, uint32_t regionCount, const VkImageBlit* pRegions, VkFilter filter) vn_decode_vkCmdBlitImage_reply() argument 4128 vn_decode_vkCmdCopyBufferToImage_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, VkBuffer srcBuffer, VkImage dstImage, VkImageLayout dstImageLayout, uint32_t regionCount, const VkBufferImageCopy* pRegions) vn_decode_vkCmdCopyBufferToImage_reply() argument 4200 vn_decode_vkCmdCopyImageToBuffer_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, VkImage srcImage, VkImageLayout srcImageLayout, VkBuffer dstBuffer, uint32_t regionCount, const VkBufferImageCopy* pRegions) vn_decode_vkCmdCopyImageToBuffer_reply() argument 4267 vn_decode_vkCmdUpdateBuffer_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, VkBuffer dstBuffer, VkDeviceSize dstOffset, VkDeviceSize dataSize, const void* pData) vn_decode_vkCmdUpdateBuffer_reply() argument 4323 vn_decode_vkCmdFillBuffer_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, VkBuffer dstBuffer, VkDeviceSize dstOffset, VkDeviceSize size, uint32_t data) vn_decode_vkCmdFillBuffer_reply() argument 4397 vn_decode_vkCmdClearColorImage_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, VkImage image, VkImageLayout imageLayout, const VkClearColorValue* pColor, uint32_t rangeCount, const VkImageSubresourceRange* pRanges) vn_decode_vkCmdClearColorImage_reply() argument 4472 vn_decode_vkCmdClearDepthStencilImage_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, VkImage image, VkImageLayout imageLayout, const VkClearDepthStencilValue* pDepthStencil, uint32_t rangeCount, const VkImageSubresourceRange* pRanges) vn_decode_vkCmdClearDepthStencilImage_reply() argument 4553 vn_decode_vkCmdClearAttachments_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, uint32_t attachmentCount, const VkClearAttachment* pAttachments, uint32_t rectCount, const VkClearRect* pRects) vn_decode_vkCmdClearAttachments_reply() argument 4627 vn_decode_vkCmdResolveImage_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, VkImage srcImage, VkImageLayout srcImageLayout, VkImage dstImage, VkImageLayout dstImageLayout, uint32_t regionCount, const VkImageResolve* pRegions) vn_decode_vkCmdResolveImage_reply() argument 4679 vn_decode_vkCmdSetEvent_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, VkEvent event, VkPipelineStageFlags stageMask) vn_decode_vkCmdSetEvent_reply() argument 4727 vn_decode_vkCmdResetEvent_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, VkEvent event, VkPipelineStageFlags stageMask) vn_decode_vkCmdResetEvent_reply() argument 4847 vn_decode_vkCmdWaitEvents_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, uint32_t eventCount, const VkEvent* pEvents, VkPipelineStageFlags srcStageMask, VkPipelineStageFlags dstStageMask, uint32_t memoryBarrierCount, const VkMemoryBarrier* pMemoryBarriers, uint32_t bufferMemoryBarrierCount, const VkBufferMemoryBarrier* pBufferMemoryBarriers, uint32_t imageMemoryBarrierCount, const VkImageMemoryBarrier* pImageMemoryBarriers) vn_decode_vkCmdWaitEvents_reply() argument 4960 vn_decode_vkCmdPipelineBarrier_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, VkPipelineStageFlags srcStageMask, VkPipelineStageFlags dstStageMask, VkDependencyFlags dependencyFlags, uint32_t memoryBarrierCount, const VkMemoryBarrier* pMemoryBarriers, uint32_t bufferMemoryBarrierCount, const VkBufferMemoryBarrier* pBufferMemoryBarriers, uint32_t imageMemoryBarrierCount, const VkImageMemoryBarrier* pImageMemoryBarriers) vn_decode_vkCmdPipelineBarrier_reply() argument 5018 vn_decode_vkCmdBeginQuery_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, VkQueryPool queryPool, uint32_t query, VkQueryControlFlags flags) vn_decode_vkCmdBeginQuery_reply() argument 5067 vn_decode_vkCmdEndQuery_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, VkQueryPool queryPool, uint32_t query) vn_decode_vkCmdEndQuery_reply() argument 5115 vn_decode_vkCmdBeginConditionalRenderingEXT_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, const VkConditionalRenderingBeginInfoEXT* pConditionalRenderingBegin) vn_decode_vkCmdBeginConditionalRenderingEXT_reply() argument 5156 vn_decode_vkCmdEndConditionalRenderingEXT_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer) vn_decode_vkCmdEndConditionalRenderingEXT_reply() argument 5205 vn_decode_vkCmdResetQueryPool_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, VkQueryPool queryPool, uint32_t firstQuery, uint32_t queryCount) vn_decode_vkCmdResetQueryPool_reply() argument 5257 vn_decode_vkCmdWriteTimestamp_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, VkPipelineStageFlagBits pipelineStage, VkQueryPool queryPool, uint32_t query) vn_decode_vkCmdWriteTimestamp_reply() argument 5321 vn_decode_vkCmdCopyQueryPoolResults_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, VkQueryPool queryPool, uint32_t firstQuery, uint32_t queryCount, VkBuffer dstBuffer, VkDeviceSize dstOffset, VkDeviceSize stride, VkQueryResultFlags flags) vn_decode_vkCmdCopyQueryPoolResults_reply() argument 5393 vn_decode_vkCmdPushConstants_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, VkPipelineLayout layout, VkShaderStageFlags stageFlags, uint32_t offset, uint32_t size, const void* pValues) vn_decode_vkCmdPushConstants_reply() argument 5447 vn_decode_vkCmdBeginRenderPass_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, const VkRenderPassBeginInfo* pRenderPassBegin, VkSubpassContents contents) vn_decode_vkCmdBeginRenderPass_reply() argument 5492 vn_decode_vkCmdNextSubpass_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, VkSubpassContents contents) vn_decode_vkCmdNextSubpass_reply() argument 5533 vn_decode_vkCmdEndRenderPass_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer) vn_decode_vkCmdEndRenderPass_reply() argument 5591 vn_decode_vkCmdExecuteCommands_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, uint32_t commandBufferCount, const VkCommandBuffer* pCommandBuffers) vn_decode_vkCmdExecuteCommands_reply() argument 5636 vn_decode_vkCmdSetDeviceMask_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, uint32_t deviceMask) vn_decode_vkCmdSetDeviceMask_reply() argument 5695 vn_decode_vkCmdDispatchBase_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ) vn_decode_vkCmdDispatchBase_reply() argument 5753 vn_decode_vkCmdBeginRenderPass2_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, const VkRenderPassBeginInfo* pRenderPassBegin, const VkSubpassBeginInfo* pSubpassBeginInfo) vn_decode_vkCmdBeginRenderPass2_reply() argument 5807 vn_decode_vkCmdNextSubpass2_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, const VkSubpassBeginInfo* pSubpassBeginInfo, const VkSubpassEndInfo* pSubpassEndInfo) vn_decode_vkCmdNextSubpass2_reply() argument 5855 vn_decode_vkCmdEndRenderPass2_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, const VkSubpassEndInfo* pSubpassEndInfo) vn_decode_vkCmdEndRenderPass2_reply() argument 5914 vn_decode_vkCmdDrawIndirectCount_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, VkBuffer countBuffer, VkDeviceSize countBufferOffset, uint32_t maxDrawCount, uint32_t stride) vn_decode_vkCmdDrawIndirectCount_reply() argument 5978 vn_decode_vkCmdDrawIndexedIndirectCount_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, VkBuffer countBuffer, VkDeviceSize countBufferOffset, uint32_t maxDrawCount, uint32_t stride) vn_decode_vkCmdDrawIndexedIndirectCount_reply() argument 6071 vn_decode_vkCmdBindTransformFeedbackBuffersEXT_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, uint32_t firstBinding, uint32_t bindingCount, const VkBuffer* pBuffers, const VkDeviceSize* pOffsets, const VkDeviceSize* pSizes) vn_decode_vkCmdBindTransformFeedbackBuffersEXT_reply() argument 6150 vn_decode_vkCmdBeginTransformFeedbackEXT_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, uint32_t firstCounterBuffer, uint32_t counterBufferCount, const VkBuffer* pCounterBuffers, const VkDeviceSize* pCounterBufferOffsets) vn_decode_vkCmdBeginTransformFeedbackEXT_reply() argument 6228 vn_decode_vkCmdEndTransformFeedbackEXT_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, uint32_t firstCounterBuffer, uint32_t counterBufferCount, const VkBuffer* pCounterBuffers, const VkDeviceSize* pCounterBufferOffsets) vn_decode_vkCmdEndTransformFeedbackEXT_reply() argument 6284 vn_decode_vkCmdBeginQueryIndexedEXT_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, VkQueryPool queryPool, uint32_t query, VkQueryControlFlags flags, uint32_t index) vn_decode_vkCmdBeginQueryIndexedEXT_reply() argument 6337 vn_decode_vkCmdEndQueryIndexedEXT_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, VkQueryPool queryPool, uint32_t query, uint32_t index) vn_decode_vkCmdEndQueryIndexedEXT_reply() argument 6398 vn_decode_vkCmdDrawIndirectByteCountEXT_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, uint32_t instanceCount, uint32_t firstInstance, VkBuffer counterBuffer, VkDeviceSize counterBufferOffset, uint32_t counterOffset, uint32_t vertexStride) vn_decode_vkCmdDrawIndirectByteCountEXT_reply() argument 6450 vn_decode_vkCmdSetLineStippleEXT_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, uint32_t lineStippleFactor, uint16_t lineStipplePattern) vn_decode_vkCmdSetLineStippleEXT_reply() argument 6495 vn_decode_vkCmdSetCullMode_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, VkCullModeFlags cullMode) vn_decode_vkCmdSetCullMode_reply() argument 6539 vn_decode_vkCmdSetFrontFace_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, VkFrontFace frontFace) vn_decode_vkCmdSetFrontFace_reply() argument 6583 vn_decode_vkCmdSetPrimitiveTopology_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, VkPrimitiveTopology primitiveTopology) vn_decode_vkCmdSetPrimitiveTopology_reply() argument 6642 vn_decode_vkCmdSetViewportWithCount_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, uint32_t viewportCount, const VkViewport* pViewports) vn_decode_vkCmdSetViewportWithCount_reply() argument 6702 vn_decode_vkCmdSetScissorWithCount_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, uint32_t scissorCount, const VkRect2D* pScissors) vn_decode_vkCmdSetScissorWithCount_reply() argument 6804 vn_decode_vkCmdBindVertexBuffers2_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, uint32_t firstBinding, uint32_t bindingCount, const VkBuffer* pBuffers, const VkDeviceSize* pOffsets, const VkDeviceSize* pSizes, const VkDeviceSize* pStrides) vn_decode_vkCmdBindVertexBuffers2_reply() argument 6853 vn_decode_vkCmdSetDepthTestEnable_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, VkBool32 depthTestEnable) vn_decode_vkCmdSetDepthTestEnable_reply() argument 6897 vn_decode_vkCmdSetDepthWriteEnable_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, VkBool32 depthWriteEnable) vn_decode_vkCmdSetDepthWriteEnable_reply() argument 6941 vn_decode_vkCmdSetDepthCompareOp_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, VkCompareOp depthCompareOp) vn_decode_vkCmdSetDepthCompareOp_reply() argument 6985 vn_decode_vkCmdSetDepthBoundsTestEnable_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, VkBool32 depthBoundsTestEnable) vn_decode_vkCmdSetDepthBoundsTestEnable_reply() argument 7029 vn_decode_vkCmdSetStencilTestEnable_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, VkBool32 stencilTestEnable) vn_decode_vkCmdSetStencilTestEnable_reply() argument 7085 vn_decode_vkCmdSetStencilOp_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, VkStencilFaceFlags faceMask, VkStencilOp failOp, VkStencilOp passOp, VkStencilOp depthFailOp, VkCompareOp compareOp) vn_decode_vkCmdSetStencilOp_reply() argument 7133 vn_decode_vkCmdSetPatchControlPointsEXT_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, uint32_t patchControlPoints) vn_decode_vkCmdSetPatchControlPointsEXT_reply() argument 7177 vn_decode_vkCmdSetRasterizerDiscardEnable_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, VkBool32 rasterizerDiscardEnable) vn_decode_vkCmdSetRasterizerDiscardEnable_reply() argument 7221 vn_decode_vkCmdSetDepthBiasEnable_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, VkBool32 depthBiasEnable) vn_decode_vkCmdSetDepthBiasEnable_reply() argument 7265 vn_decode_vkCmdSetLogicOpEXT_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, VkLogicOp logicOp) vn_decode_vkCmdSetLogicOpEXT_reply() argument 7309 vn_decode_vkCmdSetPrimitiveRestartEnable_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, VkBool32 primitiveRestartEnable) vn_decode_vkCmdSetPrimitiveRestartEnable_reply() argument 7356 vn_decode_vkCmdCopyBuffer2_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, const VkCopyBufferInfo2* pCopyBufferInfo) vn_decode_vkCmdCopyBuffer2_reply() argument 7403 vn_decode_vkCmdCopyImage2_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, const VkCopyImageInfo2* pCopyImageInfo) vn_decode_vkCmdCopyImage2_reply() argument 7450 vn_decode_vkCmdBlitImage2_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, const VkBlitImageInfo2* pBlitImageInfo) vn_decode_vkCmdBlitImage2_reply() argument 7497 vn_decode_vkCmdCopyBufferToImage2_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, const VkCopyBufferToImageInfo2* pCopyBufferToImageInfo) vn_decode_vkCmdCopyBufferToImage2_reply() argument 7544 vn_decode_vkCmdCopyImageToBuffer2_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, const VkCopyImageToBufferInfo2* pCopyImageToBufferInfo) vn_decode_vkCmdCopyImageToBuffer2_reply() argument 7591 vn_decode_vkCmdResolveImage2_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, const VkResolveImageInfo2* pResolveImageInfo) vn_decode_vkCmdResolveImage2_reply() argument 7641 vn_decode_vkCmdSetEvent2_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, VkEvent event, const VkDependencyInfo* pDependencyInfo) vn_decode_vkCmdSetEvent2_reply() argument 7689 vn_decode_vkCmdResetEvent2_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, VkEvent event, VkPipelineStageFlags2 stageMask) vn_decode_vkCmdResetEvent2_reply() argument 7764 vn_decode_vkCmdWaitEvents2_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, uint32_t eventCount, const VkEvent* pEvents, const VkDependencyInfo* pDependencyInfos) vn_decode_vkCmdWaitEvents2_reply() argument 7813 vn_decode_vkCmdPipelineBarrier2_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, const VkDependencyInfo* pDependencyInfo) vn_decode_vkCmdPipelineBarrier2_reply() argument 7863 vn_decode_vkCmdWriteTimestamp2_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, VkPipelineStageFlags2 stage, VkQueryPool queryPool, uint32_t query) vn_decode_vkCmdWriteTimestamp2_reply() argument 7912 vn_decode_vkCmdBeginRendering_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, const VkRenderingInfo* pRenderingInfo) vn_decode_vkCmdBeginRendering_reply() argument 7953 vn_decode_vkCmdEndRendering_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer) vn_decode_vkCmdEndRendering_reply() argument 9963 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkAllocateCommandBuffers() local 9985 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkFreeCommandBuffers() local 10004 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkBeginCommandBuffer() local 10026 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkEndCommandBuffer() local 10048 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkResetCommandBuffer() local 10070 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkCmdBindPipeline() local 10089 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkCmdSetViewport() local 10108 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkCmdSetScissor() local 10127 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkCmdSetLineWidth() local 10146 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkCmdSetDepthBias() local 10165 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkCmdSetBlendConstants() local 10184 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkCmdSetDepthBounds() local 10203 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkCmdSetStencilCompareMask() local 10222 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkCmdSetStencilWriteMask() local 10241 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkCmdSetStencilReference() local 10260 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkCmdBindDescriptorSets() local 10279 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkCmdBindIndexBuffer() local 10298 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkCmdBindVertexBuffers() local 10317 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkCmdDraw() local 10336 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkCmdDrawIndexed() local 10355 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkCmdDrawIndirect() local 10374 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkCmdDrawIndexedIndirect() local 10393 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkCmdDispatch() local 10412 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkCmdDispatchIndirect() local 10431 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkCmdCopyBuffer() local 10450 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkCmdCopyImage() local 10469 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkCmdBlitImage() local 10488 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkCmdCopyBufferToImage() local 10507 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkCmdCopyImageToBuffer() local 10526 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkCmdUpdateBuffer() local 10545 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkCmdFillBuffer() local 10564 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkCmdClearColorImage() local 10583 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkCmdClearDepthStencilImage() local 10602 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkCmdClearAttachments() local 10621 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkCmdResolveImage() local 10640 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkCmdSetEvent() local 10659 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkCmdResetEvent() local 10678 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkCmdWaitEvents() local 10697 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkCmdPipelineBarrier() local 10716 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkCmdBeginQuery() local 10735 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkCmdEndQuery() local 10754 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkCmdBeginConditionalRenderingEXT() local 10773 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkCmdEndConditionalRenderingEXT() local 10792 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkCmdResetQueryPool() local 10811 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkCmdWriteTimestamp() local 10830 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkCmdCopyQueryPoolResults() local 10849 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkCmdPushConstants() local 10868 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkCmdBeginRenderPass() local 10887 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkCmdNextSubpass() local 10906 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkCmdEndRenderPass() local 10925 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkCmdExecuteCommands() local 10944 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkCmdSetDeviceMask() local 10963 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkCmdDispatchBase() local 10982 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkCmdBeginRenderPass2() local 11001 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkCmdNextSubpass2() local 11020 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkCmdEndRenderPass2() local 11039 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkCmdDrawIndirectCount() local 11058 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkCmdDrawIndexedIndirectCount() local 11077 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkCmdBindTransformFeedbackBuffersEXT() local 11096 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkCmdBeginTransformFeedbackEXT() local 11115 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkCmdEndTransformFeedbackEXT() local 11134 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkCmdBeginQueryIndexedEXT() local 11153 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkCmdEndQueryIndexedEXT() local 11172 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkCmdDrawIndirectByteCountEXT() local 11191 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkCmdSetLineStippleEXT() local 11210 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkCmdSetCullMode() local 11229 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkCmdSetFrontFace() local 11248 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkCmdSetPrimitiveTopology() local 11267 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkCmdSetViewportWithCount() local 11286 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkCmdSetScissorWithCount() local 11305 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkCmdBindVertexBuffers2() local 11324 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkCmdSetDepthTestEnable() local 11343 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkCmdSetDepthWriteEnable() local 11362 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkCmdSetDepthCompareOp() local 11381 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkCmdSetDepthBoundsTestEnable() local 11400 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkCmdSetStencilTestEnable() local 11419 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkCmdSetStencilOp() local 11438 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkCmdSetPatchControlPointsEXT() local 11457 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkCmdSetRasterizerDiscardEnable() local 11476 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkCmdSetDepthBiasEnable() local 11495 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkCmdSetLogicOpEXT() local 11514 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkCmdSetPrimitiveRestartEnable() local 11533 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkCmdCopyBuffer2() local 11552 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkCmdCopyImage2() local 11571 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkCmdBlitImage2() local 11590 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkCmdCopyBufferToImage2() local 11609 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkCmdCopyImageToBuffer2() local 11628 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkCmdResolveImage2() local 11647 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkCmdSetEvent2() local 11666 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkCmdResetEvent2() local 11685 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkCmdWaitEvents2() local 11704 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkCmdPipelineBarrier2() local 11723 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkCmdWriteTimestamp2() local 11742 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkCmdBeginRendering() local 11761 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkCmdEndRendering() local [all...] |
H A D | vn_protocol_driver_device.h | 142 vn_decode_VkPhysicalDeviceLimits(struct vn_cs_decoder *dec, VkPhysicalDeviceLimits *val) in vn_decode_VkPhysicalDeviceLimits() argument 509 vn_decode_VkPhysicalDeviceSparseProperties(struct vn_cs_decoder *dec, VkPhysicalDeviceSparseProperties *val) vn_decode_VkPhysicalDeviceSparseProperties() argument 561 vn_decode_VkPhysicalDeviceProperties(struct vn_cs_decoder *dec, VkPhysicalDeviceProperties *val) vn_decode_VkPhysicalDeviceProperties() argument 624 vn_decode_VkQueueFamilyProperties(struct vn_cs_decoder *dec, VkQueueFamilyProperties *val) vn_decode_VkQueueFamilyProperties() argument 664 vn_decode_VkMemoryType(struct vn_cs_decoder *dec, VkMemoryType *val) vn_decode_VkMemoryType() argument 698 vn_decode_VkMemoryHeap(struct vn_cs_decoder *dec, VkMemoryHeap *val) vn_decode_VkMemoryHeap() argument 738 vn_decode_VkPhysicalDeviceMemoryProperties(struct vn_cs_decoder *dec, VkPhysicalDeviceMemoryProperties *val) vn_decode_VkPhysicalDeviceMemoryProperties() argument 907 vn_decode_VkPhysicalDeviceFeatures(struct vn_cs_decoder *dec, VkPhysicalDeviceFeatures *val) vn_decode_VkPhysicalDeviceFeatures() argument 1101 vn_decode_VkFormatProperties(struct vn_cs_decoder *dec, VkFormatProperties *val) vn_decode_VkFormatProperties() argument 1141 vn_decode_VkImageFormatProperties(struct vn_cs_decoder *dec, VkImageFormatProperties *val) vn_decode_VkImageFormatProperties() argument 1348 vn_decode_VkPhysicalDevicePrivateDataFeatures_pnext(struct vn_cs_decoder *dec, const void *val) vn_decode_VkPhysicalDevicePrivateDataFeatures_pnext() argument 1356 vn_decode_VkPhysicalDevicePrivateDataFeatures_self(struct vn_cs_decoder *dec, VkPhysicalDevicePrivateDataFeatures *val) vn_decode_VkPhysicalDevicePrivateDataFeatures_self() argument 1363 vn_decode_VkPhysicalDevicePrivateDataFeatures(struct vn_cs_decoder *dec, VkPhysicalDevicePrivateDataFeatures *val) vn_decode_VkPhysicalDevicePrivateDataFeatures() argument 1481 vn_decode_VkPhysicalDeviceVariablePointersFeatures_pnext(struct vn_cs_decoder *dec, const void *val) vn_decode_VkPhysicalDeviceVariablePointersFeatures_pnext() argument 1489 vn_decode_VkPhysicalDeviceVariablePointersFeatures_self(struct vn_cs_decoder *dec, VkPhysicalDeviceVariablePointersFeatures *val) vn_decode_VkPhysicalDeviceVariablePointersFeatures_self() argument 1497 vn_decode_VkPhysicalDeviceVariablePointersFeatures(struct vn_cs_decoder *dec, VkPhysicalDeviceVariablePointersFeatures *val) vn_decode_VkPhysicalDeviceVariablePointersFeatures() argument 1619 vn_decode_VkPhysicalDeviceMultiviewFeatures_pnext(struct vn_cs_decoder *dec, const void *val) vn_decode_VkPhysicalDeviceMultiviewFeatures_pnext() argument 1627 vn_decode_VkPhysicalDeviceMultiviewFeatures_self(struct vn_cs_decoder *dec, VkPhysicalDeviceMultiviewFeatures *val) vn_decode_VkPhysicalDeviceMultiviewFeatures_self() argument 1636 vn_decode_VkPhysicalDeviceMultiviewFeatures(struct vn_cs_decoder *dec, VkPhysicalDeviceMultiviewFeatures *val) vn_decode_VkPhysicalDeviceMultiviewFeatures() argument 1762 vn_decode_VkPhysicalDevice16BitStorageFeatures_pnext(struct vn_cs_decoder *dec, const void *val) vn_decode_VkPhysicalDevice16BitStorageFeatures_pnext() argument 1770 vn_decode_VkPhysicalDevice16BitStorageFeatures_self(struct vn_cs_decoder *dec, VkPhysicalDevice16BitStorageFeatures *val) vn_decode_VkPhysicalDevice16BitStorageFeatures_self() argument 1780 vn_decode_VkPhysicalDevice16BitStorageFeatures(struct vn_cs_decoder *dec, VkPhysicalDevice16BitStorageFeatures *val) vn_decode_VkPhysicalDevice16BitStorageFeatures() argument 1902 vn_decode_VkPhysicalDeviceShaderSubgroupExtendedTypesFeatures_pnext(struct vn_cs_decoder *dec, const void *val) vn_decode_VkPhysicalDeviceShaderSubgroupExtendedTypesFeatures_pnext() argument 1910 vn_decode_VkPhysicalDeviceShaderSubgroupExtendedTypesFeatures_self(struct vn_cs_decoder *dec, VkPhysicalDeviceShaderSubgroupExtendedTypesFeatures *val) vn_decode_VkPhysicalDeviceShaderSubgroupExtendedTypesFeatures_self() argument 1917 vn_decode_VkPhysicalDeviceShaderSubgroupExtendedTypesFeatures(struct vn_cs_decoder *dec, VkPhysicalDeviceShaderSubgroupExtendedTypesFeatures *val) vn_decode_VkPhysicalDeviceShaderSubgroupExtendedTypesFeatures() argument 2033 vn_decode_VkPhysicalDeviceSamplerYcbcrConversionFeatures_pnext(struct vn_cs_decoder *dec, const void *val) vn_decode_VkPhysicalDeviceSamplerYcbcrConversionFeatures_pnext() argument 2041 vn_decode_VkPhysicalDeviceSamplerYcbcrConversionFeatures_self(struct vn_cs_decoder *dec, VkPhysicalDeviceSamplerYcbcrConversionFeatures *val) vn_decode_VkPhysicalDeviceSamplerYcbcrConversionFeatures_self() argument 2048 vn_decode_VkPhysicalDeviceSamplerYcbcrConversionFeatures(struct vn_cs_decoder *dec, VkPhysicalDeviceSamplerYcbcrConversionFeatures *val) vn_decode_VkPhysicalDeviceSamplerYcbcrConversionFeatures() argument 2164 vn_decode_VkPhysicalDeviceProtectedMemoryFeatures_pnext(struct vn_cs_decoder *dec, const void *val) vn_decode_VkPhysicalDeviceProtectedMemoryFeatures_pnext() argument 2172 vn_decode_VkPhysicalDeviceProtectedMemoryFeatures_self(struct vn_cs_decoder *dec, VkPhysicalDeviceProtectedMemoryFeatures *val) vn_decode_VkPhysicalDeviceProtectedMemoryFeatures_self() argument 2179 vn_decode_VkPhysicalDeviceProtectedMemoryFeatures(struct vn_cs_decoder *dec, VkPhysicalDeviceProtectedMemoryFeatures *val) vn_decode_VkPhysicalDeviceProtectedMemoryFeatures() argument 2297 vn_decode_VkPhysicalDeviceInlineUniformBlockFeatures_pnext(struct vn_cs_decoder *dec, const void *val) vn_decode_VkPhysicalDeviceInlineUniformBlockFeatures_pnext() argument 2305 vn_decode_VkPhysicalDeviceInlineUniformBlockFeatures_self(struct vn_cs_decoder *dec, VkPhysicalDeviceInlineUniformBlockFeatures *val) vn_decode_VkPhysicalDeviceInlineUniformBlockFeatures_self() argument 2313 vn_decode_VkPhysicalDeviceInlineUniformBlockFeatures(struct vn_cs_decoder *dec, VkPhysicalDeviceInlineUniformBlockFeatures *val) vn_decode_VkPhysicalDeviceInlineUniformBlockFeatures() argument 2431 vn_decode_VkPhysicalDeviceMaintenance4Features_pnext(struct vn_cs_decoder *dec, const void *val) vn_decode_VkPhysicalDeviceMaintenance4Features_pnext() argument 2439 vn_decode_VkPhysicalDeviceMaintenance4Features_self(struct vn_cs_decoder *dec, VkPhysicalDeviceMaintenance4Features *val) vn_decode_VkPhysicalDeviceMaintenance4Features_self() argument 2446 vn_decode_VkPhysicalDeviceMaintenance4Features(struct vn_cs_decoder *dec, VkPhysicalDeviceMaintenance4Features *val) vn_decode_VkPhysicalDeviceMaintenance4Features() argument 2562 vn_decode_VkPhysicalDeviceShaderDrawParametersFeatures_pnext(struct vn_cs_decoder *dec, const void *val) vn_decode_VkPhysicalDeviceShaderDrawParametersFeatures_pnext() argument 2570 vn_decode_VkPhysicalDeviceShaderDrawParametersFeatures_self(struct vn_cs_decoder *dec, VkPhysicalDeviceShaderDrawParametersFeatures *val) vn_decode_VkPhysicalDeviceShaderDrawParametersFeatures_self() argument 2577 vn_decode_VkPhysicalDeviceShaderDrawParametersFeatures(struct vn_cs_decoder *dec, VkPhysicalDeviceShaderDrawParametersFeatures *val) vn_decode_VkPhysicalDeviceShaderDrawParametersFeatures() argument 2695 vn_decode_VkPhysicalDeviceShaderFloat16Int8Features_pnext(struct vn_cs_decoder *dec, const void *val) vn_decode_VkPhysicalDeviceShaderFloat16Int8Features_pnext() argument 2703 vn_decode_VkPhysicalDeviceShaderFloat16Int8Features_self(struct vn_cs_decoder *dec, VkPhysicalDeviceShaderFloat16Int8Features *val) vn_decode_VkPhysicalDeviceShaderFloat16Int8Features_self() argument 2711 vn_decode_VkPhysicalDeviceShaderFloat16Int8Features(struct vn_cs_decoder *dec, VkPhysicalDeviceShaderFloat16Int8Features *val) vn_decode_VkPhysicalDeviceShaderFloat16Int8Features() argument 2829 vn_decode_VkPhysicalDeviceHostQueryResetFeatures_pnext(struct vn_cs_decoder *dec, const void *val) vn_decode_VkPhysicalDeviceHostQueryResetFeatures_pnext() argument 2837 vn_decode_VkPhysicalDeviceHostQueryResetFeatures_self(struct vn_cs_decoder *dec, VkPhysicalDeviceHostQueryResetFeatures *val) vn_decode_VkPhysicalDeviceHostQueryResetFeatures_self() argument 2844 vn_decode_VkPhysicalDeviceHostQueryResetFeatures(struct vn_cs_decoder *dec, VkPhysicalDeviceHostQueryResetFeatures *val) vn_decode_VkPhysicalDeviceHostQueryResetFeatures() argument 2998 vn_decode_VkPhysicalDeviceDescriptorIndexingFeatures_pnext(struct vn_cs_decoder *dec, const void *val) vn_decode_VkPhysicalDeviceDescriptorIndexingFeatures_pnext() argument 3006 vn_decode_VkPhysicalDeviceDescriptorIndexingFeatures_self(struct vn_cs_decoder *dec, VkPhysicalDeviceDescriptorIndexingFeatures *val) vn_decode_VkPhysicalDeviceDescriptorIndexingFeatures_self() argument 3032 vn_decode_VkPhysicalDeviceDescriptorIndexingFeatures(struct vn_cs_decoder *dec, VkPhysicalDeviceDescriptorIndexingFeatures *val) vn_decode_VkPhysicalDeviceDescriptorIndexingFeatures() argument 3186 vn_decode_VkPhysicalDeviceTimelineSemaphoreFeatures_pnext(struct vn_cs_decoder *dec, const void *val) vn_decode_VkPhysicalDeviceTimelineSemaphoreFeatures_pnext() argument 3194 vn_decode_VkPhysicalDeviceTimelineSemaphoreFeatures_self(struct vn_cs_decoder *dec, VkPhysicalDeviceTimelineSemaphoreFeatures *val) vn_decode_VkPhysicalDeviceTimelineSemaphoreFeatures_self() argument 3201 vn_decode_VkPhysicalDeviceTimelineSemaphoreFeatures(struct vn_cs_decoder *dec, VkPhysicalDeviceTimelineSemaphoreFeatures *val) vn_decode_VkPhysicalDeviceTimelineSemaphoreFeatures() argument 3321 vn_decode_VkPhysicalDevice8BitStorageFeatures_pnext(struct vn_cs_decoder *dec, const void *val) vn_decode_VkPhysicalDevice8BitStorageFeatures_pnext() argument 3329 vn_decode_VkPhysicalDevice8BitStorageFeatures_self(struct vn_cs_decoder *dec, VkPhysicalDevice8BitStorageFeatures *val) vn_decode_VkPhysicalDevice8BitStorageFeatures_self() argument 3338 vn_decode_VkPhysicalDevice8BitStorageFeatures(struct vn_cs_decoder *dec, VkPhysicalDevice8BitStorageFeatures *val) vn_decode_VkPhysicalDevice8BitStorageFeatures() argument 3460 vn_decode_VkPhysicalDeviceConditionalRenderingFeaturesEXT_pnext(struct vn_cs_decoder *dec, const void *val) vn_decode_VkPhysicalDeviceConditionalRenderingFeaturesEXT_pnext() argument 3468 vn_decode_VkPhysicalDeviceConditionalRenderingFeaturesEXT_self(struct vn_cs_decoder *dec, VkPhysicalDeviceConditionalRenderingFeaturesEXT *val) vn_decode_VkPhysicalDeviceConditionalRenderingFeaturesEXT_self() argument 3476 vn_decode_VkPhysicalDeviceConditionalRenderingFeaturesEXT(struct vn_cs_decoder *dec, VkPhysicalDeviceConditionalRenderingFeaturesEXT *val) vn_decode_VkPhysicalDeviceConditionalRenderingFeaturesEXT() argument 3598 vn_decode_VkPhysicalDeviceVulkanMemoryModelFeatures_pnext(struct vn_cs_decoder *dec, const void *val) vn_decode_VkPhysicalDeviceVulkanMemoryModelFeatures_pnext() argument 3606 vn_decode_VkPhysicalDeviceVulkanMemoryModelFeatures_self(struct vn_cs_decoder *dec, VkPhysicalDeviceVulkanMemoryModelFeatures *val) vn_decode_VkPhysicalDeviceVulkanMemoryModelFeatures_self() argument 3615 vn_decode_VkPhysicalDeviceVulkanMemoryModelFeatures(struct vn_cs_decoder *dec, VkPhysicalDeviceVulkanMemoryModelFeatures *val) vn_decode_VkPhysicalDeviceVulkanMemoryModelFeatures() argument 3737 vn_decode_VkPhysicalDeviceShaderAtomicInt64Features_pnext(struct vn_cs_decoder *dec, const void *val) vn_decode_VkPhysicalDeviceShaderAtomicInt64Features_pnext() argument 3745 vn_decode_VkPhysicalDeviceShaderAtomicInt64Features_self(struct vn_cs_decoder *dec, VkPhysicalDeviceShaderAtomicInt64Features *val) vn_decode_VkPhysicalDeviceShaderAtomicInt64Features_self() argument 3753 vn_decode_VkPhysicalDeviceShaderAtomicInt64Features(struct vn_cs_decoder *dec, VkPhysicalDeviceShaderAtomicInt64Features *val) vn_decode_VkPhysicalDeviceShaderAtomicInt64Features() argument 3873 vn_decode_VkPhysicalDeviceVertexAttributeDivisorFeaturesEXT_pnext(struct vn_cs_decoder *dec, const void *val) vn_decode_VkPhysicalDeviceVertexAttributeDivisorFeaturesEXT_pnext() argument 3881 vn_decode_VkPhysicalDeviceVertexAttributeDivisorFeaturesEXT_self(struct vn_cs_decoder *dec, VkPhysicalDeviceVertexAttributeDivisorFeaturesEXT *val) vn_decode_VkPhysicalDeviceVertexAttributeDivisorFeaturesEXT_self() argument 3889 vn_decode_VkPhysicalDeviceVertexAttributeDivisorFeaturesEXT(struct vn_cs_decoder *dec, VkPhysicalDeviceVertexAttributeDivisorFeaturesEXT *val) vn_decode_VkPhysicalDeviceVertexAttributeDivisorFeaturesEXT() argument 4009 vn_decode_VkPhysicalDeviceTransformFeedbackFeaturesEXT_pnext(struct vn_cs_decoder *dec, const void *val) vn_decode_VkPhysicalDeviceTransformFeedbackFeaturesEXT_pnext() argument 4017 vn_decode_VkPhysicalDeviceTransformFeedbackFeaturesEXT_self(struct vn_cs_decoder *dec, VkPhysicalDeviceTransformFeedbackFeaturesEXT *val) vn_decode_VkPhysicalDeviceTransformFeedbackFeaturesEXT_self() argument 4025 vn_decode_VkPhysicalDeviceTransformFeedbackFeaturesEXT(struct vn_cs_decoder *dec, VkPhysicalDeviceTransformFeedbackFeaturesEXT *val) vn_decode_VkPhysicalDeviceTransformFeedbackFeaturesEXT() argument 4143 vn_decode_VkPhysicalDeviceScalarBlockLayoutFeatures_pnext(struct vn_cs_decoder *dec, const void *val) vn_decode_VkPhysicalDeviceScalarBlockLayoutFeatures_pnext() argument 4151 vn_decode_VkPhysicalDeviceScalarBlockLayoutFeatures_self(struct vn_cs_decoder *dec, VkPhysicalDeviceScalarBlockLayoutFeatures *val) vn_decode_VkPhysicalDeviceScalarBlockLayoutFeatures_self() argument 4158 vn_decode_VkPhysicalDeviceScalarBlockLayoutFeatures(struct vn_cs_decoder *dec, VkPhysicalDeviceScalarBlockLayoutFeatures *val) vn_decode_VkPhysicalDeviceScalarBlockLayoutFeatures() argument 4274 vn_decode_VkPhysicalDeviceUniformBufferStandardLayoutFeatures_pnext(struct vn_cs_decoder *dec, const void *val) vn_decode_VkPhysicalDeviceUniformBufferStandardLayoutFeatures_pnext() argument 4282 vn_decode_VkPhysicalDeviceUniformBufferStandardLayoutFeatures_self(struct vn_cs_decoder *dec, VkPhysicalDeviceUniformBufferStandardLayoutFeatures *val) vn_decode_VkPhysicalDeviceUniformBufferStandardLayoutFeatures_self() argument 4289 vn_decode_VkPhysicalDeviceUniformBufferStandardLayoutFeatures(struct vn_cs_decoder *dec, VkPhysicalDeviceUniformBufferStandardLayoutFeatures *val) vn_decode_VkPhysicalDeviceUniformBufferStandardLayoutFeatures() argument 4405 vn_decode_VkPhysicalDeviceDepthClipEnableFeaturesEXT_pnext(struct vn_cs_decoder *dec, const void *val) vn_decode_VkPhysicalDeviceDepthClipEnableFeaturesEXT_pnext() argument 4413 vn_decode_VkPhysicalDeviceDepthClipEnableFeaturesEXT_self(struct vn_cs_decoder *dec, VkPhysicalDeviceDepthClipEnableFeaturesEXT *val) vn_decode_VkPhysicalDeviceDepthClipEnableFeaturesEXT_self() argument 4420 vn_decode_VkPhysicalDeviceDepthClipEnableFeaturesEXT(struct vn_cs_decoder *dec, VkPhysicalDeviceDepthClipEnableFeaturesEXT *val) vn_decode_VkPhysicalDeviceDepthClipEnableFeaturesEXT() argument 4540 vn_decode_VkPhysicalDeviceBufferDeviceAddressFeatures_pnext(struct vn_cs_decoder *dec, const void *val) vn_decode_VkPhysicalDeviceBufferDeviceAddressFeatures_pnext() argument 4548 vn_decode_VkPhysicalDeviceBufferDeviceAddressFeatures_self(struct vn_cs_decoder *dec, VkPhysicalDeviceBufferDeviceAddressFeatures *val) vn_decode_VkPhysicalDeviceBufferDeviceAddressFeatures_self() argument 4557 vn_decode_VkPhysicalDeviceBufferDeviceAddressFeatures(struct vn_cs_decoder *dec, VkPhysicalDeviceBufferDeviceAddressFeatures *val) vn_decode_VkPhysicalDeviceBufferDeviceAddressFeatures() argument 4677 vn_decode_VkPhysicalDeviceImagelessFramebufferFeatures_pnext(struct vn_cs_decoder *dec, const void *val) vn_decode_VkPhysicalDeviceImagelessFramebufferFeatures_pnext() argument 4685 vn_decode_VkPhysicalDeviceImagelessFramebufferFeatures_self(struct vn_cs_decoder *dec, VkPhysicalDeviceImagelessFramebufferFeatures *val) vn_decode_VkPhysicalDeviceImagelessFramebufferFeatures_self() argument 4692 vn_decode_VkPhysicalDeviceImagelessFramebufferFeatures(struct vn_cs_decoder *dec, VkPhysicalDeviceImagelessFramebufferFeatures *val) vn_decode_VkPhysicalDeviceImagelessFramebufferFeatures() argument 4808 vn_decode_VkPhysicalDeviceTextureCompressionASTCHDRFeatures_pnext(struct vn_cs_decoder *dec, const void *val) vn_decode_VkPhysicalDeviceTextureCompressionASTCHDRFeatures_pnext() argument 4816 vn_decode_VkPhysicalDeviceTextureCompressionASTCHDRFeatures_self(struct vn_cs_decoder *dec, VkPhysicalDeviceTextureCompressionASTCHDRFeatures *val) vn_decode_VkPhysicalDeviceTextureCompressionASTCHDRFeatures_self() argument 4823 vn_decode_VkPhysicalDeviceTextureCompressionASTCHDRFeatures(struct vn_cs_decoder *dec, VkPhysicalDeviceTextureCompressionASTCHDRFeatures *val) vn_decode_VkPhysicalDeviceTextureCompressionASTCHDRFeatures() argument 4939 vn_decode_VkPhysicalDeviceIndexTypeUint8FeaturesEXT_pnext(struct vn_cs_decoder *dec, const void *val) vn_decode_VkPhysicalDeviceIndexTypeUint8FeaturesEXT_pnext() argument 4947 vn_decode_VkPhysicalDeviceIndexTypeUint8FeaturesEXT_self(struct vn_cs_decoder *dec, VkPhysicalDeviceIndexTypeUint8FeaturesEXT *val) vn_decode_VkPhysicalDeviceIndexTypeUint8FeaturesEXT_self() argument 4954 vn_decode_VkPhysicalDeviceIndexTypeUint8FeaturesEXT(struct vn_cs_decoder *dec, VkPhysicalDeviceIndexTypeUint8FeaturesEXT *val) vn_decode_VkPhysicalDeviceIndexTypeUint8FeaturesEXT() argument 5070 vn_decode_VkPhysicalDeviceSeparateDepthStencilLayoutsFeatures_pnext(struct vn_cs_decoder *dec, const void *val) vn_decode_VkPhysicalDeviceSeparateDepthStencilLayoutsFeatures_pnext() argument 5078 vn_decode_VkPhysicalDeviceSeparateDepthStencilLayoutsFeatures_self(struct vn_cs_decoder *dec, VkPhysicalDeviceSeparateDepthStencilLayoutsFeatures *val) vn_decode_VkPhysicalDeviceSeparateDepthStencilLayoutsFeatures_self() argument 5085 vn_decode_VkPhysicalDeviceSeparateDepthStencilLayoutsFeatures(struct vn_cs_decoder *dec, VkPhysicalDeviceSeparateDepthStencilLayoutsFeatures *val) vn_decode_VkPhysicalDeviceSeparateDepthStencilLayoutsFeatures() argument 5201 vn_decode_VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures_pnext(struct vn_cs_decoder *dec, const void *val) vn_decode_VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures_pnext() argument 5209 vn_decode_VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures_self(struct vn_cs_decoder *dec, VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures *val) vn_decode_VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures_self() argument 5216 vn_decode_VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures(struct vn_cs_decoder *dec, VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures *val) vn_decode_VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures() argument 5332 vn_decode_VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT_pnext(struct vn_cs_decoder *dec, const void *val) vn_decode_VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT_pnext() argument 5340 vn_decode_VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT_self(struct vn_cs_decoder *dec, VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT *val) vn_decode_VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT_self() argument 5347 vn_decode_VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT(struct vn_cs_decoder *dec, VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT *val) vn_decode_VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT() argument 5465 vn_decode_VkPhysicalDeviceSubgroupSizeControlFeatures_pnext(struct vn_cs_decoder *dec, const void *val) vn_decode_VkPhysicalDeviceSubgroupSizeControlFeatures_pnext() argument 5473 vn_decode_VkPhysicalDeviceSubgroupSizeControlFeatures_self(struct vn_cs_decoder *dec, VkPhysicalDeviceSubgroupSizeControlFeatures *val) vn_decode_VkPhysicalDeviceSubgroupSizeControlFeatures_self() argument 5481 vn_decode_VkPhysicalDeviceSubgroupSizeControlFeatures(struct vn_cs_decoder *dec, VkPhysicalDeviceSubgroupSizeControlFeatures *val) vn_decode_VkPhysicalDeviceSubgroupSizeControlFeatures() argument 5609 vn_decode_VkPhysicalDeviceLineRasterizationFeaturesEXT_pnext(struct vn_cs_decoder *dec, const void *val) vn_decode_VkPhysicalDeviceLineRasterizationFeaturesEXT_pnext() argument 5617 vn_decode_VkPhysicalDeviceLineRasterizationFeaturesEXT_self(struct vn_cs_decoder *dec, VkPhysicalDeviceLineRasterizationFeaturesEXT *val) vn_decode_VkPhysicalDeviceLineRasterizationFeaturesEXT_self() argument 5629 vn_decode_VkPhysicalDeviceLineRasterizationFeaturesEXT(struct vn_cs_decoder *dec, VkPhysicalDeviceLineRasterizationFeaturesEXT *val) vn_decode_VkPhysicalDeviceLineRasterizationFeaturesEXT() argument 5755 vn_decode_VkPhysicalDevicePipelineCreationCacheControlFeatures_pnext(struct vn_cs_decoder *dec, const void *val) vn_decode_VkPhysicalDevicePipelineCreationCacheControlFeatures_pnext() argument 5763 vn_decode_VkPhysicalDevicePipelineCreationCacheControlFeatures_self(struct vn_cs_decoder *dec, VkPhysicalDevicePipelineCreationCacheControlFeatures *val) vn_decode_VkPhysicalDevicePipelineCreationCacheControlFeatures_self() argument 5770 vn_decode_VkPhysicalDevicePipelineCreationCacheControlFeatures(struct vn_cs_decoder *dec, VkPhysicalDevicePipelineCreationCacheControlFeatures *val) vn_decode_VkPhysicalDevicePipelineCreationCacheControlFeatures() argument 5908 vn_decode_VkPhysicalDeviceVulkan11Features_pnext(struct vn_cs_decoder *dec, const void *val) vn_decode_VkPhysicalDeviceVulkan11Features_pnext() argument 5916 vn_decode_VkPhysicalDeviceVulkan11Features_self(struct vn_cs_decoder *dec, VkPhysicalDeviceVulkan11Features *val) vn_decode_VkPhysicalDeviceVulkan11Features_self() argument 5934 vn_decode_VkPhysicalDeviceVulkan11Features(struct vn_cs_decoder *dec, VkPhysicalDeviceVulkan11Features *val) vn_decode_VkPhysicalDeviceVulkan11Features() argument 6164 vn_decode_VkPhysicalDeviceVulkan12Features_pnext(struct vn_cs_decoder *dec, const void *val) vn_decode_VkPhysicalDeviceVulkan12Features_pnext() argument 6172 vn_decode_VkPhysicalDeviceVulkan12Features_self(struct vn_cs_decoder *dec, VkPhysicalDeviceVulkan12Features *val) vn_decode_VkPhysicalDeviceVulkan12Features_self() argument 6225 vn_decode_VkPhysicalDeviceVulkan12Features(struct vn_cs_decoder *dec, VkPhysicalDeviceVulkan12Features *val) vn_decode_VkPhysicalDeviceVulkan12Features() argument 6461 vn_decode_VkPhysicalDeviceVulkan13Features_pnext(struct vn_cs_decoder *dec, const void *val) vn_decode_VkPhysicalDeviceVulkan13Features_pnext() argument 6469 vn_decode_VkPhysicalDeviceVulkan13Features_self(struct vn_cs_decoder *dec, VkPhysicalDeviceVulkan13Features *val) vn_decode_VkPhysicalDeviceVulkan13Features_self() argument 6490 vn_decode_VkPhysicalDeviceVulkan13Features(struct vn_cs_decoder *dec, VkPhysicalDeviceVulkan13Features *val) vn_decode_VkPhysicalDeviceVulkan13Features() argument 6636 vn_decode_VkPhysicalDeviceCustomBorderColorFeaturesEXT_pnext(struct vn_cs_decoder *dec, const void *val) vn_decode_VkPhysicalDeviceCustomBorderColorFeaturesEXT_pnext() argument 6644 vn_decode_VkPhysicalDeviceCustomBorderColorFeaturesEXT_self(struct vn_cs_decoder *dec, VkPhysicalDeviceCustomBorderColorFeaturesEXT *val) vn_decode_VkPhysicalDeviceCustomBorderColorFeaturesEXT_self() argument 6652 vn_decode_VkPhysicalDeviceCustomBorderColorFeaturesEXT(struct vn_cs_decoder *dec, VkPhysicalDeviceCustomBorderColorFeaturesEXT *val) vn_decode_VkPhysicalDeviceCustomBorderColorFeaturesEXT() argument 6770 vn_decode_VkPhysicalDeviceExtendedDynamicStateFeaturesEXT_pnext(struct vn_cs_decoder *dec, const void *val) vn_decode_VkPhysicalDeviceExtendedDynamicStateFeaturesEXT_pnext() argument 6778 vn_decode_VkPhysicalDeviceExtendedDynamicStateFeaturesEXT_self(struct vn_cs_decoder *dec, VkPhysicalDeviceExtendedDynamicStateFeaturesEXT *val) vn_decode_VkPhysicalDeviceExtendedDynamicStateFeaturesEXT_self() argument 6785 vn_decode_VkPhysicalDeviceExtendedDynamicStateFeaturesEXT(struct vn_cs_decoder *dec, VkPhysicalDeviceExtendedDynamicStateFeaturesEXT *val) vn_decode_VkPhysicalDeviceExtendedDynamicStateFeaturesEXT() argument 6905 vn_decode_VkPhysicalDeviceExtendedDynamicState2FeaturesEXT_pnext(struct vn_cs_decoder *dec, const void *val) vn_decode_VkPhysicalDeviceExtendedDynamicState2FeaturesEXT_pnext() argument 6913 vn_decode_VkPhysicalDeviceExtendedDynamicState2FeaturesEXT_self(struct vn_cs_decoder *dec, VkPhysicalDeviceExtendedDynamicState2FeaturesEXT *val) vn_decode_VkPhysicalDeviceExtendedDynamicState2FeaturesEXT_self() argument 6922 vn_decode_VkPhysicalDeviceExtendedDynamicState2FeaturesEXT(struct vn_cs_decoder *dec, VkPhysicalDeviceExtendedDynamicState2FeaturesEXT *val) vn_decode_VkPhysicalDeviceExtendedDynamicState2FeaturesEXT() argument 7042 vn_decode_VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeatures_pnext(struct vn_cs_decoder *dec, const void *val) vn_decode_VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeatures_pnext() argument 7050 vn_decode_VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeatures_self(struct vn_cs_decoder *dec, VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeatures *val) vn_decode_VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeatures_self() argument 7057 vn_decode_VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeatures(struct vn_cs_decoder *dec, VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeatures *val) vn_decode_VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeatures() argument 7177 vn_decode_VkPhysicalDeviceRobustness2FeaturesEXT_pnext(struct vn_cs_decoder *dec, const void *val) vn_decode_VkPhysicalDeviceRobustness2FeaturesEXT_pnext() argument 7185 vn_decode_VkPhysicalDeviceRobustness2FeaturesEXT_self(struct vn_cs_decoder *dec, VkPhysicalDeviceRobustness2FeaturesEXT *val) vn_decode_VkPhysicalDeviceRobustness2FeaturesEXT_self() argument 7194 vn_decode_VkPhysicalDeviceRobustness2FeaturesEXT(struct vn_cs_decoder *dec, VkPhysicalDeviceRobustness2FeaturesEXT *val) vn_decode_VkPhysicalDeviceRobustness2FeaturesEXT() argument 7314 vn_decode_VkPhysicalDeviceImageRobustnessFeatures_pnext(struct vn_cs_decoder *dec, const void *val) vn_decode_VkPhysicalDeviceImageRobustnessFeatures_pnext() argument 7322 vn_decode_VkPhysicalDeviceImageRobustnessFeatures_self(struct vn_cs_decoder *dec, VkPhysicalDeviceImageRobustnessFeatures *val) vn_decode_VkPhysicalDeviceImageRobustnessFeatures_self() argument 7329 vn_decode_VkPhysicalDeviceImageRobustnessFeatures(struct vn_cs_decoder *dec, VkPhysicalDeviceImageRobustnessFeatures *val) vn_decode_VkPhysicalDeviceImageRobustnessFeatures() argument 7447 vn_decode_VkPhysicalDevice4444FormatsFeaturesEXT_pnext(struct vn_cs_decoder *dec, const void *val) vn_decode_VkPhysicalDevice4444FormatsFeaturesEXT_pnext() argument 7455 vn_decode_VkPhysicalDevice4444FormatsFeaturesEXT_self(struct vn_cs_decoder *dec, VkPhysicalDevice4444FormatsFeaturesEXT *val) vn_decode_VkPhysicalDevice4444FormatsFeaturesEXT_self() argument 7463 vn_decode_VkPhysicalDevice4444FormatsFeaturesEXT(struct vn_cs_decoder *dec, VkPhysicalDevice4444FormatsFeaturesEXT *val) vn_decode_VkPhysicalDevice4444FormatsFeaturesEXT() argument 7581 vn_decode_VkPhysicalDeviceShaderTerminateInvocationFeatures_pnext(struct vn_cs_decoder *dec, const void *val) vn_decode_VkPhysicalDeviceShaderTerminateInvocationFeatures_pnext() argument 7589 vn_decode_VkPhysicalDeviceShaderTerminateInvocationFeatures_self(struct vn_cs_decoder *dec, VkPhysicalDeviceShaderTerminateInvocationFeatures *val) vn_decode_VkPhysicalDeviceShaderTerminateInvocationFeatures_self() argument 7596 vn_decode_VkPhysicalDeviceShaderTerminateInvocationFeatures(struct vn_cs_decoder *dec, VkPhysicalDeviceShaderTerminateInvocationFeatures *val) vn_decode_VkPhysicalDeviceShaderTerminateInvocationFeatures() argument 7712 vn_decode_VkPhysicalDeviceSynchronization2Features_pnext(struct vn_cs_decoder *dec, const void *val) vn_decode_VkPhysicalDeviceSynchronization2Features_pnext() argument 7720 vn_decode_VkPhysicalDeviceSynchronization2Features_self(struct vn_cs_decoder *dec, VkPhysicalDeviceSynchronization2Features *val) vn_decode_VkPhysicalDeviceSynchronization2Features_self() argument 7727 vn_decode_VkPhysicalDeviceSynchronization2Features(struct vn_cs_decoder *dec, VkPhysicalDeviceSynchronization2Features *val) vn_decode_VkPhysicalDeviceSynchronization2Features() argument 7843 vn_decode_VkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT_pnext(struct vn_cs_decoder *dec, const void *val) vn_decode_VkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT_pnext() argument 7851 vn_decode_VkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT_self(struct vn_cs_decoder *dec, VkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT *val) vn_decode_VkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT_self() argument 7858 vn_decode_VkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT(struct vn_cs_decoder *dec, VkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT *val) vn_decode_VkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT() argument 7976 vn_decode_VkPhysicalDeviceProvokingVertexFeaturesEXT_pnext(struct vn_cs_decoder *dec, const void *val) vn_decode_VkPhysicalDeviceProvokingVertexFeaturesEXT_pnext() argument 7984 vn_decode_VkPhysicalDeviceProvokingVertexFeaturesEXT_self(struct vn_cs_decoder *dec, VkPhysicalDeviceProvokingVertexFeaturesEXT *val) vn_decode_VkPhysicalDeviceProvokingVertexFeaturesEXT_self() argument 7992 vn_decode_VkPhysicalDeviceProvokingVertexFeaturesEXT(struct vn_cs_decoder *dec, VkPhysicalDeviceProvokingVertexFeaturesEXT *val) vn_decode_VkPhysicalDeviceProvokingVertexFeaturesEXT() argument 8110 vn_decode_VkPhysicalDeviceShaderIntegerDotProductFeatures_pnext(struct vn_cs_decoder *dec, const void *val) vn_decode_VkPhysicalDeviceShaderIntegerDotProductFeatures_pnext() argument 8118 vn_decode_VkPhysicalDeviceShaderIntegerDotProductFeatures_self(struct vn_cs_decoder *dec, VkPhysicalDeviceShaderIntegerDotProductFeatures *val) vn_decode_VkPhysicalDeviceShaderIntegerDotProductFeatures_self() argument 8125 vn_decode_VkPhysicalDeviceShaderIntegerDotProductFeatures(struct vn_cs_decoder *dec, VkPhysicalDeviceShaderIntegerDotProductFeatures *val) vn_decode_VkPhysicalDeviceShaderIntegerDotProductFeatures() argument 8241 vn_decode_VkPhysicalDeviceDynamicRenderingFeatures_pnext(struct vn_cs_decoder *dec, const void *val) vn_decode_VkPhysicalDeviceDynamicRenderingFeatures_pnext() argument 8249 vn_decode_VkPhysicalDeviceDynamicRenderingFeatures_self(struct vn_cs_decoder *dec, VkPhysicalDeviceDynamicRenderingFeatures *val) vn_decode_VkPhysicalDeviceDynamicRenderingFeatures_self() argument 8256 vn_decode_VkPhysicalDeviceDynamicRenderingFeatures(struct vn_cs_decoder *dec, VkPhysicalDeviceDynamicRenderingFeatures *val) vn_decode_VkPhysicalDeviceDynamicRenderingFeatures() argument 8372 vn_decode_VkPhysicalDeviceImageViewMinLodFeaturesEXT_pnext(struct vn_cs_decoder *dec, const void *val) vn_decode_VkPhysicalDeviceImageViewMinLodFeaturesEXT_pnext() argument 8380 vn_decode_VkPhysicalDeviceImageViewMinLodFeaturesEXT_self(struct vn_cs_decoder *dec, VkPhysicalDeviceImageViewMinLodFeaturesEXT *val) vn_decode_VkPhysicalDeviceImageViewMinLodFeaturesEXT_self() argument 8387 vn_decode_VkPhysicalDeviceImageViewMinLodFeaturesEXT(struct vn_cs_decoder *dec, VkPhysicalDeviceImageViewMinLodFeaturesEXT *val) vn_decode_VkPhysicalDeviceImageViewMinLodFeaturesEXT() argument 9240 vn_decode_VkPhysicalDeviceFeatures2_pnext(struct vn_cs_decoder *dec, const void *val) vn_decode_VkPhysicalDeviceFeatures2_pnext() argument 9465 vn_decode_VkPhysicalDeviceFeatures2_self(struct vn_cs_decoder *dec, VkPhysicalDeviceFeatures2 *val) vn_decode_VkPhysicalDeviceFeatures2_self() argument 9472 vn_decode_VkPhysicalDeviceFeatures2(struct vn_cs_decoder *dec, VkPhysicalDeviceFeatures2 *val) vn_decode_VkPhysicalDeviceFeatures2() argument 11247 vn_decode_VkConformanceVersion(struct vn_cs_decoder *dec, VkConformanceVersion *val) vn_decode_VkConformanceVersion() argument 11311 vn_decode_VkPhysicalDeviceDriverProperties_pnext(struct vn_cs_decoder *dec, const void *val) vn_decode_VkPhysicalDeviceDriverProperties_pnext() argument 11319 vn_decode_VkPhysicalDeviceDriverProperties_self(struct vn_cs_decoder *dec, VkPhysicalDeviceDriverProperties *val) vn_decode_VkPhysicalDeviceDriverProperties_self() argument 11335 vn_decode_VkPhysicalDeviceDriverProperties(struct vn_cs_decoder *dec, VkPhysicalDeviceDriverProperties *val) vn_decode_VkPhysicalDeviceDriverProperties() argument 11441 vn_decode_VkPhysicalDeviceIDProperties_pnext(struct vn_cs_decoder *dec, const void *val) vn_decode_VkPhysicalDeviceIDProperties_pnext() argument 11449 vn_decode_VkPhysicalDeviceIDProperties_self(struct vn_cs_decoder *dec, VkPhysicalDeviceIDProperties *val) vn_decode_VkPhysicalDeviceIDProperties_self() argument 11469 vn_decode_VkPhysicalDeviceIDProperties(struct vn_cs_decoder *dec, VkPhysicalDeviceIDProperties *val) vn_decode_VkPhysicalDeviceIDProperties() argument 11571 vn_decode_VkPhysicalDeviceMultiviewProperties_pnext(struct vn_cs_decoder *dec, const void *val) vn_decode_VkPhysicalDeviceMultiviewProperties_pnext() argument 11579 vn_decode_VkPhysicalDeviceMultiviewProperties_self(struct vn_cs_decoder *dec, VkPhysicalDeviceMultiviewProperties *val) vn_decode_VkPhysicalDeviceMultiviewProperties_self() argument 11587 vn_decode_VkPhysicalDeviceMultiviewProperties(struct vn_cs_decoder *dec, VkPhysicalDeviceMultiviewProperties *val) vn_decode_VkPhysicalDeviceMultiviewProperties() argument 11685 vn_decode_VkPhysicalDeviceSubgroupProperties_pnext(struct vn_cs_decoder *dec, const void *val) vn_decode_VkPhysicalDeviceSubgroupProperties_pnext() argument 11693 vn_decode_VkPhysicalDeviceSubgroupProperties_self(struct vn_cs_decoder *dec, VkPhysicalDeviceSubgroupProperties *val) vn_decode_VkPhysicalDeviceSubgroupProperties_self() argument 11703 vn_decode_VkPhysicalDeviceSubgroupProperties(struct vn_cs_decoder *dec, VkPhysicalDeviceSubgroupProperties *val) vn_decode_VkPhysicalDeviceSubgroupProperties() argument 11802 vn_decode_VkPhysicalDevicePointClippingProperties_pnext(struct vn_cs_decoder *dec, const void *val) vn_decode_VkPhysicalDevicePointClippingProperties_pnext() argument 11810 vn_decode_VkPhysicalDevicePointClippingProperties_self(struct vn_cs_decoder *dec, VkPhysicalDevicePointClippingProperties *val) vn_decode_VkPhysicalDevicePointClippingProperties_self() argument 11817 vn_decode_VkPhysicalDevicePointClippingProperties(struct vn_cs_decoder *dec, VkPhysicalDevicePointClippingProperties *val) vn_decode_VkPhysicalDevicePointClippingProperties() argument 11910 vn_decode_VkPhysicalDeviceProtectedMemoryProperties_pnext(struct vn_cs_decoder *dec, const void *val) vn_decode_VkPhysicalDeviceProtectedMemoryProperties_pnext() argument 11918 vn_decode_VkPhysicalDeviceProtectedMemoryProperties_self(struct vn_cs_decoder *dec, VkPhysicalDeviceProtectedMemoryProperties *val) vn_decode_VkPhysicalDeviceProtectedMemoryProperties_self() argument 11925 vn_decode_VkPhysicalDeviceProtectedMemoryProperties(struct vn_cs_decoder *dec, VkPhysicalDeviceProtectedMemoryProperties *val) vn_decode_VkPhysicalDeviceProtectedMemoryProperties() argument 12019 vn_decode_VkPhysicalDeviceSamplerFilterMinmaxProperties_pnext(struct vn_cs_decoder *dec, const void *val) vn_decode_VkPhysicalDeviceSamplerFilterMinmaxProperties_pnext() argument 12027 vn_decode_VkPhysicalDeviceSamplerFilterMinmaxProperties_self(struct vn_cs_decoder *dec, VkPhysicalDeviceSamplerFilterMinmaxProperties *val) vn_decode_VkPhysicalDeviceSamplerFilterMinmaxProperties_self() argument 12035 vn_decode_VkPhysicalDeviceSamplerFilterMinmaxProperties(struct vn_cs_decoder *dec, VkPhysicalDeviceSamplerFilterMinmaxProperties *val) vn_decode_VkPhysicalDeviceSamplerFilterMinmaxProperties() argument 12134 vn_decode_VkPhysicalDeviceInlineUniformBlockProperties_pnext(struct vn_cs_decoder *dec, const void *val) vn_decode_VkPhysicalDeviceInlineUniformBlockProperties_pnext() argument 12142 vn_decode_VkPhysicalDeviceInlineUniformBlockProperties_self(struct vn_cs_decoder *dec, VkPhysicalDeviceInlineUniformBlockProperties *val) vn_decode_VkPhysicalDeviceInlineUniformBlockProperties_self() argument 12153 vn_decode_VkPhysicalDeviceInlineUniformBlockProperties(struct vn_cs_decoder *dec, VkPhysicalDeviceInlineUniformBlockProperties *val) vn_decode_VkPhysicalDeviceInlineUniformBlockProperties() argument 12255 vn_decode_VkPhysicalDeviceMaintenance3Properties_pnext(struct vn_cs_decoder *dec, const void *val) vn_decode_VkPhysicalDeviceMaintenance3Properties_pnext() argument 12263 vn_decode_VkPhysicalDeviceMaintenance3Properties_self(struct vn_cs_decoder *dec, VkPhysicalDeviceMaintenance3Properties *val) vn_decode_VkPhysicalDeviceMaintenance3Properties_self() argument 12271 vn_decode_VkPhysicalDeviceMaintenance3Properties(struct vn_cs_decoder *dec, VkPhysicalDeviceMaintenance3Properties *val) vn_decode_VkPhysicalDeviceMaintenance3Properties() argument 12366 vn_decode_VkPhysicalDeviceMaintenance4Properties_pnext(struct vn_cs_decoder *dec, const void *val) vn_decode_VkPhysicalDeviceMaintenance4Properties_pnext() argument 12374 vn_decode_VkPhysicalDeviceMaintenance4Properties_self(struct vn_cs_decoder *dec, VkPhysicalDeviceMaintenance4Properties *val) vn_decode_VkPhysicalDeviceMaintenance4Properties_self() argument 12381 vn_decode_VkPhysicalDeviceMaintenance4Properties(struct vn_cs_decoder *dec, VkPhysicalDeviceMaintenance4Properties *val) vn_decode_VkPhysicalDeviceMaintenance4Properties() argument 12490 vn_decode_VkPhysicalDeviceFloatControlsProperties_pnext(struct vn_cs_decoder *dec, const void *val) vn_decode_VkPhysicalDeviceFloatControlsProperties_pnext() argument 12498 vn_decode_VkPhysicalDeviceFloatControlsProperties_self(struct vn_cs_decoder *dec, VkPhysicalDeviceFloatControlsProperties *val) vn_decode_VkPhysicalDeviceFloatControlsProperties_self() argument 12521 vn_decode_VkPhysicalDeviceFloatControlsProperties(struct vn_cs_decoder *dec, VkPhysicalDeviceFloatControlsProperties *val) vn_decode_VkPhysicalDeviceFloatControlsProperties() argument 12654 vn_decode_VkPhysicalDeviceConservativeRasterizationPropertiesEXT_pnext(struct vn_cs_decoder *dec, const void *val) vn_decode_VkPhysicalDeviceConservativeRasterizationPropertiesEXT_pnext() argument 12662 vn_decode_VkPhysicalDeviceConservativeRasterizationPropertiesEXT_self(struct vn_cs_decoder *dec, VkPhysicalDeviceConservativeRasterizationPropertiesEXT *val) vn_decode_VkPhysicalDeviceConservativeRasterizationPropertiesEXT_self() argument 12677 vn_decode_VkPhysicalDeviceConservativeRasterizationPropertiesEXT(struct vn_cs_decoder *dec, VkPhysicalDeviceConservativeRasterizationPropertiesEXT *val) vn_decode_VkPhysicalDeviceConservativeRasterizationPropertiesEXT() argument 12808 vn_decode_VkPhysicalDeviceDescriptorIndexingProperties_pnext(struct vn_cs_decoder *dec, const void *val) vn_decode_VkPhysicalDeviceDescriptorIndexingProperties_pnext() argument 12816 vn_decode_VkPhysicalDeviceDescriptorIndexingProperties_self(struct vn_cs_decoder *dec, VkPhysicalDeviceDescriptorIndexingProperties *val) vn_decode_VkPhysicalDeviceDescriptorIndexingProperties_self() argument 12845 vn_decode_VkPhysicalDeviceDescriptorIndexingProperties(struct vn_cs_decoder *dec, VkPhysicalDeviceDescriptorIndexingProperties *val) vn_decode_VkPhysicalDeviceDescriptorIndexingProperties() argument 12982 vn_decode_VkPhysicalDeviceTimelineSemaphoreProperties_pnext(struct vn_cs_decoder *dec, const void *val) vn_decode_VkPhysicalDeviceTimelineSemaphoreProperties_pnext() argument 12990 vn_decode_VkPhysicalDeviceTimelineSemaphoreProperties_self(struct vn_cs_decoder *dec, VkPhysicalDeviceTimelineSemaphoreProperties *val) vn_decode_VkPhysicalDeviceTimelineSemaphoreProperties_self() argument 12997 vn_decode_VkPhysicalDeviceTimelineSemaphoreProperties(struct vn_cs_decoder *dec, VkPhysicalDeviceTimelineSemaphoreProperties *val) vn_decode_VkPhysicalDeviceTimelineSemaphoreProperties() argument 13090 vn_decode_VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT_pnext(struct vn_cs_decoder *dec, const void *val) vn_decode_VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT_pnext() argument 13098 vn_decode_VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT_self(struct vn_cs_decoder *dec, VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT *val) vn_decode_VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT_self() argument 13105 vn_decode_VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT(struct vn_cs_decoder *dec, VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT *val) vn_decode_VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT() argument 13201 vn_decode_VkPhysicalDeviceDepthStencilResolveProperties_pnext(struct vn_cs_decoder *dec, const void *val) vn_decode_VkPhysicalDeviceDepthStencilResolveProperties_pnext() argument 13209 vn_decode_VkPhysicalDeviceDepthStencilResolveProperties_self(struct vn_cs_decoder *dec, VkPhysicalDeviceDepthStencilResolveProperties *val) vn_decode_VkPhysicalDeviceDepthStencilResolveProperties_self() argument 13219 vn_decode_VkPhysicalDeviceDepthStencilResolveProperties(struct vn_cs_decoder *dec, VkPhysicalDeviceDepthStencilResolveProperties *val) vn_decode_VkPhysicalDeviceDepthStencilResolveProperties() argument 13327 vn_decode_VkPhysicalDeviceTransformFeedbackPropertiesEXT_pnext(struct vn_cs_decoder *dec, const void *val) vn_decode_VkPhysicalDeviceTransformFeedbackPropertiesEXT_pnext() argument 13335 vn_decode_VkPhysicalDeviceTransformFeedbackPropertiesEXT_self(struct vn_cs_decoder *dec, VkPhysicalDeviceTransformFeedbackPropertiesEXT *val) vn_decode_VkPhysicalDeviceTransformFeedbackPropertiesEXT_self() argument 13351 vn_decode_VkPhysicalDeviceTransformFeedbackPropertiesEXT(struct vn_cs_decoder *dec, VkPhysicalDeviceTransformFeedbackPropertiesEXT *val) vn_decode_VkPhysicalDeviceTransformFeedbackPropertiesEXT() argument 13465 vn_decode_VkPhysicalDeviceTexelBufferAlignmentProperties_pnext(struct vn_cs_decoder *dec, const void *val) vn_decode_VkPhysicalDeviceTexelBufferAlignmentProperties_pnext() argument 13473 vn_decode_VkPhysicalDeviceTexelBufferAlignmentProperties_self(struct vn_cs_decoder *dec, VkPhysicalDeviceTexelBufferAlignmentProperties *val) vn_decode_VkPhysicalDeviceTexelBufferAlignmentProperties_self() argument 13483 vn_decode_VkPhysicalDeviceTexelBufferAlignmentProperties(struct vn_cs_decoder *dec, VkPhysicalDeviceTexelBufferAlignmentProperties *val) vn_decode_VkPhysicalDeviceTexelBufferAlignmentProperties() argument 13585 vn_decode_VkPhysicalDeviceSubgroupSizeControlProperties_pnext(struct vn_cs_decoder *dec, const void *val) vn_decode_VkPhysicalDeviceSubgroupSizeControlProperties_pnext() argument 13593 vn_decode_VkPhysicalDeviceSubgroupSizeControlProperties_self(struct vn_cs_decoder *dec, VkPhysicalDeviceSubgroupSizeControlProperties *val) vn_decode_VkPhysicalDeviceSubgroupSizeControlProperties_self() argument 13603 vn_decode_VkPhysicalDeviceSubgroupSizeControlProperties(struct vn_cs_decoder *dec, VkPhysicalDeviceSubgroupSizeControlProperties *val) vn_decode_VkPhysicalDeviceSubgroupSizeControlProperties() argument 13702 vn_decode_VkPhysicalDeviceLineRasterizationPropertiesEXT_pnext(struct vn_cs_decoder *dec, const void *val) vn_decode_VkPhysicalDeviceLineRasterizationPropertiesEXT_pnext() argument 13710 vn_decode_VkPhysicalDeviceLineRasterizationPropertiesEXT_self(struct vn_cs_decoder *dec, VkPhysicalDeviceLineRasterizationPropertiesEXT *val) vn_decode_VkPhysicalDeviceLineRasterizationPropertiesEXT_self() argument 13717 vn_decode_VkPhysicalDeviceLineRasterizationPropertiesEXT(struct vn_cs_decoder *dec, VkPhysicalDeviceLineRasterizationPropertiesEXT *val) vn_decode_VkPhysicalDeviceLineRasterizationPropertiesEXT() argument 13827 vn_decode_VkPhysicalDeviceVulkan11Properties_pnext(struct vn_cs_decoder *dec, const void *val) vn_decode_VkPhysicalDeviceVulkan11Properties_pnext() argument 13835 vn_decode_VkPhysicalDeviceVulkan11Properties_self(struct vn_cs_decoder *dec, VkPhysicalDeviceVulkan11Properties *val) vn_decode_VkPhysicalDeviceVulkan11Properties_self() argument 13865 vn_decode_VkPhysicalDeviceVulkan11Properties(struct vn_cs_decoder *dec, VkPhysicalDeviceVulkan11Properties *val) vn_decode_VkPhysicalDeviceVulkan11Properties() argument 14039 vn_decode_VkPhysicalDeviceVulkan12Properties_pnext(struct vn_cs_decoder *dec, const void *val) vn_decode_VkPhysicalDeviceVulkan12Properties_pnext() argument 14047 vn_decode_VkPhysicalDeviceVulkan12Properties_self(struct vn_cs_decoder *dec, VkPhysicalDeviceVulkan12Properties *val) vn_decode_VkPhysicalDeviceVulkan12Properties_self() argument 14111 vn_decode_VkPhysicalDeviceVulkan12Properties(struct vn_cs_decoder *dec, VkPhysicalDeviceVulkan12Properties *val) vn_decode_VkPhysicalDeviceVulkan12Properties() argument 14350 vn_decode_VkPhysicalDeviceVulkan13Properties_pnext(struct vn_cs_decoder *dec, const void *val) vn_decode_VkPhysicalDeviceVulkan13Properties_pnext() argument 14358 vn_decode_VkPhysicalDeviceVulkan13Properties_self(struct vn_cs_decoder *dec, VkPhysicalDeviceVulkan13Properties *val) vn_decode_VkPhysicalDeviceVulkan13Properties_self() argument 14409 vn_decode_VkPhysicalDeviceVulkan13Properties(struct vn_cs_decoder *dec, VkPhysicalDeviceVulkan13Properties *val) vn_decode_VkPhysicalDeviceVulkan13Properties() argument 14590 vn_decode_VkPhysicalDeviceCustomBorderColorPropertiesEXT_pnext(struct vn_cs_decoder *dec, const void *val) vn_decode_VkPhysicalDeviceCustomBorderColorPropertiesEXT_pnext() argument 14598 vn_decode_VkPhysicalDeviceCustomBorderColorPropertiesEXT_self(struct vn_cs_decoder *dec, VkPhysicalDeviceCustomBorderColorPropertiesEXT *val) vn_decode_VkPhysicalDeviceCustomBorderColorPropertiesEXT_self() argument 14605 vn_decode_VkPhysicalDeviceCustomBorderColorPropertiesEXT(struct vn_cs_decoder *dec, VkPhysicalDeviceCustomBorderColorPropertiesEXT *val) vn_decode_VkPhysicalDeviceCustomBorderColorPropertiesEXT() argument 14699 vn_decode_VkPhysicalDeviceRobustness2PropertiesEXT_pnext(struct vn_cs_decoder *dec, const void *val) vn_decode_VkPhysicalDeviceRobustness2PropertiesEXT_pnext() argument 14707 vn_decode_VkPhysicalDeviceRobustness2PropertiesEXT_self(struct vn_cs_decoder *dec, VkPhysicalDeviceRobustness2PropertiesEXT *val) vn_decode_VkPhysicalDeviceRobustness2PropertiesEXT_self() argument 14715 vn_decode_VkPhysicalDeviceRobustness2PropertiesEXT(struct vn_cs_decoder *dec, VkPhysicalDeviceRobustness2PropertiesEXT *val) vn_decode_VkPhysicalDeviceRobustness2PropertiesEXT() argument 14811 vn_decode_VkPhysicalDeviceProvokingVertexPropertiesEXT_pnext(struct vn_cs_decoder *dec, const void *val) vn_decode_VkPhysicalDeviceProvokingVertexPropertiesEXT_pnext() argument 14819 vn_decode_VkPhysicalDeviceProvokingVertexPropertiesEXT_self(struct vn_cs_decoder *dec, VkPhysicalDeviceProvokingVertexPropertiesEXT *val) vn_decode_VkPhysicalDeviceProvokingVertexPropertiesEXT_self() argument 14827 vn_decode_VkPhysicalDeviceProvokingVertexPropertiesEXT(struct vn_cs_decoder *dec, VkPhysicalDeviceProvokingVertexPropertiesEXT *val) vn_decode_VkPhysicalDeviceProvokingVertexPropertiesEXT() argument 14951 vn_decode_VkPhysicalDeviceShaderIntegerDotProductProperties_pnext(struct vn_cs_decoder *dec, const void *val) vn_decode_VkPhysicalDeviceShaderIntegerDotProductProperties_pnext() argument 14959 vn_decode_VkPhysicalDeviceShaderIntegerDotProductProperties_self(struct vn_cs_decoder *dec, VkPhysicalDeviceShaderIntegerDotProductProperties *val) vn_decode_VkPhysicalDeviceShaderIntegerDotProductProperties_self() argument 14995 vn_decode_VkPhysicalDeviceShaderIntegerDotProductProperties(struct vn_cs_decoder *dec, VkPhysicalDeviceShaderIntegerDotProductProperties *val) vn_decode_VkPhysicalDeviceShaderIntegerDotProductProperties() argument 15345 vn_decode_VkPhysicalDeviceProperties2_pnext(struct vn_cs_decoder *dec, const void *val) vn_decode_VkPhysicalDeviceProperties2_pnext() argument 15478 vn_decode_VkPhysicalDeviceProperties2_self(struct vn_cs_decoder *dec, VkPhysicalDeviceProperties2 *val) vn_decode_VkPhysicalDeviceProperties2_self() argument 15485 vn_decode_VkPhysicalDeviceProperties2(struct vn_cs_decoder *dec, VkPhysicalDeviceProperties2 *val) vn_decode_VkPhysicalDeviceProperties2() argument 15957 vn_decode_VkDrmFormatModifierPropertiesEXT(struct vn_cs_decoder *dec, VkDrmFormatModifierPropertiesEXT *val) vn_decode_VkDrmFormatModifierPropertiesEXT() argument 16020 vn_decode_VkDrmFormatModifierPropertiesListEXT_pnext(struct vn_cs_decoder *dec, const void *val) vn_decode_VkDrmFormatModifierPropertiesListEXT_pnext() argument 16028 vn_decode_VkDrmFormatModifierPropertiesListEXT_self(struct vn_cs_decoder *dec, VkDrmFormatModifierPropertiesListEXT *val) vn_decode_VkDrmFormatModifierPropertiesListEXT_self() argument 16043 vn_decode_VkDrmFormatModifierPropertiesListEXT(struct vn_cs_decoder *dec, VkDrmFormatModifierPropertiesListEXT *val) vn_decode_VkDrmFormatModifierPropertiesListEXT() argument 16152 vn_decode_VkFormatProperties3_pnext(struct vn_cs_decoder *dec, const void *val) vn_decode_VkFormatProperties3_pnext() argument 16160 vn_decode_VkFormatProperties3_self(struct vn_cs_decoder *dec, VkFormatProperties3 *val) vn_decode_VkFormatProperties3_self() argument 16169 vn_decode_VkFormatProperties3(struct vn_cs_decoder *dec, VkFormatProperties3 *val) vn_decode_VkFormatProperties3() argument 16248 vn_decode_VkDrmFormatModifierProperties2EXT(struct vn_cs_decoder *dec, VkDrmFormatModifierProperties2EXT *val) vn_decode_VkDrmFormatModifierProperties2EXT() argument 16311 vn_decode_VkDrmFormatModifierPropertiesList2EXT_pnext(struct vn_cs_decoder *dec, const void *val) vn_decode_VkDrmFormatModifierPropertiesList2EXT_pnext() argument 16319 vn_decode_VkDrmFormatModifierPropertiesList2EXT_self(struct vn_cs_decoder *dec, VkDrmFormatModifierPropertiesList2EXT *val) vn_decode_VkDrmFormatModifierPropertiesList2EXT_self() argument 16334 vn_decode_VkDrmFormatModifierPropertiesList2EXT(struct vn_cs_decoder *dec, VkDrmFormatModifierPropertiesList2EXT *val) vn_decode_VkDrmFormatModifierPropertiesList2EXT() argument 16476 vn_decode_VkFormatProperties2_pnext(struct vn_cs_decoder *dec, const void *val) vn_decode_VkFormatProperties2_pnext() argument 16513 vn_decode_VkFormatProperties2_self(struct vn_cs_decoder *dec, VkFormatProperties2 *val) vn_decode_VkFormatProperties2_self() argument 16520 vn_decode_VkFormatProperties2(struct vn_cs_decoder *dec, VkFormatProperties2 *val) vn_decode_VkFormatProperties2() argument 16920 vn_decode_VkExternalMemoryProperties(struct vn_cs_decoder *dec, VkExternalMemoryProperties *val) vn_decode_VkExternalMemoryProperties() argument 16976 vn_decode_VkExternalImageFormatProperties_pnext(struct vn_cs_decoder *dec, const void *val) vn_decode_VkExternalImageFormatProperties_pnext() argument 16984 vn_decode_VkExternalImageFormatProperties_self(struct vn_cs_decoder *dec, VkExternalImageFormatProperties *val) vn_decode_VkExternalImageFormatProperties_self() argument 16991 vn_decode_VkExternalImageFormatProperties(struct vn_cs_decoder *dec, VkExternalImageFormatProperties *val) vn_decode_VkExternalImageFormatProperties() argument 17084 vn_decode_VkSamplerYcbcrConversionImageFormatProperties_pnext(struct vn_cs_decoder *dec, const void *val) vn_decode_VkSamplerYcbcrConversionImageFormatProperties_pnext() argument 17092 vn_decode_VkSamplerYcbcrConversionImageFormatProperties_self(struct vn_cs_decoder *dec, VkSamplerYcbcrConversionImageFormatProperties *val) vn_decode_VkSamplerYcbcrConversionImageFormatProperties_self() argument 17099 vn_decode_VkSamplerYcbcrConversionImageFormatProperties(struct vn_cs_decoder *dec, VkSamplerYcbcrConversionImageFormatProperties *val) vn_decode_VkSamplerYcbcrConversionImageFormatProperties() argument 17215 vn_decode_VkImageFormatProperties2_pnext(struct vn_cs_decoder *dec, const void *val) vn_decode_VkImageFormatProperties2_pnext() argument 17248 vn_decode_VkImageFormatProperties2_self(struct vn_cs_decoder *dec, VkImageFormatProperties2 *val) vn_decode_VkImageFormatProperties2_self() argument 17255 vn_decode_VkImageFormatProperties2(struct vn_cs_decoder *dec, VkImageFormatProperties2 *val) vn_decode_VkImageFormatProperties2() argument 17393 vn_decode_VkQueueFamilyProperties2_pnext(struct vn_cs_decoder *dec, const void *val) vn_decode_VkQueueFamilyProperties2_pnext() argument 17401 vn_decode_VkQueueFamilyProperties2_self(struct vn_cs_decoder *dec, VkQueueFamilyProperties2 *val) vn_decode_VkQueueFamilyProperties2_self() argument 17408 vn_decode_VkQueueFamilyProperties2(struct vn_cs_decoder *dec, VkQueueFamilyProperties2 *val) vn_decode_VkQueueFamilyProperties2() argument 17501 vn_decode_VkPhysicalDeviceMemoryProperties2_pnext(struct vn_cs_decoder *dec, const void *val) vn_decode_VkPhysicalDeviceMemoryProperties2_pnext() argument 17509 vn_decode_VkPhysicalDeviceMemoryProperties2_self(struct vn_cs_decoder *dec, VkPhysicalDeviceMemoryProperties2 *val) vn_decode_VkPhysicalDeviceMemoryProperties2_self() argument 17516 vn_decode_VkPhysicalDeviceMemoryProperties2(struct vn_cs_decoder *dec, VkPhysicalDeviceMemoryProperties2 *val) vn_decode_VkPhysicalDeviceMemoryProperties2() argument 17670 vn_decode_VkSparseImageFormatProperties2_pnext(struct vn_cs_decoder *dec, const void *val) vn_decode_VkSparseImageFormatProperties2_pnext() argument 17678 vn_decode_VkSparseImageFormatProperties2_self(struct vn_cs_decoder *dec, VkSparseImageFormatProperties2 *val) vn_decode_VkSparseImageFormatProperties2_self() argument 17685 vn_decode_VkSparseImageFormatProperties2(struct vn_cs_decoder *dec, VkSparseImageFormatProperties2 *val) vn_decode_VkSparseImageFormatProperties2() argument 17835 vn_decode_VkExternalBufferProperties_pnext(struct vn_cs_decoder *dec, const void *val) vn_decode_VkExternalBufferProperties_pnext() argument 17843 vn_decode_VkExternalBufferProperties_self(struct vn_cs_decoder *dec, VkExternalBufferProperties *val) vn_decode_VkExternalBufferProperties_self() argument 17850 vn_decode_VkExternalBufferProperties(struct vn_cs_decoder *dec, VkExternalBufferProperties *val) vn_decode_VkExternalBufferProperties() argument 18031 vn_decode_VkExternalSemaphoreProperties_pnext(struct vn_cs_decoder *dec, const void *val) vn_decode_VkExternalSemaphoreProperties_pnext() argument 18039 vn_decode_VkExternalSemaphoreProperties_self(struct vn_cs_decoder *dec, VkExternalSemaphoreProperties *val) vn_decode_VkExternalSemaphoreProperties_self() argument 18048 vn_decode_VkExternalSemaphoreProperties(struct vn_cs_decoder *dec, VkExternalSemaphoreProperties *val) vn_decode_VkExternalSemaphoreProperties() argument 18200 vn_decode_VkExternalFenceProperties_pnext(struct vn_cs_decoder *dec, const void *val) vn_decode_VkExternalFenceProperties_pnext() argument 18208 vn_decode_VkExternalFenceProperties_self(struct vn_cs_decoder *dec, VkExternalFenceProperties *val) vn_decode_VkExternalFenceProperties_self() argument 18217 vn_decode_VkExternalFenceProperties(struct vn_cs_decoder *dec, VkExternalFenceProperties *val) vn_decode_VkExternalFenceProperties() argument 18318 vn_decode_VkPhysicalDeviceGroupProperties_pnext(struct vn_cs_decoder *dec, const void *val) vn_decode_VkPhysicalDeviceGroupProperties_pnext() argument 18326 vn_decode_VkPhysicalDeviceGroupProperties_self(struct vn_cs_decoder *dec, VkPhysicalDeviceGroupProperties *val) vn_decode_VkPhysicalDeviceGroupProperties_self() argument 18339 vn_decode_VkPhysicalDeviceGroupProperties(struct vn_cs_decoder *dec, VkPhysicalDeviceGroupProperties *val) vn_decode_VkPhysicalDeviceGroupProperties() argument 18558 vn_decode_VkPhysicalDeviceToolProperties_pnext(struct vn_cs_decoder *dec, const void *val) vn_decode_VkPhysicalDeviceToolProperties_pnext() argument 18566 vn_decode_VkPhysicalDeviceToolProperties_self(struct vn_cs_decoder *dec, VkPhysicalDeviceToolProperties *val) vn_decode_VkPhysicalDeviceToolProperties_self() argument 18589 vn_decode_VkPhysicalDeviceToolProperties(struct vn_cs_decoder *dec, VkPhysicalDeviceToolProperties *val) vn_decode_VkPhysicalDeviceToolProperties() argument 18721 vn_decode_vkEnumeratePhysicalDevices_reply(struct vn_cs_decoder *dec, VkInstance instance, uint32_t* pPhysicalDeviceCount, VkPhysicalDevice* pPhysicalDevices) vn_decode_vkEnumeratePhysicalDevices_reply() argument 18786 vn_decode_vkGetPhysicalDeviceProperties_reply(struct vn_cs_decoder *dec, VkPhysicalDevice physicalDevice, VkPhysicalDeviceProperties* pProperties) vn_decode_vkGetPhysicalDeviceProperties_reply() argument 18860 vn_decode_vkGetPhysicalDeviceQueueFamilyProperties_reply(struct vn_cs_decoder *dec, VkPhysicalDevice physicalDevice, uint32_t* pQueueFamilyPropertyCount, VkQueueFamilyProperties* pQueueFamilyProperties) vn_decode_vkGetPhysicalDeviceQueueFamilyProperties_reply() argument 18921 vn_decode_vkGetPhysicalDeviceMemoryProperties_reply(struct vn_cs_decoder *dec, VkPhysicalDevice physicalDevice, VkPhysicalDeviceMemoryProperties* pMemoryProperties) vn_decode_vkGetPhysicalDeviceMemoryProperties_reply() argument 18974 vn_decode_vkGetPhysicalDeviceFeatures_reply(struct vn_cs_decoder *dec, VkPhysicalDevice physicalDevice, VkPhysicalDeviceFeatures* pFeatures) vn_decode_vkGetPhysicalDeviceFeatures_reply() argument 19030 vn_decode_vkGetPhysicalDeviceFormatProperties_reply(struct vn_cs_decoder *dec, VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties) vn_decode_vkGetPhysicalDeviceFormatProperties_reply() argument 19101 vn_decode_vkGetPhysicalDeviceImageFormatProperties_reply(struct vn_cs_decoder *dec, VkPhysicalDevice physicalDevice, VkFormat format, VkImageType type, VkImageTiling tiling, VkImageUsageFlags usage, VkImageCreateFlags flags, VkImageFormatProperties* pImageFormatProperties) vn_decode_vkGetPhysicalDeviceImageFormatProperties_reply() argument 19177 vn_decode_vkCreateDevice_reply(struct vn_cs_decoder *dec, VkPhysicalDevice physicalDevice, const VkDeviceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDevice* pDevice) vn_decode_vkCreateDevice_reply() argument 19234 vn_decode_vkDestroyDevice_reply(struct vn_cs_decoder *dec, VkDevice device, const VkAllocationCallbacks* pAllocator) vn_decode_vkDestroyDevice_reply() argument 19306 vn_decode_vkEnumerateDeviceLayerProperties_reply(struct vn_cs_decoder *dec, VkPhysicalDevice physicalDevice, uint32_t* pPropertyCount, VkLayerProperties* pProperties) vn_decode_vkEnumerateDeviceLayerProperties_reply() argument 19409 vn_decode_vkEnumerateDeviceExtensionProperties_reply(struct vn_cs_decoder *dec, VkPhysicalDevice physicalDevice, const char* pLayerName, uint32_t* pPropertyCount, VkExtensionProperties* pProperties) vn_decode_vkEnumerateDeviceExtensionProperties_reply() argument 19481 vn_decode_vkGetDeviceQueue_reply(struct vn_cs_decoder *dec, VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue* pQueue) vn_decode_vkGetDeviceQueue_reply() argument 19530 vn_decode_vkDeviceWaitIdle_reply(struct vn_cs_decoder *dec, VkDevice device) vn_decode_vkDeviceWaitIdle_reply() argument 19618 vn_decode_vkGetPhysicalDeviceSparseImageFormatProperties_reply(struct vn_cs_decoder *dec, VkPhysicalDevice physicalDevice, VkFormat format, VkImageType type, VkSampleCountFlagBits samples, VkImageUsageFlags usage, VkImageTiling tiling, uint32_t* pPropertyCount, VkSparseImageFormatProperties* pProperties) vn_decode_vkGetPhysicalDeviceSparseImageFormatProperties_reply() argument 19684 vn_decode_vkGetPhysicalDeviceFeatures2_reply(struct vn_cs_decoder *dec, VkPhysicalDevice physicalDevice, VkPhysicalDeviceFeatures2* pFeatures) vn_decode_vkGetPhysicalDeviceFeatures2_reply() argument 19737 vn_decode_vkGetPhysicalDeviceProperties2_reply(struct vn_cs_decoder *dec, VkPhysicalDevice physicalDevice, VkPhysicalDeviceProperties2* pProperties) vn_decode_vkGetPhysicalDeviceProperties2_reply() argument 19793 vn_decode_vkGetPhysicalDeviceFormatProperties2_reply(struct vn_cs_decoder *dec, VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2* pFormatProperties) vn_decode_vkGetPhysicalDeviceFormatProperties2_reply() argument 19855 vn_decode_vkGetPhysicalDeviceImageFormatProperties2_reply(struct vn_cs_decoder *dec, VkPhysicalDevice physicalDevice, const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo, VkImageFormatProperties2* pImageFormatProperties) vn_decode_vkGetPhysicalDeviceImageFormatProperties2_reply() argument 19934 vn_decode_vkGetPhysicalDeviceQueueFamilyProperties2_reply(struct vn_cs_decoder *dec, VkPhysicalDevice physicalDevice, uint32_t* pQueueFamilyPropertyCount, VkQueueFamilyProperties2* pQueueFamilyProperties) vn_decode_vkGetPhysicalDeviceQueueFamilyProperties2_reply() argument 19995 vn_decode_vkGetPhysicalDeviceMemoryProperties2_reply(struct vn_cs_decoder *dec, VkPhysicalDevice physicalDevice, VkPhysicalDeviceMemoryProperties2* pMemoryProperties) vn_decode_vkGetPhysicalDeviceMemoryProperties2_reply() argument 20075 vn_decode_vkGetPhysicalDeviceSparseImageFormatProperties2_reply(struct vn_cs_decoder *dec, VkPhysicalDevice physicalDevice, const VkPhysicalDeviceSparseImageFormatInfo2* pFormatInfo, uint32_t* pPropertyCount, VkSparseImageFormatProperties2* pProperties) vn_decode_vkGetPhysicalDeviceSparseImageFormatProperties2_reply() argument 20143 vn_decode_vkGetPhysicalDeviceExternalBufferProperties_reply(struct vn_cs_decoder *dec, VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalBufferInfo* pExternalBufferInfo, VkExternalBufferProperties* pExternalBufferProperties) vn_decode_vkGetPhysicalDeviceExternalBufferProperties_reply() argument 20203 vn_decode_vkGetPhysicalDeviceExternalSemaphoreProperties_reply(struct vn_cs_decoder *dec, VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalSemaphoreInfo* pExternalSemaphoreInfo, VkExternalSemaphoreProperties* pExternalSemaphoreProperties) vn_decode_vkGetPhysicalDeviceExternalSemaphoreProperties_reply() argument 20263 vn_decode_vkGetPhysicalDeviceExternalFenceProperties_reply(struct vn_cs_decoder *dec, VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo, VkExternalFenceProperties* pExternalFenceProperties) vn_decode_vkGetPhysicalDeviceExternalFenceProperties_reply() argument 20340 vn_decode_vkEnumeratePhysicalDeviceGroups_reply(struct vn_cs_decoder *dec, VkInstance instance, uint32_t* pPhysicalDeviceGroupCount, VkPhysicalDeviceGroupProperties* pPhysicalDeviceGroupProperties) vn_decode_vkEnumeratePhysicalDeviceGroups_reply() argument 20411 vn_decode_vkGetDeviceGroupPeerMemoryFeatures_reply(struct vn_cs_decoder *dec, VkDevice device, uint32_t heapIndex, uint32_t localDeviceIndex, uint32_t remoteDeviceIndex, VkPeerMemoryFeatureFlags* pPeerMemoryFeatures) vn_decode_vkGetDeviceGroupPeerMemoryFeatures_reply() argument 20473 vn_decode_vkGetDeviceQueue2_reply(struct vn_cs_decoder *dec, VkDevice device, const VkDeviceQueueInfo2* pQueueInfo, VkQueue* pQueue) vn_decode_vkGetDeviceQueue2_reply() argument 20537 vn_decode_vkGetPhysicalDeviceCalibrateableTimeDomainsEXT_reply(struct vn_cs_decoder *dec, VkPhysicalDevice physicalDevice, uint32_t* pTimeDomainCount, VkTimeDomainEXT* pTimeDomains) vn_decode_vkGetPhysicalDeviceCalibrateableTimeDomainsEXT_reply() argument 20626 vn_decode_vkGetCalibratedTimestampsEXT_reply(struct vn_cs_decoder *dec, VkDevice device, uint32_t timestampCount, const VkCalibratedTimestampInfoEXT* pTimestampInfos, uint64_t* pTimestamps, uint64_t* pMaxDeviation) vn_decode_vkGetCalibratedTimestampsEXT_reply() argument 20715 vn_decode_vkGetPhysicalDeviceToolProperties_reply(struct vn_cs_decoder *dec, VkPhysicalDevice physicalDevice, uint32_t* pToolCount, VkPhysicalDeviceToolProperties* pToolProperties) vn_decode_vkGetPhysicalDeviceToolProperties_reply() argument 21377 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkEnumeratePhysicalDevices() local 21399 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkGetPhysicalDeviceProperties() local 21418 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkGetPhysicalDeviceQueueFamilyProperties() local 21437 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkGetPhysicalDeviceMemoryProperties() local 21456 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkGetPhysicalDeviceFeatures() local 21475 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkGetPhysicalDeviceFormatProperties() local 21494 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkGetPhysicalDeviceImageFormatProperties() local 21516 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkCreateDevice() local 21538 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkDestroyDevice() local 21557 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkEnumerateDeviceLayerProperties() local 21579 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkEnumerateDeviceExtensionProperties() local 21601 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkGetDeviceQueue() local 21620 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkDeviceWaitIdle() local 21642 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkGetPhysicalDeviceSparseImageFormatProperties() local 21661 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkGetPhysicalDeviceFeatures2() local 21680 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkGetPhysicalDeviceProperties2() local 21699 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkGetPhysicalDeviceFormatProperties2() local 21718 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkGetPhysicalDeviceImageFormatProperties2() local 21740 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkGetPhysicalDeviceQueueFamilyProperties2() local 21759 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkGetPhysicalDeviceMemoryProperties2() local 21778 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkGetPhysicalDeviceSparseImageFormatProperties2() local 21797 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkGetPhysicalDeviceExternalBufferProperties() local 21816 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkGetPhysicalDeviceExternalSemaphoreProperties() local 21835 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkGetPhysicalDeviceExternalFenceProperties() local 21854 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkEnumeratePhysicalDeviceGroups() local 21876 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkGetDeviceGroupPeerMemoryFeatures() local 21895 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkGetDeviceQueue2() local 21914 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkGetPhysicalDeviceCalibrateableTimeDomainsEXT() local 21936 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkGetCalibratedTimestampsEXT() local 21958 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkGetPhysicalDeviceToolProperties() local [all...] |