Searched refs:GalliumD3D11InputLayout (Results 1 – 3 of 3) sorted by relevance
150 typedef GalliumD3D11Object<ID3D11InputLayout> GalliumD3D11InputLayout; typedef
48 refcnt_ptr<GalliumD3D11InputLayout, PtrTraits> input_layout;572 …pipe->bind_vertex_elements_state(pipe, new_input_layout ? ((GalliumD3D11InputLayout*)new_input_lay… in IASetInputLayout()
733 *out_input_layout = new GalliumD3D11InputLayout(this, object); in CreateInputLayout()