Lines Matching refs:hwcso
44 vc4_generic_cso_state_delete(struct pipe_context *pctx, void *hwcso) in vc4_generic_cso_state_delete() argument
46 free(hwcso); in vc4_generic_cso_state_delete()
323 vc4_blend_state_bind(struct pipe_context *pctx, void *hwcso) in vc4_blend_state_bind() argument
326 vc4->blend = hwcso; in vc4_blend_state_bind()
331 vc4_rasterizer_state_bind(struct pipe_context *pctx, void *hwcso) in vc4_rasterizer_state_bind() argument
334 struct vc4_rasterizer_state *rast = hwcso; in vc4_rasterizer_state_bind()
341 vc4->rasterizer = hwcso; in vc4_rasterizer_state_bind()
346 vc4_zsa_state_bind(struct pipe_context *pctx, void *hwcso) in vc4_zsa_state_bind() argument
349 vc4->zsa = hwcso; in vc4_zsa_state_bind()
369 vc4_vertex_state_bind(struct pipe_context *pctx, void *hwcso) in vc4_vertex_state_bind() argument
372 vc4->vtx = hwcso; in vc4_vertex_state_bind()
530 unsigned nr, void **hwcso) in vc4_sampler_states_bind() argument
540 if (hwcso[i]) in vc4_sampler_states_bind()
542 stage_tex->samplers[i] = hwcso[i]; in vc4_sampler_states_bind()