Home | History | Annotate | Download | only in gd3d11

Lines Matching refs:GalliumD3D11SamplerState

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); \