Searched refs:vn_decode_VkFlags (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/virtio/venus-protocol/ |
D | vn_protocol_driver_structs.h | 214 vn_decode_VkFlags(dec, &val->aspectMask); in vn_decode_VkSparseImageFormatProperties() 216 vn_decode_VkFlags(dec, &val->flags); in vn_decode_VkSparseImageFormatProperties()
|
D | vn_protocol_driver_device.h | 236 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 …]
|
D | vn_protocol_driver_types.h | 536 vn_decode_VkFlags(struct vn_cs_decoder *dec, VkFlags *val) in vn_decode_VkFlags() function
|