Home
last modified time | relevance | path

Searched refs:NINE_MAX_SAMPLERS_PS (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_pipe.c216 (idx < NINE_MAX_SAMPLERS_PS || idx >= NINE_SAMPLER_VS(0)) && in nine_convert_sampler_state()
257 if (idx < NINE_MAX_SAMPLERS_PS) in nine_convert_sampler_state()
Ddevice9.c2634 user_assert(Stage < NINE_MAX_SAMPLERS_PS || in NineDevice9_GetTexture()
2641 Stage = Stage - D3DDMAPSAMPLER + NINE_MAX_SAMPLERS_PS; in NineDevice9_GetTexture()
2661 user_assert(Stage < NINE_MAX_SAMPLERS_PS || in NineDevice9_SetTexture()
2669 Stage = Stage - D3DDMAPSAMPLER + NINE_MAX_SAMPLERS_PS; in NineDevice9_SetTexture()
2739 user_assert(Sampler < NINE_MAX_SAMPLERS_PS || in NineDevice9_GetSamplerState()
2745 Sampler = Sampler - D3DDMAPSAMPLER + NINE_MAX_SAMPLERS_PS; in NineDevice9_GetSamplerState()
2762 user_assert(Sampler < NINE_MAX_SAMPLERS_PS || in NineDevice9_SetSamplerState()
2768 Sampler = Sampler - D3DDMAPSAMPLER + NINE_MAX_SAMPLERS_PS; in NineDevice9_SetSamplerState()
Dnine_state.h134 #define NINE_MAX_SAMPLERS_PS 16 macro
Dnine_state.c1469 if (stage < NINE_MAX_SAMPLERS_PS) in CSMT_ITEM_NO_WAIT()
1474 if (stage < NINE_MAX_SAMPLERS_PS) in CSMT_ITEM_NO_WAIT()
2973 NINE_MAX_SAMPLERS_PS, false, NULL); in nine_context_clear()