| /xsrc/external/mit/MesaLib/dist/src/virtio/venus-protocol/ |
| H A D | vn_protocol_driver_handles.h | 29 vn_decode_VkInstance(struct vn_cs_decoder *dec, VkInstance *val) 52 vn_decode_VkPhysicalDevice(struct vn_cs_decoder *dec, VkPhysicalDevice *val) 75 vn_decode_VkDevice(struct vn_cs_decoder *dec, VkDevice *val) 98 vn_decode_VkQueue(struct vn_cs_decoder *dec, VkQueue *val) 121 vn_decode_VkCommandBuffer(struct vn_cs_decoder *dec, VkCommandBuffer *val) 144 vn_decode_VkDeviceMemory(struct vn_cs_decoder *dec, VkDeviceMemory *val) 167 vn_decode_VkCommandPool(struct vn_cs_decoder *dec, VkCommandPool *val) 190 vn_decode_VkBuffer(struct vn_cs_decoder *dec, VkBuffer *val) 213 vn_decode_VkBufferView(struct vn_cs_decoder *dec, VkBufferView *val) 236 vn_decode_VkImage(struct vn_cs_decoder *de [all...] |
| H A D | vn_protocol_driver_types.h | 29 vn_decode_uint64_t(struct vn_cs_decoder *dec, uint64_t *val) 52 vn_decode_uint64_t_array(struct vn_cs_decoder *dec, uint64_t *val, uint32_t count) 75 vn_decode_int32_t(struct vn_cs_decoder *dec, int32_t *val) 98 vn_decode_int32_t_array(struct vn_cs_decoder *dec, int32_t *val, uint32_t count) 121 vn_decode_VkStructureType(struct vn_cs_decoder *dec, VkStructureType *val) 142 vn_decode_size_t(struct vn_cs_decoder *dec, size_t *val) 167 vn_decode_size_t_array(struct vn_cs_decoder *dec, size_t *val, uint32_t count) 192 vn_decode_blob_array(struct vn_cs_decoder *dec, void *val, size_t size) 213 vn_decode_char_array(struct vn_cs_decoder *dec, char *val, size_t size) 237 vn_decode_array_size(struct vn_cs_decoder *de [all...] |
| H A D | vn_protocol_driver_cs.h | 21 * struct vn_cs_decoder 40 vn_decode(struct vn_cs_decoder *dec, size_t size, void *data, size_t data_size)
|
| H A D | vn_protocol_driver_transport.h | 165 vn_decode_VkMemoryResourceAllocationSizeProperties100000MESA_pnext(struct vn_cs_decoder *dec, const void *val) 173 vn_decode_VkMemoryResourceAllocationSizeProperties100000MESA_self(struct vn_cs_decoder *dec, VkMemoryResourceAllocationSizeProperties100000MESA *val) 180 vn_decode_VkMemoryResourceAllocationSizeProperties100000MESA(struct vn_cs_decoder *dec, VkMemoryResourceAllocationSizeProperties100000MESA *val) 290 vn_decode_VkMemoryResourcePropertiesMESA_pnext(struct vn_cs_decoder *dec, const void *val) 317 vn_decode_VkMemoryResourcePropertiesMESA_self(struct vn_cs_decoder *dec, VkMemoryResourcePropertiesMESA *val) 324 vn_decode_VkMemoryResourcePropertiesMESA(struct vn_cs_decoder *dec, VkMemoryResourcePropertiesMESA *val) 453 static inline void vn_decode_vkSetReplyCommandStreamMESA_reply(struct vn_cs_decoder *dec, const VkCommandStreamDescriptionMESA* pStream) 493 static inline void vn_decode_vkSeekReplyCommandStreamMESA_reply(struct vn_cs_decoder *dec, size_t position) 582 static inline void vn_decode_vkExecuteCommandStreamsMESA_reply(struct vn_cs_decoder *dec, uint32_t streamCount, const VkCommandStreamDescriptionMESA* pStreams, const size_t* pReplyPositions, uint32_t dependencyCount, const VkCommandStreamDependencyMESA* pDependencies, VkCommandStreamExecutionFlagsMESA flags) 633 static inline void vn_decode_vkCreateRingMESA_reply(struct vn_cs_decoder *de [all...] |
| H A D | vn_protocol_driver_structs.h | 40 vn_decode_VkExtent3D(struct vn_cs_decoder *dec, VkExtent3D *val) 81 vn_decode_VkLayerProperties(struct vn_cs_decoder *dec, VkLayerProperties *val) 136 vn_decode_VkExtensionProperties(struct vn_cs_decoder *dec, VkExtensionProperties *val) 174 vn_decode_VkMemoryRequirements(struct vn_cs_decoder *dec, VkMemoryRequirements *val) 212 vn_decode_VkSparseImageFormatProperties(struct vn_cs_decoder *dec, VkSparseImageFormatProperties *val) 473 vn_decode_VkComponentMapping(struct vn_cs_decoder *dec, VkComponentMapping *val) 605 vn_decode_VkViewport(struct vn_cs_decoder *dec, VkViewport *val) 634 vn_decode_VkOffset2D(struct vn_cs_decoder *dec, VkOffset2D *val) 675 vn_decode_VkExtent2D(struct vn_cs_decoder *dec, VkExtent2D *val) 716 vn_decode_VkRect2D(struct vn_cs_decoder *de [all...] |
| H A D | vn_protocol_driver_event.h | 120 static inline VkResult vn_decode_vkCreateEvent_reply(struct vn_cs_decoder *dec, VkDevice device, const VkEventCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkEvent* pEvent) 180 static inline void vn_decode_vkDestroyEvent_reply(struct vn_cs_decoder *dec, VkDevice device, VkEvent event, const VkAllocationCallbacks* pAllocator) 227 static inline VkResult vn_decode_vkGetEventStatus_reply(struct vn_cs_decoder *dec, VkDevice device, VkEvent event) 277 static inline VkResult vn_decode_vkSetEvent_reply(struct vn_cs_decoder *dec, VkDevice device, VkEvent event) 327 static inline VkResult vn_decode_vkResetEvent_reply(struct vn_cs_decoder *dec, VkDevice device, VkEvent event) 452 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); 474 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); 493 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); 515 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); 537 struct vn_cs_decoder *de [all...] |
| H A D | vn_protocol_driver_device_memory.h | 486 vn_decode_VkMappedMemoryRange_pnext(struct vn_cs_decoder *dec, const void *val) 494 vn_decode_VkMappedMemoryRange_self(struct vn_cs_decoder *dec, VkMappedMemoryRange *val) 503 vn_decode_VkMappedMemoryRange(struct vn_cs_decoder *dec, VkMappedMemoryRange *val) 568 vn_decode_VkDeviceMemoryOpaqueCaptureAddressInfo_pnext(struct vn_cs_decoder *dec, const void *val) 576 vn_decode_VkDeviceMemoryOpaqueCaptureAddressInfo_self(struct vn_cs_decoder *dec, VkDeviceMemoryOpaqueCaptureAddressInfo *val) 583 vn_decode_VkDeviceMemoryOpaqueCaptureAddressInfo(struct vn_cs_decoder *dec, VkDeviceMemoryOpaqueCaptureAddressInfo *val) 647 static inline VkResult vn_decode_vkAllocateMemory_reply(struct vn_cs_decoder *dec, VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocator, VkDeviceMemory* pMemory) 707 static inline void vn_decode_vkFreeMemory_reply(struct vn_cs_decoder *dec, VkDevice device, VkDeviceMemory memory, const VkAllocationCallbacks* pAllocator) 752 static inline void vn_decode_vkUnmapMemory_reply(struct vn_cs_decoder *dec, VkDevice device, VkDeviceMemory memory) 813 static inline VkResult vn_decode_vkFlushMappedMemoryRanges_reply(struct vn_cs_decoder *de [all...] |
| H A D | vn_protocol_driver_image.h | 29 vn_decode_VkSparseImageMemoryRequirements(struct vn_cs_decoder *dec, VkSparseImageMemoryRequirements *val) 203 vn_decode_VkSubresourceLayout(struct vn_cs_decoder *dec, VkSubresourceLayout *val) 553 vn_decode_VkBindImageMemoryDeviceGroupInfo_pnext(struct vn_cs_decoder *dec, const void *val) 561 vn_decode_VkBindImageMemoryDeviceGroupInfo_self(struct vn_cs_decoder *dec, VkBindImageMemoryDeviceGroupInfo *val) 584 vn_decode_VkBindImageMemoryDeviceGroupInfo(struct vn_cs_decoder *dec, VkBindImageMemoryDeviceGroupInfo *val) 649 vn_decode_VkBindImagePlaneMemoryInfo_pnext(struct vn_cs_decoder *dec, const void *val) 657 vn_decode_VkBindImagePlaneMemoryInfo_self(struct vn_cs_decoder *dec, VkBindImagePlaneMemoryInfo *val) 664 vn_decode_VkBindImagePlaneMemoryInfo(struct vn_cs_decoder *dec, VkBindImagePlaneMemoryInfo *val) 778 vn_decode_VkBindImageMemoryInfo_pnext(struct vn_cs_decoder *dec, const void *val) 809 vn_decode_VkBindImageMemoryInfo_self(struct vn_cs_decoder *de [all...] |
| H A D | vn_protocol_driver_buffer.h | 304 vn_decode_VkBindBufferMemoryDeviceGroupInfo_pnext(struct vn_cs_decoder *dec, const void *val) 312 vn_decode_VkBindBufferMemoryDeviceGroupInfo_self(struct vn_cs_decoder *dec, VkBindBufferMemoryDeviceGroupInfo *val) 326 vn_decode_VkBindBufferMemoryDeviceGroupInfo(struct vn_cs_decoder *dec, VkBindBufferMemoryDeviceGroupInfo *val) 428 vn_decode_VkBindBufferMemoryInfo_pnext(struct vn_cs_decoder *dec, const void *val) 455 vn_decode_VkBindBufferMemoryInfo_self(struct vn_cs_decoder *dec, VkBindBufferMemoryInfo *val) 464 vn_decode_VkBindBufferMemoryInfo(struct vn_cs_decoder *dec, VkBindBufferMemoryInfo *val) 582 vn_decode_VkBufferDeviceAddressInfo_pnext(struct vn_cs_decoder *dec, const void *val) 590 vn_decode_VkBufferDeviceAddressInfo_self(struct vn_cs_decoder *dec, VkBufferDeviceAddressInfo *val) 597 vn_decode_VkBufferDeviceAddressInfo(struct vn_cs_decoder *dec, VkBufferDeviceAddressInfo *val) 650 static inline void vn_decode_vkGetBufferMemoryRequirements_reply(struct vn_cs_decoder *de [all...] |
| H A D | vn_protocol_driver_device.h | 142 vn_decode_VkPhysicalDeviceLimits(struct vn_cs_decoder *dec, VkPhysicalDeviceLimits *val) 509 vn_decode_VkPhysicalDeviceSparseProperties(struct vn_cs_decoder *dec, VkPhysicalDeviceSparseProperties *val) 561 vn_decode_VkPhysicalDeviceProperties(struct vn_cs_decoder *dec, VkPhysicalDeviceProperties *val) 624 vn_decode_VkQueueFamilyProperties(struct vn_cs_decoder *dec, VkQueueFamilyProperties *val) 664 vn_decode_VkMemoryType(struct vn_cs_decoder *dec, VkMemoryType *val) 698 vn_decode_VkMemoryHeap(struct vn_cs_decoder *dec, VkMemoryHeap *val) 738 vn_decode_VkPhysicalDeviceMemoryProperties(struct vn_cs_decoder *dec, VkPhysicalDeviceMemoryProperties *val) 907 vn_decode_VkPhysicalDeviceFeatures(struct vn_cs_decoder *dec, VkPhysicalDeviceFeatures *val) 1101 vn_decode_VkFormatProperties(struct vn_cs_decoder *dec, VkFormatProperties *val) 1141 vn_decode_VkImageFormatProperties(struct vn_cs_decoder *de [all...] |
| H A D | vn_protocol_driver_descriptor_pool.h | 156 static inline VkResult vn_decode_vkCreateDescriptorPool_reply(struct vn_cs_decoder *dec, VkDevice device, const VkDescriptorPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPool* pDescriptorPool) 216 static inline void vn_decode_vkDestroyDescriptorPool_reply(struct vn_cs_decoder *dec, VkDevice device, VkDescriptorPool descriptorPool, const VkAllocationCallbacks* pAllocator) 266 static inline VkResult vn_decode_vkResetDescriptorPool_reply(struct vn_cs_decoder *dec, VkDevice device, VkDescriptorPool descriptorPool, VkDescriptorPoolResetFlags flags) 350 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); 372 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); 391 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit);
|
| H A D | vn_protocol_driver_semaphore.h | 302 vn_decode_VkSemaphoreSignalInfo_pnext(struct vn_cs_decoder *dec, const void *val) 310 vn_decode_VkSemaphoreSignalInfo_self(struct vn_cs_decoder *dec, VkSemaphoreSignalInfo *val) 318 vn_decode_VkSemaphoreSignalInfo(struct vn_cs_decoder *dec, VkSemaphoreSignalInfo *val) 382 static inline VkResult vn_decode_vkCreateSemaphore_reply(struct vn_cs_decoder *dec, VkDevice device, const VkSemaphoreCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSemaphore* pSemaphore) 442 static inline void vn_decode_vkDestroySemaphore_reply(struct vn_cs_decoder *dec, VkDevice device, VkSemaphore semaphore, const VkAllocationCallbacks* pAllocator) 494 static inline VkResult vn_decode_vkGetSemaphoreCounterValue_reply(struct vn_cs_decoder *dec, VkDevice device, VkSemaphore semaphore, uint64_t* pValue) 555 static inline VkResult vn_decode_vkWaitSemaphores_reply(struct vn_cs_decoder *dec, VkDevice device, const VkSemaphoreWaitInfo* pWaitInfo, uint64_t timeout) 609 static inline VkResult vn_decode_vkSignalSemaphore_reply(struct vn_cs_decoder *dec, VkDevice device, const VkSemaphoreSignalInfo* pSignalInfo) 734 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); 756 struct vn_cs_decoder *de [all...] |
| H A D | vn_protocol_driver_command_buffer.h | 135 vn_decode_VkCommandBufferInheritanceInfo_pnext(struct vn_cs_decoder *dec, const void *val) 143 vn_decode_VkCommandBufferInheritanceInfo_self(struct vn_cs_decoder *dec, VkCommandBufferInheritanceInfo *val) 155 vn_decode_VkCommandBufferInheritanceInfo(struct vn_cs_decoder *dec, VkCommandBufferInheritanceInfo *val) 220 vn_decode_VkDeviceGroupCommandBufferBeginInfo_pnext(struct vn_cs_decoder *dec, const void *val) 228 vn_decode_VkDeviceGroupCommandBufferBeginInfo_self(struct vn_cs_decoder *dec, VkDeviceGroupCommandBufferBeginInfo *val) 235 vn_decode_VkDeviceGroupCommandBufferBeginInfo(struct vn_cs_decoder *dec, VkDeviceGroupCommandBufferBeginInfo *val) 338 vn_decode_VkCommandBufferBeginInfo_pnext(struct vn_cs_decoder *dec, const void *val) 365 vn_decode_VkCommandBufferBeginInfo_self(struct vn_cs_decoder *dec, VkCommandBufferBeginInfo *val) 377 vn_decode_VkCommandBufferBeginInfo(struct vn_cs_decoder *dec, VkCommandBufferBeginInfo *val) 1307 static inline VkResult vn_decode_vkAllocateCommandBuffers_reply(struct vn_cs_decoder *de [all...] |
| H A D | vn_protocol_driver_command_pool.h | 122 static inline VkResult vn_decode_vkCreateCommandPool_reply(struct vn_cs_decoder *dec, VkDevice device, const VkCommandPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkCommandPool* pCommandPool) 182 static inline void vn_decode_vkDestroyCommandPool_reply(struct vn_cs_decoder *dec, VkDevice device, VkCommandPool commandPool, const VkAllocationCallbacks* pAllocator) 232 static inline VkResult vn_decode_vkResetCommandPool_reply(struct vn_cs_decoder *dec, VkDevice device, VkCommandPool commandPool, VkCommandPoolResetFlags flags) 284 static inline void vn_decode_vkTrimCommandPool_reply(struct vn_cs_decoder *dec, VkDevice device, VkCommandPool commandPool, VkCommandPoolTrimFlags flags) 385 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); 407 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); 426 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); 448 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit);
|
| H A D | vn_protocol_driver_pipeline_cache.h | 134 static inline VkResult vn_decode_vkCreatePipelineCache_reply(struct vn_cs_decoder *dec, VkDevice device, const VkPipelineCacheCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineCache* pPipelineCache) 194 static inline void vn_decode_vkDestroyPipelineCache_reply(struct vn_cs_decoder *dec, VkDevice device, VkPipelineCache pipelineCache, const VkAllocationCallbacks* pAllocator) 257 static inline VkResult vn_decode_vkGetPipelineCacheData_reply(struct vn_cs_decoder *dec, VkDevice device, VkPipelineCache pipelineCache, size_t* pDataSize, void* pData) 337 static inline VkResult vn_decode_vkMergePipelineCaches_reply(struct vn_cs_decoder *dec, VkDevice device, VkPipelineCache dstCache, uint32_t srcCacheCount, const VkPipelineCache* pSrcCaches) 443 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); 465 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); 484 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); 506 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit);
|
| H A D | vn_protocol_driver_query_pool.h | 126 static inline VkResult vn_decode_vkCreateQueryPool_reply(struct vn_cs_decoder *dec, VkDevice device, const VkQueryPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkQueryPool* pQueryPool) 186 static inline void vn_decode_vkDestroyQueryPool_reply(struct vn_cs_decoder *dec, VkDevice device, VkQueryPool queryPool, const VkAllocationCallbacks* pAllocator) 256 static inline VkResult vn_decode_vkGetQueryPoolResults_reply(struct vn_cs_decoder *dec, VkDevice device, VkQueryPool queryPool, uint32_t firstQuery, uint32_t queryCount, size_t dataSize, void* pData, VkDeviceSize stride, VkQueryResultFlags flags) 322 static inline void vn_decode_vkResetQueryPool_reply(struct vn_cs_decoder *dec, VkDevice device, VkQueryPool queryPool, uint32_t firstQuery, uint32_t queryCount) 424 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); 446 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); 465 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); 487 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit);
|
| H A D | vn_protocol_driver_buffer_view.h | 128 static inline VkResult vn_decode_vkCreateBufferView_reply(struct vn_cs_decoder *dec, VkDevice device, const VkBufferViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkBufferView* pView) 188 static inline void vn_decode_vkDestroyBufferView_reply(struct vn_cs_decoder *dec, VkDevice device, VkBufferView bufferView, const VkAllocationCallbacks* pAllocator) 247 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); 269 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit);
|
| H A D | vn_protocol_driver_sampler_ycbcr_conversion.h | 134 static inline VkResult vn_decode_vkCreateSamplerYcbcrConversion_reply(struct vn_cs_decoder *dec, VkDevice device, const VkSamplerYcbcrConversionCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSamplerYcbcrConversion* pYcbcrConversion) 194 static inline void vn_decode_vkDestroySamplerYcbcrConversion_reply(struct vn_cs_decoder *dec, VkDevice device, VkSamplerYcbcrConversion ycbcrConversion, const VkAllocationCallbacks* pAllocator) 253 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); 275 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit);
|
| H A D | vn_protocol_driver_shader_module.h | 134 static inline VkResult vn_decode_vkCreateShaderModule_reply(struct vn_cs_decoder *dec, VkDevice device, const VkShaderModuleCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkShaderModule* pShaderModule) 194 static inline void vn_decode_vkDestroyShaderModule_reply(struct vn_cs_decoder *dec, VkDevice device, VkShaderModule shaderModule, const VkAllocationCallbacks* pAllocator) 253 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); 275 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit);
|
| H A D | vn_protocol_driver_descriptor_set_layout.h | 250 vn_decode_VkDescriptorSetVariableDescriptorCountLayoutSupport_pnext(struct vn_cs_decoder *dec, const void *val) 258 vn_decode_VkDescriptorSetVariableDescriptorCountLayoutSupport_self(struct vn_cs_decoder *dec, VkDescriptorSetVariableDescriptorCountLayoutSupport *val) 265 vn_decode_VkDescriptorSetVariableDescriptorCountLayoutSupport(struct vn_cs_decoder *dec, VkDescriptorSetVariableDescriptorCountLayoutSupport *val) 375 vn_decode_VkDescriptorSetLayoutSupport_pnext(struct vn_cs_decoder *dec, const void *val) 402 vn_decode_VkDescriptorSetLayoutSupport_self(struct vn_cs_decoder *dec, VkDescriptorSetLayoutSupport *val) 409 vn_decode_VkDescriptorSetLayoutSupport(struct vn_cs_decoder *dec, VkDescriptorSetLayoutSupport *val) 557 static inline VkResult vn_decode_vkCreateDescriptorSetLayout_reply(struct vn_cs_decoder *dec, VkDevice device, const VkDescriptorSetLayoutCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorSetLayout* pSetLayout) 617 static inline void vn_decode_vkDestroyDescriptorSetLayout_reply(struct vn_cs_decoder *dec, VkDevice device, VkDescriptorSetLayout descriptorSetLayout, const VkAllocationCallbacks* pAllocator) 673 static inline void vn_decode_vkGetDescriptorSetLayoutSupport_reply(struct vn_cs_decoder *dec, VkDevice device, const VkDescriptorSetLayoutCreateInfo* pCreateInfo, VkDescriptorSetLayoutSupport* pSupport) 757 struct vn_cs_decoder *de [all...] |
| H A D | vn_protocol_driver_fence.h | 206 static inline VkResult vn_decode_vkCreateFence_reply(struct vn_cs_decoder *dec, VkDevice device, const VkFenceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkFence* pFence) 266 static inline void vn_decode_vkDestroyFence_reply(struct vn_cs_decoder *dec, VkDevice device, VkFence fence, const VkAllocationCallbacks* pAllocator) 328 static inline VkResult vn_decode_vkResetFences_reply(struct vn_cs_decoder *dec, VkDevice device, uint32_t fenceCount, const VkFence* pFences) 379 static inline VkResult vn_decode_vkGetFenceStatus_reply(struct vn_cs_decoder *dec, VkDevice device, VkFence fence) 450 static inline VkResult vn_decode_vkWaitForFences_reply(struct vn_cs_decoder *dec, VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout) 578 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); 600 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); 619 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); 641 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); 663 struct vn_cs_decoder *de [all...] |
| H A D | vn_protocol_driver_instance.h | 257 static inline VkResult vn_decode_vkCreateInstance_reply(struct vn_cs_decoder *dec, const VkInstanceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkInstance* pInstance) 313 static inline void vn_decode_vkDestroyInstance_reply(struct vn_cs_decoder *dec, VkInstance instance, const VkAllocationCallbacks* pAllocator) 358 static inline VkResult vn_decode_vkEnumerateInstanceVersion_reply(struct vn_cs_decoder *dec, uint32_t* pApiVersion) 434 static inline VkResult vn_decode_vkEnumerateInstanceLayerProperties_reply(struct vn_cs_decoder *dec, uint32_t* pPropertyCount, VkLayerProperties* pProperties) 533 static inline VkResult vn_decode_vkEnumerateInstanceExtensionProperties_reply(struct vn_cs_decoder *dec, const char* pLayerName, uint32_t* pPropertyCount, VkExtensionProperties* pProperties) 670 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); 692 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); 711 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); 733 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); 755 struct vn_cs_decoder *de [all...] |
| H A D | vn_protocol_driver_descriptor_update_template.h | 172 static inline VkResult vn_decode_vkCreateDescriptorUpdateTemplate_reply(struct vn_cs_decoder *dec, VkDevice device, const VkDescriptorUpdateTemplateCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorUpdateTemplate* pDescriptorUpdateTemplate) 232 static inline void vn_decode_vkDestroyDescriptorUpdateTemplate_reply(struct vn_cs_decoder *dec, VkDevice device, VkDescriptorUpdateTemplate descriptorUpdateTemplate, const VkAllocationCallbacks* pAllocator) 291 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); 313 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit);
|
| /xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/ |
| H A D | vn_cs.h | 32 (struct vn_cs_decoder) \ 67 struct vn_cs_decoder { struct 156 vn_cs_decoder_init(struct vn_cs_decoder *dec, const void *data, size_t size) 162 vn_cs_decoder_set_fatal(const struct vn_cs_decoder *dec) 168 vn_cs_decoder_peek_internal(const struct vn_cs_decoder *dec, 187 vn_cs_decoder_read(struct vn_cs_decoder *dec, 197 vn_cs_decoder_peek(const struct vn_cs_decoder *dec,
|
| H A D | vn_instance.h | 121 struct vn_cs_decoder reply; 144 static inline struct vn_cs_decoder *
|