Lines Matching defs:texture
704 /* regular texture - setup array of mipmap level offsets */
947 /* We are going to overwrite/unref the current texture further below. If
954 struct pipe_resource *res = view->texture;
959 /* We're referencing the texture's internal data, so save a
965 /* regular texture - setup array of mipmap level offsets */
1061 /* display target texture/surface */
1117 * Is the given texture referenced by any scene?
1123 const struct pipe_resource *texture)
1127 if (setup->fb.cbufs[i] && setup->fb.cbufs[i]->texture == texture)
1130 if (setup->fb.zsbuf && setup->fb.zsbuf->texture == texture) {
1139 if (scene->fb.cbufs[j] && scene->fb.cbufs[j]->texture == texture)
1142 if (scene->fb.zsbuf && scene->fb.zsbuf->texture == texture) {
1147 unsigned ref = lp_scene_is_resource_referenced(scene, texture);