Home | History | Annotate | Download | only in glsl

Lines Matching refs:sampler

1307 ir_texture::set_sampler(ir_dereference *sampler, const glsl_type *type)
1309 assert(sampler != NULL);
1311 sampler = sampler;
1317 assert(sampler->type->sampler_type == (int) type->base_type);
1318 if (sampler->type->sampler_shadow)