Lines Matching refs:rebind
116 static int vmw_binding_scrub_shader(struct vmw_ctx_bindinfo *bi, bool rebind);
118 bool rebind);
119 static int vmw_binding_scrub_texture(struct vmw_ctx_bindinfo *bi, bool rebind);
120 static int vmw_binding_scrub_cb(struct vmw_ctx_bindinfo *bi, bool rebind);
121 static int vmw_binding_scrub_dx_rt(struct vmw_ctx_bindinfo *bi, bool rebind);
122 static int vmw_binding_scrub_sr(struct vmw_ctx_bindinfo *bi, bool rebind);
123 static int vmw_binding_scrub_so(struct vmw_ctx_bindinfo *bi, bool rebind);
126 bool rebind);
127 static int vmw_binding_scrub_ib(struct vmw_ctx_bindinfo *bi, bool rebind);
128 static int vmw_binding_scrub_vb(struct vmw_ctx_bindinfo *bi, bool rebind);
461 Rebind all scrubbed bindings of a context
495 * @rebind: Whether to issue a bind instead of scrub command.
497 static int vmw_binding_scrub_shader(struct vmw_ctx_bindinfo *bi, bool rebind)
515 cmd->body.shid = ((rebind) ? bi->res->id : SVGA3D_INVALID_ID);
526 * @rebind: Whether to issue a bind instead of scrub command.
529 bool rebind)
547 cmd->body.target.sid = ((rebind) ? bi->res->id : SVGA3D_INVALID_ID);
559 * @rebind: Whether to issue a bind instead of scrub command.
565 bool rebind)
587 cmd->body.s1.value = ((rebind) ? bi->res->id : SVGA3D_INVALID_ID);
597 * @rebind: Whether to issue a bind instead of scrub command.
599 static int vmw_binding_scrub_dx_shader(struct vmw_ctx_bindinfo *bi, bool rebind)
616 cmd->body.shaderId = ((rebind) ? bi->res->id : SVGA3D_INVALID_ID);
626 * @rebind: Whether to issue a bind instead of scrub command.
628 static int vmw_binding_scrub_cb(struct vmw_ctx_bindinfo *bi, bool rebind)
646 if (rebind) {
1062 * @rebind: Whether to issue a bind instead of scrub command.
1064 static int vmw_binding_scrub_sr(struct vmw_ctx_bindinfo *bi, bool rebind)
1084 * @rebind: Whether to issue a bind instead of scrub command.
1086 static int vmw_binding_scrub_dx_rt(struct vmw_ctx_bindinfo *bi, bool rebind)
1101 * @rebind: Whether to issue a bind instead of scrub command.
1103 static int vmw_binding_scrub_so(struct vmw_ctx_bindinfo *bi, bool rebind)
1118 * @rebind: Whether to issue a bind instead of scrub command.
1120 static int vmw_binding_scrub_vb(struct vmw_ctx_bindinfo *bi, bool rebind)
1137 * @rebind: Whether to issue a bind instead of scrub command.
1139 static int vmw_binding_scrub_ib(struct vmw_ctx_bindinfo *bi, bool rebind)
1155 if (rebind) {