Lines Matching defs:texture
121 * if (the texture is being used as a framebuffer surface)
123 * else if (the texture is a bound texture source)
130 struct pipe_resource *texture,
136 if (texture->target == PIPE_BUFFER)
139 /* check if any of the bound drawing surfaces are this texture */
143 softpipe->framebuffer.cbufs[i]->texture == texture) {
148 softpipe->framebuffer.zsbuf->texture == texture) {
153 /* check if any of the tex_cache textures are this texture */
157 softpipe->tex_cache[sh][i]->texture == texture)
254 /* Allocate texture caches */
338 /* Do polygon stipple w/ texture map + frag prog. */