Searched refs:GalliumD3D11BlendState (Results 1 – 3 of 3) sorted by relevance
156 typedef GalliumD3D11DescribedObject<ID3D11BlendState, D3D11_BLEND_DESC> GalliumD3D11BlendState; typedef
460 *out_blend_state = new GalliumD3D11BlendState(this, object, *blend_state_desc); in CreateBlendState()499 *out_blend_state = new GalliumD3D11BlendState(this, object, *blend_state_desc); in CreateBlendState()
52 refcnt_ptr<GalliumD3D11BlendState, PtrTraits> blend_state;1079 …pipe->bind_blend_state(pipe, new_blend_state ? ((GalliumD3D11BlendState*)new_blend_state)->object … in OMSetBlendState()