HomeSort by relevance Sort by last modified time
    Searched refs:GalliumD3D11SamplerState (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_objects.h 153 typedef GalliumD3D11DescribedObject<ID3D11SamplerState, D3D11_SAMPLER_DESC> GalliumD3D11SamplerState;
d3d11_context.h 58 refcnt_ptr<GalliumD3D11SamplerState, PtrTraits> samplers[D3D11_STAGES][D3D11_COMMONSHADER_SAMPLER_SLOT_COUNT];
373 void xs_set_samplers(unsigned start, unsigned count, GalliumD3D11SamplerState *const *samps)
447 xs_set_samplers<D3D11_STAGE_##XS>(start, count, (GalliumD3D11SamplerState *const *)new_samplers); \
    [all...]
d3d11_screen.h 637 *out_sampler_state = new GalliumD3D11SamplerState(this, object, *sampler_desc);
    [all...]

Completed in 86 milliseconds