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

/external/mesa3d/src/gallium/state_trackers/nine/
H A Dnine_state.h133 #define NINE_MAX_SAMPLERS 21 /* PS + DMAP + VS */ macro
170 uint16_t sampler[NINE_MAX_SAMPLERS];
213 struct NineBaseTexture9 *texture[NINE_MAX_SAMPLERS]; /* PS, DMAP, VS */
215 DWORD samp_advertised[NINE_MAX_SAMPLERS][D3DSAMP_COUNT];
223 uint16_t sampler[NINE_MAX_SAMPLERS];
288 } texture[NINE_MAX_SAMPLERS];
290 DWORD samp[NINE_MAX_SAMPLERS][NINED3DSAMP_COUNT];

Completed in 150 milliseconds