Searched refs:private_context (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di965_hwmc.c57 struct i965_xvmc_context *private_context, *context_dup; local in function:create_context
64 if ((private_context = Xcalloc(sizeof(*private_context))) == NULL) {
69 if ((context_dup = Xcalloc(sizeof(*private_context))) == NULL) {
74 private_context->is_g4x = IS_G4X(I830);
75 private_context->is_965_q = IS_965_Q(I830);
76 private_context->is_igdng = IS_IGDNG(I830);
77 private_context->comm.kernel_exec_fencing = I830->kernel_exec_fencing;
78 private_context->comm.type = xvmc_driver->flag;
80 *num_privates = sizeof(*private_context)/sizeo
90 struct i965_xvmc_context *private_context; local in function:destroy_context
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_rbug/
H A Drbug_screen.h47 struct pipe_context *private_context; member in struct:rbug_screen
H A Drbug_screen.c345 rb_screen->private_context = screen->context_create(screen, NULL, 0);
346 if (!rb_screen->private_context)
357 rb_screen->private_context->destroy(rb_screen->private_context);
H A Drbug_core.c253 struct pipe_context *context = rb_screen->private_context;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_rbug/
H A Drbug_screen.h47 struct pipe_context *private_context; member in struct:rbug_screen
H A Drbug_screen.c480 rb_screen->private_context = screen->context_create(screen, NULL, 0);
481 if (!rb_screen->private_context)
492 rb_screen->private_context->destroy(rb_screen->private_context);
H A Drbug_core.c250 struct pipe_context *context = rb_screen->private_context;
/xsrc/external/mit/xf86-video-intel-old/dist/src/xvmc/
H A Di965_xvmc.c209 struct i965_xvmc_context *private_context; local in function:destroy_context
210 private_context = context->privData;
213 Xfree(private_context);

Completed in 10 milliseconds