Searched refs:NINE_MAX_SAMPLERS_PS (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dnine_pipe.c214 (idx < NINE_MAX_SAMPLERS_PS || idx >= NINE_SAMPLER_VS(0)) &&
250 if (idx < NINE_MAX_SAMPLERS_PS)
H A Dnine_state.h132 #define NINE_MAX_SAMPLERS_PS 16 macro
H A Ddevice9.c2465 user_assert(Stage < NINE_MAX_SAMPLERS_PS ||
2472 Stage = Stage - D3DDMAPSAMPLER + NINE_MAX_SAMPLERS_PS;
2492 user_assert(Stage < NINE_MAX_SAMPLERS_PS ||
2500 Stage = Stage - D3DDMAPSAMPLER + NINE_MAX_SAMPLERS_PS;
2566 user_assert(Sampler < NINE_MAX_SAMPLERS_PS ||
2572 Sampler = Sampler - D3DDMAPSAMPLER + NINE_MAX_SAMPLERS_PS;
2589 user_assert(Sampler < NINE_MAX_SAMPLERS_PS ||
2595 Sampler = Sampler - D3DDMAPSAMPLER + NINE_MAX_SAMPLERS_PS;
H A Dnine_state.c974 for (num_textures = 0, i = 0; i < NINE_MAX_SAMPLERS_PS; ++i) {
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dnine_pipe.c216 (idx < NINE_MAX_SAMPLERS_PS || idx >= NINE_SAMPLER_VS(0)) &&
257 if (idx < NINE_MAX_SAMPLERS_PS)
H A Dnine_state.h134 #define NINE_MAX_SAMPLERS_PS 16 macro
H A Ddevice9.c2634 user_assert(Stage < NINE_MAX_SAMPLERS_PS ||
2641 Stage = Stage - D3DDMAPSAMPLER + NINE_MAX_SAMPLERS_PS;
2661 user_assert(Stage < NINE_MAX_SAMPLERS_PS ||
2669 Stage = Stage - D3DDMAPSAMPLER + NINE_MAX_SAMPLERS_PS;
2739 user_assert(Sampler < NINE_MAX_SAMPLERS_PS ||
2745 Sampler = Sampler - D3DDMAPSAMPLER + NINE_MAX_SAMPLERS_PS;
2762 user_assert(Sampler < NINE_MAX_SAMPLERS_PS ||
2768 Sampler = Sampler - D3DDMAPSAMPLER + NINE_MAX_SAMPLERS_PS;
H A Dnine_state.c1469 if (stage < NINE_MAX_SAMPLERS_PS)
1474 if (stage < NINE_MAX_SAMPLERS_PS)
2973 NINE_MAX_SAMPLERS_PS, false, NULL);

Completed in 29 milliseconds