Home
last modified time | relevance | path

Searched refs:GalliumD3D11InputLayout (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
Dd3d11_objects.h150 typedef GalliumD3D11Object<ID3D11InputLayout> GalliumD3D11InputLayout; typedef
Dd3d11_context.h48 refcnt_ptr<GalliumD3D11InputLayout, PtrTraits> input_layout;
572 …pipe->bind_vertex_elements_state(pipe, new_input_layout ? ((GalliumD3D11InputLayout*)new_input_lay… in IASetInputLayout()
Dd3d11_screen.h733 *out_input_layout = new GalliumD3D11InputLayout(this, object); in CreateInputLayout()