Searched refs:NINE_MAX_SAMPLERS (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dnine_state.h134 #define NINE_MAX_SAMPLERS 21 /* PS + DMAP + VS */ macro
171 uint16_t sampler[NINE_MAX_SAMPLERS];
214 struct NineBaseTexture9 *texture[NINE_MAX_SAMPLERS]; /* PS, DMAP, VS */
216 DWORD samp_advertised[NINE_MAX_SAMPLERS][D3DSAMP_COUNT];
224 uint16_t sampler[NINE_MAX_SAMPLERS];
295 } texture[NINE_MAX_SAMPLERS];
297 DWORD samp[NINE_MAX_SAMPLERS][NINED3DSAMP_COUNT];
H A Dstateblock9.c78 for (i = 0; i < NINE_MAX_SAMPLERS; ++i)
250 for (s = 0; s < NINE_MAX_SAMPLERS; ++s) {
478 for (i = 0; i < NINE_MAX_SAMPLERS; i++)
H A Dnine_pipe.c215 (idx < NINE_MAX_SAMPLERS));
H A Dnine_state.c963 struct pipe_sampler_view *view[NINE_MAX_SAMPLERS];
2013 for (s = 0; s < NINE_MAX_SAMPLERS; ++s) {
2812 for (s = 0; s < NINE_MAX_SAMPLERS; ++s) {
2854 for (s = 0; s < NINE_MAX_SAMPLERS; ++s)
2883 for (i = 0; i < NINE_MAX_SAMPLERS; ++i)
2926 for (i = 0; i < NINE_MAX_SAMPLERS; ++i) {
H A Dbasetexture9.c373 for (s = 0; s < NINE_MAX_SAMPLERS; ++s)
H A Ddevice9.c2345 for (s = 0; s < NINE_MAX_SAMPLERS; ++s)
2369 for (s = 0; s < NINE_MAX_SAMPLERS; ++s)
2388 dst->changed.texture = (1 << NINE_MAX_SAMPLERS) - 1;
H A Dnine_shader.c502 unsigned sampler_targets[NINE_MAX_SAMPLERS]; /* TGSI_TEXTURE_x */
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dnine_state.h136 #define NINE_MAX_SAMPLERS 21 /* PS + DMAP + VS */ macro
173 uint16_t sampler[NINE_MAX_SAMPLERS];
216 struct NineBaseTexture9 *texture[NINE_MAX_SAMPLERS]; /* PS, DMAP, VS */
218 DWORD samp_advertised[NINE_MAX_SAMPLERS][D3DSAMP_COUNT];
226 uint16_t sampler[NINE_MAX_SAMPLERS];
297 } texture[NINE_MAX_SAMPLERS];
299 DWORD samp[NINE_MAX_SAMPLERS][NINED3DSAMP_COUNT];
H A Dstateblock9.c78 for (i = 0; i < NINE_MAX_SAMPLERS; ++i)
250 for (s = 0; s < NINE_MAX_SAMPLERS; ++s) {
478 for (i = 0; i < NINE_MAX_SAMPLERS; i++)
H A Dnine_pipe.c217 (idx < NINE_MAX_SAMPLERS));
H A Dnine_state.c994 struct pipe_sampler_view *view[NINE_MAX_SAMPLERS];
2064 for (s = 0; s < NINE_MAX_SAMPLERS; ++s) {
2871 for (s = 0; s < NINE_MAX_SAMPLERS; ++s) {
2913 for (s = 0; s < NINE_MAX_SAMPLERS; ++s)
2942 for (i = 0; i < NINE_MAX_SAMPLERS; ++i)
2989 for (i = 0; i < NINE_MAX_SAMPLERS; ++i) {
H A Dbasetexture9.c368 for (s = 0; s < NINE_MAX_SAMPLERS; ++s)
H A Ddevice9.c2499 for (s = 0; s < NINE_MAX_SAMPLERS; ++s)
2523 for (s = 0; s < NINE_MAX_SAMPLERS; ++s)
2542 dst->changed.texture = (1 << NINE_MAX_SAMPLERS) - 1;
H A Dnine_shader.c503 unsigned sampler_targets[NINE_MAX_SAMPLERS]; /* TGSI_TEXTURE_x */

Completed in 43 milliseconds