Home
last modified time | relevance | path

Searched refs:vn_decode_VkFlags (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/virtio/venus-protocol/
Dvn_protocol_driver_structs.h214 vn_decode_VkFlags(dec, &val->aspectMask); in vn_decode_VkSparseImageFormatProperties()
216 vn_decode_VkFlags(dec, &val->flags); in vn_decode_VkSparseImageFormatProperties()
Dvn_protocol_driver_device.h236 vn_decode_VkFlags(dec, &val->framebufferColorSampleCounts); in vn_decode_VkPhysicalDeviceLimits()
237 vn_decode_VkFlags(dec, &val->framebufferDepthSampleCounts); in vn_decode_VkPhysicalDeviceLimits()
238 vn_decode_VkFlags(dec, &val->framebufferStencilSampleCounts); in vn_decode_VkPhysicalDeviceLimits()
239 vn_decode_VkFlags(dec, &val->framebufferNoAttachmentsSampleCounts); in vn_decode_VkPhysicalDeviceLimits()
241 vn_decode_VkFlags(dec, &val->sampledImageColorSampleCounts); in vn_decode_VkPhysicalDeviceLimits()
242 vn_decode_VkFlags(dec, &val->sampledImageIntegerSampleCounts); in vn_decode_VkPhysicalDeviceLimits()
243 vn_decode_VkFlags(dec, &val->sampledImageDepthSampleCounts); in vn_decode_VkPhysicalDeviceLimits()
244 vn_decode_VkFlags(dec, &val->sampledImageStencilSampleCounts); in vn_decode_VkPhysicalDeviceLimits()
245 vn_decode_VkFlags(dec, &val->storageImageSampleCounts); in vn_decode_VkPhysicalDeviceLimits()
626 vn_decode_VkFlags(dec, &val->queueFlags); in vn_decode_VkQueueFamilyProperties()
[all …]
Dvn_protocol_driver_types.h536 vn_decode_VkFlags(struct vn_cs_decoder *dec, VkFlags *val) in vn_decode_VkFlags() function