Lines Matching refs:nine_bind
69 nine_bind(&state->rt[i], NULL); in NineStateBlock9_dtor()
70 nine_bind(&state->ds, NULL); in NineStateBlock9_dtor()
71 nine_bind(&state->vs, NULL); in NineStateBlock9_dtor()
72 nine_bind(&state->ps, NULL); in NineStateBlock9_dtor()
73 nine_bind(&state->vdecl, NULL); in NineStateBlock9_dtor()
75 nine_bind(&state->stream[i], NULL); in NineStateBlock9_dtor()
77 nine_bind(&state->idxbuf, NULL); in NineStateBlock9_dtor()
79 nine_bind(&state->texture[i], NULL); in NineStateBlock9_dtor()
119 nine_bind(slot, buf); in NineStateBlock9_BindBuffer()
131 nine_bind(slot, tex); in NineStateBlock9_BindTexture()
165 nine_bind(&dst->vs, src->vs); in nine_state_copy_common()
167 nine_bind(&dst->ps, src->ps); in nine_state_copy_common()
407 nine_bind(&dst->vs, src->vs); in nine_state_copy_common_all()
408 nine_bind(&dst->ps, src->ps); in nine_state_copy_common_all()
551 nine_bind(&dst->vdecl, src->vdecl); in NineStateBlock9_Capture()
576 nine_bind(&dst->vdecl, src->vdecl); in NineStateBlock9_Apply()