Lines Matching refs:ctx
385 struct pipe_context *ctx = (void *) ice;
386 struct iris_screen *screen = (void *) ctx->screen;
615 iris_clear(struct pipe_context *ctx,
622 struct iris_context *ice = (void *) ctx;
672 iris_clear_texture(struct pipe_context *ctx,
678 struct iris_context *ice = (void *) ctx;
679 struct iris_screen *screen = (void *) ctx->screen;
736 iris_clear_render_target(struct pipe_context *ctx,
743 struct iris_context *ice = (void *) ctx;
766 iris_clear_depth_stencil(struct pipe_context *ctx,
775 struct iris_context *ice = (void *) ctx;
794 iris_init_clear_functions(struct pipe_context *ctx)
796 ctx->clear = iris_clear;
797 ctx->clear_texture = iris_clear_texture;
798 ctx->clear_render_target = iris_clear_render_target;
799 ctx->clear_depth_stencil = iris_clear_depth_stencil;