Lines Matching refs:pctx
42 lima_set_framebuffer_state(struct pipe_context *pctx,
45 struct lima_context *ctx = lima_context(pctx);
60 lima_set_polygon_stipple(struct pipe_context *pctx,
67 lima_create_depth_stencil_alpha_state(struct pipe_context *pctx,
82 lima_bind_depth_stencil_alpha_state(struct pipe_context *pctx, void *hwcso)
84 struct lima_context *ctx = lima_context(pctx);
91 lima_delete_depth_stencil_alpha_state(struct pipe_context *pctx, void *hwcso)
97 lima_create_rasterizer_state(struct pipe_context *pctx,
112 lima_bind_rasterizer_state(struct pipe_context *pctx, void *hwcso)
114 struct lima_context *ctx = lima_context(pctx);
121 lima_delete_rasterizer_state(struct pipe_context *pctx, void *hwcso)
127 lima_create_blend_state(struct pipe_context *pctx,
142 lima_bind_blend_state(struct pipe_context *pctx, void *hwcso)
144 struct lima_context *ctx = lima_context(pctx);
151 lima_delete_blend_state(struct pipe_context *pctx, void *hwcso)
157 lima_create_vertex_elements_state(struct pipe_context *pctx, unsigned num_elements,
173 lima_bind_vertex_elements_state(struct pipe_context *pctx, void *hwcso)
175 struct lima_context *ctx = lima_context(pctx);
182 lima_delete_vertex_elements_state(struct pipe_context *pctx, void *hwcso)
188 lima_set_vertex_buffers(struct pipe_context *pctx,
194 struct lima_context *ctx = lima_context(pctx);
207 lima_set_viewport_states(struct pipe_context *pctx,
212 struct lima_context *ctx = lima_context(pctx);
237 lima_set_scissor_states(struct pipe_context *pctx,
242 struct lima_context *ctx = lima_context(pctx);
249 lima_set_blend_color(struct pipe_context *pctx,
252 struct lima_context *ctx = lima_context(pctx);
259 lima_set_stencil_ref(struct pipe_context *pctx,
262 struct lima_context *ctx = lima_context(pctx);
269 lima_set_clip_state(struct pipe_context *pctx,
272 struct lima_context *ctx = lima_context(pctx);
279 lima_set_constant_buffer(struct pipe_context *pctx,
284 struct lima_context *ctx = lima_context(pctx);
305 lima_create_sampler_state(struct pipe_context *pctx,
318 lima_sampler_state_delete(struct pipe_context *pctx, void *sstate)
324 lima_sampler_states_bind(struct pipe_context *pctx,
328 struct lima_context *ctx = lima_context(pctx);
350 lima_create_sampler_view(struct pipe_context *pctx, struct pipe_resource *prsc,
363 so->base.context = pctx;
374 lima_sampler_view_destroy(struct pipe_context *pctx,
385 lima_set_sampler_views(struct pipe_context *pctx,
392 struct lima_context *ctx = lima_context(pctx);
420 lima_set_sample_mask(struct pipe_context *pctx,
423 struct lima_context *ctx = lima_context(pctx);