Lines Matching refs:hwcso
43 v3d_generic_cso_state_delete(struct pipe_context *pctx, void *hwcso)
45 free(hwcso);
317 v3d_blend_state_bind(struct pipe_context *pctx, void *hwcso)
320 v3d->blend = hwcso;
325 v3d_rasterizer_state_bind(struct pipe_context *pctx, void *hwcso)
328 v3d->rasterizer = hwcso;
333 v3d_zsa_state_bind(struct pipe_context *pctx, void *hwcso)
336 v3d->zsa = hwcso;
442 v3d_vertex_state_delete(struct pipe_context *pctx, void *hwcso)
444 struct v3d_vertex_stateobj *so = hwcso;
451 v3d_vertex_state_bind(struct pipe_context *pctx, void *hwcso)
454 v3d->vtx = hwcso;
805 unsigned nr, void **hwcso)
815 if (hwcso[i])
817 stage_tex->samplers[i] = hwcso[i];
831 void *hwcso)
833 struct pipe_sampler_state *psampler = hwcso;