Lines Matching refs:ctx
403 struct pipe_context *ctx = (void *) ice;
404 struct crocus_screen *screen = (void *) ctx->screen;
639 crocus_clear(struct pipe_context *ctx,
646 struct crocus_context *ice = (void *) ctx;
648 struct crocus_screen *screen = (void *) ctx->screen;
708 crocus_clear_texture(struct pipe_context *ctx,
714 struct crocus_context *ice = (void *) ctx;
715 struct crocus_screen *screen = (void *) ctx->screen;
720 util_clear_texture(ctx, p_res,
726 crocus_resource_finish_aux_import(ctx->screen, res);
782 crocus_clear_render_target(struct pipe_context *ctx,
789 struct crocus_context *ice = (void *) ctx;
814 crocus_clear_depth_stencil(struct pipe_context *ctx,
825 struct crocus_context *ice = (void *) ctx;
851 crocus_init_clear_functions(struct pipe_context *ctx)
853 ctx->clear = crocus_clear;
854 ctx->clear_texture = crocus_clear_texture;
855 ctx->clear_render_target = crocus_clear_render_target;
856 ctx->clear_depth_stencil = crocus_clear_depth_stencil;