Lines Matching defs:sampler
664 struct gl_sampler_object *sampler;
672 * "It is not allowed to have variables of different sampler types
681 sampler = texUnit->Sampler ?
685 if (_mesa_is_texture_complete(texObj, sampler,
690 if (_mesa_is_texture_complete(texObj, sampler,
699 * "If a sampler is used in a shader and the sampler’s associated
701 * will be returned for a non-shadow sampler and 0 for a shadow
702 * sampler."
756 struct gl_bindless_sampler *sampler =
759 if (!sampler->bound)
762 update_single_program_texture_state(ctx, prog[i], sampler->unit,
830 struct gl_sampler_object *sampler = texUnit->Sampler ?
833 if (!_mesa_is_texture_complete(texObj, sampler,
837 if (_mesa_is_texture_complete(texObj, sampler,