Home | History | Annotate | Download | only in state_tracker

Lines Matching refs:stObj

73                  struct st_texture_object *stObj,
88 if (!screen->is_format_supported(screen, stObj->pt->format,
89 stObj->pt->target,
94 psv = st_create_texture_sampler_view(pipe, stObj->pt);
145 struct st_texture_object *stObj = st_texture_object(texObj);
167 stObj->lastLevel = lastLevel;
173 struct pipe_resource *oldTex = stObj->pt;
176 stObj->pt = st_texture_create(st,
193 pipe_sampler_view_reference(&stObj->sampler_view, NULL);
202 pt = stObj->pt;
209 if (!st_render_mipmap(st, target, stObj, baseLevel, lastLevel)) {