vmw_bo_map_and_cache_size
return vmw_bo_map_and_cache_size(vbo, vbo->tbo.base.size);
void *vmw_bo_map_and_cache_size(struct vmw_bo *vbo, size_t size);
(void)vmw_bo_map_and_cache_size(bo, size);
return vmw_bo_map_and_cache_size(bo, size);