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.
393 * @from: Staged binding info built during execbuf
398 const struct vmw_ctx_binding_state *from,
401 size_t offset = (unsigned long)bi - (unsigned long)from;
512 * @from: Staged binding info built during execbuf.
514 * Transfers binding info from a temporary structure
520 struct vmw_ctx_binding_state *from)
524 list_for_each_entry_safe(entry, next, &from->list, ctx_list) {
525 vmw_binding_transfer(to, from, entry);
530 to->ua_views[0].index = from->ua_views[0].index;
531 to->ua_views[1].index = from->ua_views[1].index;
566 * vmw_binding_scrub_shader - scrub a shader binding from a context.
597 * from a context.
630 * vmw_binding_scrub_texture - scrub a texture binding from a context.
668 * vmw_binding_scrub_dx_shader - scrub a dx shader binding from a context.
697 * vmw_binding_scrub_cb - scrub a constant buffer binding from a context.
1149 * This function issues the delayed binding commands that arise from
1196 * scrub from a context
1218 * scrub from a context
1235 * scrub from a context
1252 * scrub from a context
1271 * vmw_binding_scrub_ib - scrub a dx index buffer binding from a context
1324 * vmw_binding_scrub_so - Scrub a streamoutput binding from context.