• Home
  • Raw
  • Download

Lines Matching full:binding

39  * enum vmw_ctx_binding_type - abstract resource to context binding types
57 * struct vmw_ctx_bindinfo - single binding metadata
61 * @ctx: Non-refcounted pointer to the context that owns the binding. NULL
62 * indicates no binding present.
63 * @res: Non-refcounted pointer to the resource the binding points to. This
65 * @bt: Binding type.
66 * @scrubbed: Whether the binding has been scrubbed from the context.
78 * struct vmw_ctx_bindinfo_tex - texture stage binding metadata
81 * @texture_stage: Device data used to reconstruct binding command.
89 * struct vmw_ctx_bindinfo_shader - Shader binding metadata
92 * @shader_slot: Device data used to reconstruct binding command.
100 * struct vmw_ctx_bindinfo_cb - Constant buffer binding metadata
103 * @shader_slot: Device data used to reconstruct binding command.
104 * @offset: Device data used to reconstruct binding command.
105 * @size: Device data used to reconstruct binding command.
106 * @slot: Device data used to reconstruct binding command.
117 * struct vmw_ctx_bindinfo_view - View binding metadata
120 * @shader_slot: Device data used to reconstruct binding command.
121 * @slot: Device data used to reconstruct binding command.
130 * struct vmw_ctx_bindinfo_so - StreamOutput binding metadata
133 * @offset: Device data used to reconstruct binding command.
134 * @size: Device data used to reconstruct binding command.
135 * @slot: Device data used to reconstruct binding command.
145 * struct vmw_ctx_bindinfo_vb - Vertex buffer binding metadata
148 * @offset: Device data used to reconstruct binding command.
149 * @stride: Device data used to reconstruct binding command.
150 * @slot: Device data used to reconstruct binding command.
160 * struct vmw_ctx_bindinfo_ib - StreamOutput binding metadata
163 * @offset: Device data used to reconstruct binding command.
164 * @format: Device data used to reconstruct binding command.
173 * struct vmw_dx_shader_bindings - per shader type context binding state
175 * @shader: The shader binding for this shader type
180 * @dirty: Bitmap tracking per-binding type binding changes that have not