Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_pipe.c210 (idx < NINE_MAX_SAMPLERS_PS || idx >= NINE_SAMPLER_VS(0)) && in nine_convert_sampler_state()
246 if (idx < NINE_MAX_SAMPLERS_PS) in nine_convert_sampler_state()
Dadapter9.c794 if (pCaps->MaxSimultaneousTextures > NINE_MAX_SAMPLERS_PS) in NineAdapter9_GetDeviceCaps()
795 pCaps->MaxSimultaneousTextures = NINE_MAX_SAMPLERS_PS; in NineAdapter9_GetDeviceCaps()
Dnine_state.h131 #define NINE_MAX_SAMPLERS_PS 16 macro
Ddevice9.c2425 Stage = Stage - D3DDMAPSAMPLER + NINE_MAX_SAMPLERS_PS; in NineDevice9_GetTexture()
2453 Stage = Stage - D3DDMAPSAMPLER + NINE_MAX_SAMPLERS_PS; in NineDevice9_SetTexture()
2528 Sampler = Sampler - D3DDMAPSAMPLER + NINE_MAX_SAMPLERS_PS; in NineDevice9_GetSamplerState()
2551 Sampler = Sampler - D3DDMAPSAMPLER + NINE_MAX_SAMPLERS_PS; in NineDevice9_SetSamplerState()
Dnine_state.c898 for (num_textures = 0, i = 0; i < NINE_MAX_SAMPLERS_PS; ++i) { in update_textures_and_samplers()