Home
last modified time | relevance | path

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

/third_party/mesa3d/src/virtio/venus-protocol/
Dvn_protocol_driver_structs.h607 vn_decode_float(dec, &val->x); in vn_decode_VkViewport()
608 vn_decode_float(dec, &val->y); in vn_decode_VkViewport()
609 vn_decode_float(dec, &val->width); in vn_decode_VkViewport()
610 vn_decode_float(dec, &val->height); in vn_decode_VkViewport()
611 vn_decode_float(dec, &val->minDepth); in vn_decode_VkViewport()
612 vn_decode_float(dec, &val->maxDepth); in vn_decode_VkViewport()
Dvn_protocol_driver_device.h210 vn_decode_float(dec, &val->maxSamplerLodBias); in vn_decode_VkPhysicalDeviceLimits()
211 vn_decode_float(dec, &val->maxSamplerAnisotropy); in vn_decode_VkPhysicalDeviceLimits()
230 vn_decode_float(dec, &val->minInterpolationOffset); in vn_decode_VkPhysicalDeviceLimits()
231 vn_decode_float(dec, &val->maxInterpolationOffset); in vn_decode_VkPhysicalDeviceLimits()
248 vn_decode_float(dec, &val->timestampPeriod); in vn_decode_VkPhysicalDeviceLimits()
261 vn_decode_float(dec, &val->pointSizeGranularity); in vn_decode_VkPhysicalDeviceLimits()
262 vn_decode_float(dec, &val->lineWidthGranularity); in vn_decode_VkPhysicalDeviceLimits()
Dvn_protocol_driver_types.h347 vn_decode_float(struct vn_cs_decoder *dec, float *val) in vn_decode_float() function