Home | History | Annotate | Download | only in llvmpipe

Lines Matching refs:tex

650          struct pipe_resource *tex = view->texture;
651 struct llvmpipe_resource *lp_tex = llvmpipe_resource(tex);
654 jit_tex->width = tex->width0;
655 jit_tex->height = tex->height0;
656 jit_tex->depth = tex->depth0;
657 jit_tex->first_level = view->u.tex.first_level;
658 jit_tex->last_level = tex->last_level;
663 pipe_resource_reference(&setup->fs.current_tex[i], tex);
668 for (j = view->u.tex.first_level; j <= tex->last_level; j++) {
694 struct llvmpipe_screen *screen = llvmpipe_screen(tex->screen);