Lines Matching defs:biv
678 const struct vmw_ctx_bindinfo_view *biv =
685 for (i = 0; i < max_num; ++i, ++biv) {
686 if (!biv->bi.ctx)
690 ((biv->bi.scrubbed) ?
691 SVGA3D_INVALID_ID : biv->bi.res->id);
714 const struct vmw_ctx_bindinfo_view *biv =
723 biv += i;
724 for (; i < max_num; ++i, ++biv) {
726 ((!biv->bi.ctx || biv->bi.scrubbed) ?
727 SVGA3D_INVALID_ID : biv->bi.res->id);
942 const struct vmw_ctx_bindinfo_vb *biv =
952 biv += i;
953 for (; i < max_num; ++i, ++biv, ++vbs) {
954 if (!biv->bi.ctx || biv->bi.scrubbed) {
959 vbs->sid = biv->bi.res->id;
960 vbs->stride = biv->stride;
961 vbs->offset = biv->offset;
1066 struct vmw_ctx_bindinfo_view *biv =
1071 __set_bit(biv->slot, cbs->per_shader[biv->shader_slot].dirty_sr);
1073 &cbs->per_shader[biv->shader_slot].dirty);