Home
last modified time | relevance | path

Searched refs:NINE_MAX_SAMPLERS (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/nine/
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];
Dnine_pipe.c211 (idx < NINE_MAX_SAMPLERS)); in nine_convert_sampler_state()
Dnine_state.c961 struct pipe_sampler_view *view[NINE_MAX_SAMPLERS]; in update_textures_and_samplers()
2026 for (s = 0; s < NINE_MAX_SAMPLERS; ++s) {
2259 for (s = 0; s < NINE_MAX_SAMPLERS; ++s) { in nine_context_apply_stateblock()
3037 for (s = 0; s < NINE_MAX_SAMPLERS; ++s) { in nine_state_set_defaults()
3079 for (s = 0; s < NINE_MAX_SAMPLERS; ++s) in nine_state_set_defaults()
3103 for (i = 0; i < NINE_MAX_SAMPLERS; ++i) { in nine_state_clear()
3150 for (i = 0; i < NINE_MAX_SAMPLERS; ++i) { in nine_context_clear()
Dbasetexture9.c373 for (s = 0; s < NINE_MAX_SAMPLERS; ++s) in NineBaseTexture9_UploadSelf()
Dstateblock9.c231 for (s = 0; s < NINE_MAX_SAMPLERS; ++s) { in nine_state_copy_common()
Ddevice9.c2339 for (s = 0; s < NINE_MAX_SAMPLERS; ++s) in NineDevice9_CreateStateBlock()
2366 for (s = 0; s < NINE_MAX_SAMPLERS; ++s) in NineDevice9_CreateStateBlock()
2389 dst->changed.texture = (1 << NINE_MAX_SAMPLERS) - 1; in NineDevice9_CreateStateBlock()
Dnine_shader.c504 unsigned sampler_targets[NINE_MAX_SAMPLERS]; /* TGSI_TEXTURE_x */