Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
Dd3d11_context.h58 …refcnt_ptr<GalliumD3D11SamplerState, PtrTraits> samplers[D3D11_STAGES][D3D11_COMMONSHADER_SAMPLER_…
373 void xs_set_samplers(unsigned start, unsigned count, GalliumD3D11SamplerState *const *samps) in xs_set_samplers()
447 …xs_set_samplers<D3D11_STAGE_##XS>(start, count, (GalliumD3D11SamplerState *const *)new_samplers); \
Dd3d11_objects.h153 …pedef GalliumD3D11DescribedObject<ID3D11SamplerState, D3D11_SAMPLER_DESC> GalliumD3D11SamplerState; typedef
Dd3d11_screen.h637 *out_sampler_state = new GalliumD3D11SamplerState(this, object, *sampler_desc); in CreateSamplerState()