Lines Matching defs:from
44 * Note that a resource can be pointed to by bindings from multiple contexts,
142 * @size: The size of the struct binding derived from a struct vmw_ctx_bindinfo.
374 const struct vmw_ctx_binding_state *from,
377 size_t offset = (unsigned long)bi - (unsigned long)from;
488 * @from: Staged binding info built during execbuf.
491 * Transfers binding info from a temporary structure
497 struct vmw_ctx_binding_state *from)
501 list_for_each_entry_safe(entry, next, &from->list, ctx_list) {
502 vmw_binding_transfer(to, from, entry);
507 to->ua_views[0].index = from->ua_views[0].index;
508 to->ua_views[1].index = from->ua_views[1].index;
543 * vmw_binding_scrub_shader - scrub a shader binding from a context.
574 * from a context.
607 * vmw_binding_scrub_texture - scrub a texture binding from a context.
645 * vmw_binding_scrub_dx_shader - scrub a dx shader binding from a context.
674 * vmw_binding_scrub_cb - scrub a constant buffer binding from a context.
1129 * This function issues the delayed binding commands that arise from
1176 * scrub from a context
1198 * scrub from a context
1215 * scrub from a context
1232 * scrub from a context
1251 * vmw_binding_scrub_ib - scrub a dx index buffer binding from a context
1304 * vmw_binding_scrub_so - Scrub a streamoutput binding from context.