Searched refs:GalliumD3D11Screen (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/ |
D | d3d11_objects.h | 30 GalliumD3D11Screen* device; // must not be null 38 GalliumD3D11DeviceChild(GalliumD3D11Screen* p_device) in GalliumD3D11DeviceChild() 90 GalliumD3D11Object(GalliumD3D11Screen* device, Object* object) in GalliumD3D11Object() 140 GalliumD3D11DescribedObject(GalliumD3D11Screen* device, Object* object, const Desc& desc) in GalliumD3D11DescribedObject() 213 …GalliumD3D11RasterizerState(GalliumD3D11Screen* device, void* object, const D3D11_RASTERIZER_DESC&… in GalliumD3D11RasterizerState() 221 GalliumD3D11Shader(GalliumD3D11Screen* device, void* object) in GalliumD3D11Shader() 311 …GalliumD3D11Resource(GalliumD3D11Screen* device = 0, struct pipe_resource* resource = 0, unsigned … 349 …GalliumD3D11TypedResource(GalliumD3D11Screen* device, struct pipe_resource* resource, const Desc& … 377 …GalliumD3D11Buffer(GalliumD3D11Screen* device, struct pipe_resource* resource, const D3D11_BUFFER_… 517 …GalliumD3D11Surface(GalliumD3D11Screen* device, struct pipe_resource* resource, const D3D11_TEXTUR… [all …]
|
D | d3d11.cpp | 89 struct GalliumD3D11Screen; 92 static ID3D11DeviceContext* GalliumD3D11ImmediateDeviceContext_Create(GalliumD3D11Screen* device, s… 144 struct GalliumD3D11Screen : public GalliumD3D11ScreenBase struct 158 GalliumD3D11Screen* get_immediate_context() in get_immediate_context() argument 165 GalliumD3D11Screen(pipe_screen* screen, struct pipe_context* immediate_pipe, IDXGIAdapter* adapter) in GalliumD3D11Screen() argument
|
D | d3d11_context.h | 114 …GalliumD3D11DeviceContext(GalliumD3D11Screen* device, pipe_context* pipe, bool owns_pipe, unsigned… 2087 …GalliumD3D11ImmediateDeviceContext(GalliumD3D11Screen* device, pipe_context* pipe, unsigned contex… 2111 static ID3D11DeviceContext* GalliumD3D11ImmediateDeviceContext_Create(GalliumD3D11Screen* device, s… in GalliumD3D11ImmediateDeviceContext_Create()
|
D | d3d11_screen.h | 93 struct GalliumD3D11ScreenImpl : public GalliumD3D11Screen 107 : GalliumD3D11Screen(screen, immediate_pipe, adapter), creation_flags(creation_flags) in GalliumD3D11ScreenImpl()
|