Lines Matching refs:hwcso
192 nvc0_blend_state_bind(struct pipe_context *pipe, void *hwcso) in nvc0_blend_state_bind() argument
196 nvc0->blend = hwcso; in nvc0_blend_state_bind()
201 nvc0_blend_state_delete(struct pipe_context *pipe, void *hwcso) in nvc0_blend_state_delete() argument
203 FREE(hwcso); in nvc0_blend_state_delete()
320 nvc0_rasterizer_state_bind(struct pipe_context *pipe, void *hwcso) in nvc0_rasterizer_state_bind() argument
324 nvc0->rast = hwcso; in nvc0_rasterizer_state_bind()
329 nvc0_rasterizer_state_delete(struct pipe_context *pipe, void *hwcso) in nvc0_rasterizer_state_delete() argument
331 FREE(hwcso); in nvc0_rasterizer_state_delete()
391 nvc0_zsa_state_bind(struct pipe_context *pipe, void *hwcso) in nvc0_zsa_state_bind() argument
395 nvc0->zsa = hwcso; in nvc0_zsa_state_bind()
400 nvc0_zsa_state_delete(struct pipe_context *pipe, void *hwcso) in nvc0_zsa_state_delete() argument
402 FREE(hwcso); in nvc0_zsa_state_delete()
430 nvc0_sampler_state_delete(struct pipe_context *pipe, void *hwcso) in nvc0_sampler_state_delete() argument
436 if (nvc0_context(pipe)->samplers[s][i] == hwcso) in nvc0_sampler_state_delete()
439 nvc0_screen_tsc_free(nvc0_context(pipe)->screen, nv50_tsc_entry(hwcso)); in nvc0_sampler_state_delete()
441 FREE(hwcso); in nvc0_sampler_state_delete()
446 unsigned nr, void **hwcso) in nvc0_stage_sampler_states_bind() argument
453 if (hwcso[i] == old) in nvc0_stage_sampler_states_bind()
457 nvc0->samplers[s][i] = nv50_tsc_entry(hwcso[i]); in nvc0_stage_sampler_states_bind()
588 nvc0_sp_state_delete(struct pipe_context *pipe, void *hwcso) in nvc0_sp_state_delete() argument
590 struct nvc0_program *prog = (struct nvc0_program *)hwcso; in nvc0_sp_state_delete()
606 nvc0_vp_state_bind(struct pipe_context *pipe, void *hwcso) in nvc0_vp_state_bind() argument
610 nvc0->vertprog = hwcso; in nvc0_vp_state_bind()
622 nvc0_fp_state_bind(struct pipe_context *pipe, void *hwcso) in nvc0_fp_state_bind() argument
626 nvc0->fragprog = hwcso; in nvc0_fp_state_bind()
638 nvc0_gp_state_bind(struct pipe_context *pipe, void *hwcso) in nvc0_gp_state_bind() argument
642 nvc0->gmtyprog = hwcso; in nvc0_gp_state_bind()
862 nvc0_vertex_state_bind(struct pipe_context *pipe, void *hwcso) in nvc0_vertex_state_bind() argument
866 nvc0->vertex = hwcso; in nvc0_vertex_state_bind()