Home
last modified time | relevance | path

Searched refs:vn_decode_uint32_t (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/virtio/venus-protocol/
Dvn_protocol_driver_structs.h42 vn_decode_uint32_t(dec, &val->width); in vn_decode_VkExtent3D()
43 vn_decode_uint32_t(dec, &val->height); in vn_decode_VkExtent3D()
44 vn_decode_uint32_t(dec, &val->depth); in vn_decode_VkExtent3D()
87 vn_decode_uint32_t(dec, &val->specVersion); in vn_decode_VkLayerProperties()
88 vn_decode_uint32_t(dec, &val->implementationVersion); in vn_decode_VkLayerProperties()
142 vn_decode_uint32_t(dec, &val->specVersion); in vn_decode_VkExtensionProperties()
178 vn_decode_uint32_t(dec, &val->memoryTypeBits); in vn_decode_VkMemoryRequirements()
666 vn_decode_uint32_t(dec, &val->width); in vn_decode_VkExtent2D()
667 vn_decode_uint32_t(dec, &val->height); in vn_decode_VkExtent2D()
Dvn_protocol_driver_device.h144 vn_decode_uint32_t(dec, &val->maxImageDimension1D); in vn_decode_VkPhysicalDeviceLimits()
145 vn_decode_uint32_t(dec, &val->maxImageDimension2D); in vn_decode_VkPhysicalDeviceLimits()
146 vn_decode_uint32_t(dec, &val->maxImageDimension3D); in vn_decode_VkPhysicalDeviceLimits()
147 vn_decode_uint32_t(dec, &val->maxImageDimensionCube); in vn_decode_VkPhysicalDeviceLimits()
148 vn_decode_uint32_t(dec, &val->maxImageArrayLayers); in vn_decode_VkPhysicalDeviceLimits()
149 vn_decode_uint32_t(dec, &val->maxTexelBufferElements); in vn_decode_VkPhysicalDeviceLimits()
150 vn_decode_uint32_t(dec, &val->maxUniformBufferRange); in vn_decode_VkPhysicalDeviceLimits()
151 vn_decode_uint32_t(dec, &val->maxStorageBufferRange); in vn_decode_VkPhysicalDeviceLimits()
152 vn_decode_uint32_t(dec, &val->maxPushConstantsSize); in vn_decode_VkPhysicalDeviceLimits()
153 vn_decode_uint32_t(dec, &val->maxMemoryAllocationCount); in vn_decode_VkPhysicalDeviceLimits()
[all …]
Dvn_protocol_driver_instance.h367 vn_decode_uint32_t(dec, pApiVersion); in vn_decode_vkEnumerateInstanceVersion_reply()
443 vn_decode_uint32_t(dec, pPropertyCount); in vn_decode_vkEnumerateInstanceLayerProperties_reply()
543 vn_decode_uint32_t(dec, pPropertyCount); in vn_decode_vkEnumerateInstanceExtensionProperties_reply()
Dvn_protocol_driver_types.h302 vn_decode_uint32_t(struct vn_cs_decoder *dec, uint32_t *val) in vn_decode_uint32_t() function
462 vn_decode_uint32_t(dec, val); in vn_decode_VkSampleMask()
500 vn_decode_uint32_t(dec, val); in vn_decode_VkBool32()
538 vn_decode_uint32_t(dec, val); in vn_decode_VkFlags()
Dvn_protocol_driver_image.h32 vn_decode_uint32_t(dec, &val->imageMipTailFirstLod); in vn_decode_VkSparseImageMemoryRequirements()
1368 vn_decode_uint32_t(dec, pSparseMemoryRequirementCount); in vn_decode_vkGetImageSparseMemoryRequirements_reply()
1771 vn_decode_uint32_t(dec, pSparseMemoryRequirementCount); in vn_decode_vkGetImageSparseMemoryRequirements2_reply()
1920 vn_decode_uint32_t(dec, pSparseMemoryRequirementCount); in vn_decode_vkGetDeviceImageSparseMemoryRequirements_reply()
Dvn_protocol_driver_descriptor_set_layout.h261 vn_decode_uint32_t(dec, &val->maxVariableDescriptorCount); in vn_decode_VkDescriptorSetVariableDescriptorCountLayoutSupport_self()
Dvn_protocol_driver_transport.h323 vn_decode_uint32_t(dec, &val->memoryTypeBits); in vn_decode_VkMemoryResourcePropertiesMESA_self()