Lines Matching defs:biv
729 const struct vmw_ctx_bindinfo_view *biv =
736 for (i = 0; i < max_num; ++i, ++biv) {
737 if (!biv->bi.ctx)
741 ((biv->bi.scrubbed) ?
742 SVGA3D_INVALID_ID : biv->bi.res->id);
765 const struct vmw_ctx_bindinfo_view *biv =
774 biv += i;
775 for (; i < max_num; ++i, ++biv) {
777 ((!biv->bi.ctx || biv->bi.scrubbed) ?
778 SVGA3D_INVALID_ID : biv->bi.res->id);
993 const struct vmw_ctx_bindinfo_vb *biv =
1003 biv += i;
1004 for (; i < max_num; ++i, ++biv, ++vbs) {
1005 if (!biv->bi.ctx || biv->bi.scrubbed) {
1010 vbs->sid = biv->bi.res->id;
1011 vbs->stride = biv->stride;
1012 vbs->offset = biv->offset;
1183 struct vmw_ctx_bindinfo_view *biv =
1188 __set_bit(biv->slot, cbs->per_shader[biv->shader_slot].dirty_sr);
1190 &cbs->per_shader[biv->shader_slot].dirty);