Home | History | Annotate | Download | only in r600

Lines Matching refs:tex_sampler_words

980 	ss->tex_sampler_words[0] = S_03C000_CLAMP_X(r600_tex_wrap(state->wrap_s)) |
990 ss->tex_sampler_words[1] = S_03C004_MIN_LOD(S_FIXED(CLAMP(state->min_lod, 0, 15), 6)) |
994 ss->tex_sampler_words[2] = S_03C008_TYPE(1);
1974 texinfo->samplers[i]->tex_sampler_words[0] |= S_03C000_TEX_ARRAY_OVERRIDE(1);
1977 texinfo->samplers[i]->tex_sampler_words[0] &= C_03C000_TEX_ARRAY_OVERRIDE;
1984 r600_write_array(cs, 3, texinfo->samplers[i]->tex_sampler_words);