Home | History | Annotate | Download | only in gd3d11

Lines Matching refs:blend_state

52 	refcnt_ptr<GalliumD3D11BlendState, PtrTraits> blend_state;
1077 if(blend_state.p != new_blend_state)
1080 blend_state = new_blend_state;
1107 *out_blend_state = blend_state.ref();
1664 pipe->bind_blend_state(pipe, blend_state.p ? blend_state.p->object : default_blend);
1898 IMPLEMENT_SIMPLE_UNBIND(BlendState, blend_state, blend, blend)