Home | History | Annotate | Download | only in nine

Lines Matching defs:sampler_type

341    BYTE sampler_type;
2049 d3dstt_to_tgsi_tex(BYTE sampler_type)
2051 switch (sampler_type) {
2062 d3dstt_to_tgsi_tex_shadow(BYTE sampler_type)
2064 switch (sampler_type) {
2087 sm1_sampler_type_name(BYTE sampler_type)
2089 switch (sampler_type) {
2145 DUMP(" %s\n", sm1_sampler_type_name(sem.sampler_type));
2160 d3dstt_to_tgsi_tex_shadow(sem.sampler_type) :
2161 d3dstt_to_tgsi_tex(sem.sampler_type);
3257 sem->sampler_type = (tok_usg & D3DSP_TEXTURETYPE_MASK) >> D3DSP_TEXTURETYPE_SHIFT;