HomeSort by: relevance | last modified time | path
    Searched refs:vn_decode_float (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/virtio/venus-protocol/
vn_protocol_driver_structs.h 607 vn_decode_float(dec, &val->x);
608 vn_decode_float(dec, &val->y);
609 vn_decode_float(dec, &val->width);
610 vn_decode_float(dec, &val->height);
611 vn_decode_float(dec, &val->minDepth);
612 vn_decode_float(dec, &val->maxDepth);
vn_protocol_driver_device.h 210 vn_decode_float(dec, &val->maxSamplerLodBias);
211 vn_decode_float(dec, &val->maxSamplerAnisotropy);
230 vn_decode_float(dec, &val->minInterpolationOffset);
231 vn_decode_float(dec, &val->maxInterpolationOffset);
248 vn_decode_float(dec, &val->timestampPeriod);
261 vn_decode_float(dec, &val->pointSizeGranularity);
262 vn_decode_float(dec, &val->lineWidthGranularity);
vn_protocol_driver_types.h 347 vn_decode_float(struct vn_cs_decoder *dec, float *val) function

Completed in 158 milliseconds