Lines Matching defs:context
66 pipe = dev->context;
154 pipe = vlsurface->device->context;
213 pipe = vlsurface->device->context;
257 pipe = vlsurface->device->context;
296 struct pipe_context *context;
314 context = vlsurface->device->context;
353 if (!CheckSurfaceParams(context->screen, &res_tmpl))
356 res = context->screen->resource_create(context->screen, &res_tmpl);
365 context->texture_subdata(context, res, 0, PIPE_MAP_WRITE, &box,
372 sv_idx = context->create_sampler_view(context, res, &sv_tmpl);
389 res = context->screen->resource_create(context->screen, &res_tmpl);
398 context->texture_subdata(context, res, 0, PIPE_MAP_WRITE, &box, color_table,
404 sv_tbl = context->create_sampler_view(context, res, &sv_tmpl);
457 pipe = vlsurface->device->context;
595 BlenderToPipe(struct pipe_context *context,
620 return context->create_blend_state(context, &blend);
660 struct pipe_context *context;
690 context = dst_vlsurface->device->context;
694 blend = BlenderToPipe(context, blend_state);
709 context->delete_blend_state(context, blend);
730 struct pipe_context *context;
758 context = dst_vlsurface->device->context;
764 blend = BlenderToPipe(context, blend_state);
775 context->delete_blend_state(context, blend);
790 vlsurface->device->context->flush(vlsurface->device->context, NULL, 0);
811 vlsurface->device->context->flush(vlsurface->device->context, NULL, 0);
817 if (!pscreen->resource_get_handle(pscreen, vlsurface->device->context,