Lines Matching refs:hwcso
208 nv50_blend_state_bind(struct pipe_context *pipe, void *hwcso) in nv50_blend_state_bind() argument
212 nv50->blend = hwcso; in nv50_blend_state_bind()
217 nv50_blend_state_delete(struct pipe_context *pipe, void *hwcso) in nv50_blend_state_delete() argument
219 FREE(hwcso); in nv50_blend_state_delete()
337 nv50_rasterizer_state_bind(struct pipe_context *pipe, void *hwcso) in nv50_rasterizer_state_bind() argument
341 nv50->rast = hwcso; in nv50_rasterizer_state_bind()
346 nv50_rasterizer_state_delete(struct pipe_context *pipe, void *hwcso) in nv50_rasterizer_state_delete() argument
348 FREE(hwcso); in nv50_rasterizer_state_delete()
416 nv50_zsa_state_bind(struct pipe_context *pipe, void *hwcso) in nv50_zsa_state_bind() argument
420 nv50->zsa = hwcso; in nv50_zsa_state_bind()
425 nv50_zsa_state_delete(struct pipe_context *pipe, void *hwcso) in nv50_zsa_state_delete() argument
427 FREE(hwcso); in nv50_zsa_state_delete()
546 nv50_sampler_state_delete(struct pipe_context *pipe, void *hwcso) in nv50_sampler_state_delete() argument
552 if (nv50_context(pipe)->samplers[s][i] == hwcso) in nv50_sampler_state_delete()
555 nv50_screen_tsc_free(nv50_context(pipe)->screen, nv50_tsc_entry(hwcso)); in nv50_sampler_state_delete()
557 FREE(hwcso); in nv50_sampler_state_delete()
562 unsigned nr, void **hwcso) in nv50_stage_sampler_states_bind() argument
569 nv50->samplers[s][i] = nv50_tsc_entry(hwcso[i]); in nv50_stage_sampler_states_bind()
690 nv50_sp_state_delete(struct pipe_context *pipe, void *hwcso) in nv50_sp_state_delete() argument
692 struct nv50_program *prog = (struct nv50_program *)hwcso; in nv50_sp_state_delete()
708 nv50_vp_state_bind(struct pipe_context *pipe, void *hwcso) in nv50_vp_state_bind() argument
712 nv50->vertprog = hwcso; in nv50_vp_state_bind()
724 nv50_fp_state_bind(struct pipe_context *pipe, void *hwcso) in nv50_fp_state_bind() argument
728 nv50->fragprog = hwcso; in nv50_fp_state_bind()
740 nv50_gp_state_bind(struct pipe_context *pipe, void *hwcso) in nv50_gp_state_bind() argument
744 nv50->gmtyprog = hwcso; in nv50_gp_state_bind()
940 nv50_vertex_state_bind(struct pipe_context *pipe, void *hwcso) in nv50_vertex_state_bind() argument
944 nv50->vertex = hwcso; in nv50_vertex_state_bind()