HomeSort by: relevance | last modified time | path
    Searched defs:transient (Results 1 - 6 of 6) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
zink_framebuffer.c 153 struct zink_surface *transient = zink_transient_surface(psurf); local
154 if (transient) {
155 memcpy(&state.infos[i], &transient->info, sizeof(transient->info));
168 struct zink_surface *transient = zink_transient_surface(psurf); local
169 if (transient) {
170 memcpy(&state.infos[state.num_attachments], &transient->info, sizeof(transient->info));
306 struct zink_surface *transient = zink_transient_surface(psurf); local
307 if (transient) {
328 struct zink_surface *transient = zink_transient_surface(psurf); local
    [all...]
zink_surface.c 230 /* transient fb attachment: not cached */
234 struct zink_resource *transient = zink_resource(pctx->screen->resource_create(pctx->screen, &rtempl)); local
235 if (!transient)
237 ivci.image = transient->obj->image;
238 csurf->transient = (struct zink_ctx_surface*)wrap_surface(pctx, (struct pipe_surface*)create_surface(pctx, &transient->base.b, templ, &ivci));
239 if (!csurf->transient) {
240 pipe_resource_reference((struct pipe_resource**)&transient, NULL);
244 pipe_resource_reference((struct pipe_resource**)&transient, NULL);
312 pipe_surface_release(pctx, (struct pipe_surface**)&csurf->transient);
    [all...]
zink_surface.h 62 struct zink_ctx_surface *transient; //zink_ctx_surface member in struct:zink_ctx_surface
74 /* use this cast for checking transient framebuffer surfaces */
78 return psurface ? ((struct zink_ctx_surface *)psurface)->transient ? ((struct zink_ctx_surface *)psurface)->transient->surf : NULL : NULL;
zink_context.c 1893 struct zink_surface *transient = zink_transient_surface(surf); local
1895 state.rts[i].samples = MAX3(transient ? transient->base.nr_samples : 0, surf->texture->nr_samples, 1);
1899 if (transient) {
1917 struct zink_surface *transient = zink_transient_surface(fb->zsbuf); local
1919 state.rts[fb->nr_cbufs].samples = MAX3(transient ? transient->base.nr_samples : 0, fb->zsbuf->texture->nr_samples, 1);
1920 if (transient) {
2056 struct zink_surface *transient = zink_transient_surface(ctx->fb_state.cbufs[i]); local
2057 if (transient) {
2067 struct zink_surface *transient = zink_transient_surface(ctx->fb_state.zsbuf); local
2182 struct zink_surface *transient = zink_transient_surface(ctx->fb_state.cbufs[i]); local
2193 struct zink_surface *transient = zink_transient_surface(ctx->fb_state.zsbuf); local
2486 struct zink_surface *transient = zink_transient_surface(surf); local
2542 struct zink_surface *transient = zink_transient_surface(surf); local
2553 struct zink_surface *transient = zink_transient_surface(surf); local
    [all...]
  /xsrc/external/mit/libXt/dist/include/X11/
ShellP.h 188 Boolean transient; member in struct:__anon6022
246 /* New fields for the transient shell widget */
258 TransientShellPart transient; member in struct:__anon6027
  /xsrc/external/mit/twm/dist/src/
twm.h 292 short transient; /* this is a transient window */ member in struct:TwmWindow

Completed in 26 milliseconds