Lines Matching refs:screen
98 if (!CheckSurfaceParams(pipe->screen, &res_tmpl))
101 res = pipe->screen->resource_create(pipe->screen, &res_tmpl);
160 pipe->screen->fence_reference(pipe->screen, &vlsurface->fence, NULL);
353 if (!CheckSurfaceParams(context->screen, &res_tmpl))
356 res = context->screen->resource_create(context->screen, &res_tmpl);
389 res = context->screen->resource_create(context->screen, &res_tmpl);
816 pscreen = vlsurface->surface->texture->screen;