Home | History | Annotate | Download | only in state_tracker

Lines Matching defs:sampler_type

3953    const glsl_type *sampler_type = ir->sampler->type;
3960 if ((sampler_type->sampler_dimensionality == GLSL_SAMPLER_DIM_CUBE &&
3961 sampler_type->sampler_array)) {
4001 sampler_type == glsl_type::samplerCubeShadow_type) {
4120 assert(!sampler_type->sampler_array);
4155 if ((sampler_type->sampler_dimensionality == GLSL_SAMPLER_DIM_2D &&
4156 sampler_type->sampler_array) ||
4157 sampler_type->sampler_dimensionality == GLSL_SAMPLER_DIM_CUBE) {
4233 switch (sampler_type->sampler_dimensionality) {
4235 inst->tex_target = (sampler_type->sampler_array)
4239 inst->tex_target = (sampler_type->sampler_array)
4246 inst->tex_target = (sampler_type->sampler_array)
4259 inst->tex_target = (sampler_type->sampler_array)