Searched refs:hSampler (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/d3d10umd/
H A DState.h349 CastSamplerState(D3D10DDI_HSAMPLER hSampler) argument
351 return static_cast<SamplerState *>(hSampler.pDrvPrivate);
356 CastPipeSamplerState(D3D10DDI_HSAMPLER hSampler) argument
358 SamplerState *pSamplerState = CastSamplerState(hSampler);
H A DShader.h66 D3D10DDI_HSAMPLER hSampler, D3D10DDI_HRTSAMPLER hRTSampler);
68 void APIENTRY DestroySampler(D3D10DDI_HDEVICE hDevice, D3D10DDI_HSAMPLER hSampler);
H A DShader.cpp446 D3D10DDI_HSAMPLER hSampler, // IN
452 SamplerState *pSamplerState = CastSamplerState(hSampler);
516 D3D10DDI_HSAMPLER hSampler) // IN
521 SamplerState *pSamplerState = CastSamplerState(hSampler);
444 CreateSampler(D3D10DDI_HDEVICE hDevice,__in const D3D10_DDI_SAMPLER_DESC * pSamplerDesc,D3D10DDI_HSAMPLER hSampler,D3D10DDI_HRTSAMPLER hRTSampler) argument
515 DestroySampler(D3D10DDI_HDEVICE hDevice,D3D10DDI_HSAMPLER hSampler) argument

Completed in 5 milliseconds