Lines Matching full:sampler_3d
299 struct glsl_sampler sampler_3d;
3054 mipmap->sampler_3d.type = "sampler3D";
3055 mipmap->sampler_3d.func = "texture3D";
3056 mipmap->sampler_3d.texcoords = "texCoords";
3057 return &mipmap->sampler_3d;
3213 _mesa_DeleteObjectARB(mipmap->sampler_3d.shader_prog);
3220 mipmap->sampler_3d.shader_prog = 0;