Lines Matching refs:hwcso
45 vc4_generic_cso_state_delete(struct pipe_context *pctx, void *hwcso)
47 free(hwcso);
333 vc4_blend_state_bind(struct pipe_context *pctx, void *hwcso)
336 vc4->blend = hwcso;
341 vc4_rasterizer_state_bind(struct pipe_context *pctx, void *hwcso)
344 struct vc4_rasterizer_state *rast = hwcso;
351 vc4->rasterizer = hwcso;
356 vc4_zsa_state_bind(struct pipe_context *pctx, void *hwcso)
359 vc4->zsa = hwcso;
379 vc4_vertex_state_bind(struct pipe_context *pctx, void *hwcso)
382 vc4->vtx = hwcso;
529 unsigned nr, void **hwcso)
539 if (hwcso[i])
541 stage_tex->samplers[i] = hwcso[i];