Lines Matching defs:vdecl
183 struct NineVertexDeclaration9 *vdecl;
190 struct NineVertexDeclaration9 *vdecl,
193 while (list->vdecl != vdecl && list->next)
195 if (list->vdecl == vdecl) {
204 struct NineVertexDeclaration9 *vdecl,
207 if (list->vdecl == NULL) { /* first shader */
209 nine_bind(&list->vdecl, vdecl);
215 assert(list->vdecl != vdecl);
222 nine_bind(&list->vdecl, vdecl);
234 nine_bind(&ptr->vdecl, NULL);
237 if (list->vdecl)
238 nine_bind(&list->vdecl, NULL);