Home | History | Annotate | Download | only in state_tracker

Lines Matching defs:sampler_type

2637    const glsl_type *sampler_type = ir->sampler->type;
2671 assert(!sampler_type->sampler_array);
2699 if ((sampler_type->sampler_dimensionality == GLSL_SAMPLER_DIM_2D &&
2700 sampler_type->sampler_array) ||
2701 sampler_type->sampler_dimensionality == GLSL_SAMPLER_DIM_CUBE) {
2744 switch (sampler_type->sampler_dimensionality) {
2746 inst->tex_target = (sampler_type->sampler_array)
2750 inst->tex_target = (sampler_type->sampler_array)