Home | History | Annotate | Download | only in nv50

Lines Matching refs:nv50_context

30 #include "nv50_context.h"
124 if (nv50_context(pipe)->screen->tesla->oclass >= NVA3_3D_CLASS) {
145 if (nv50_context(pipe)->screen->tesla->oclass >= NVA3_3D_CLASS) {
210 struct nv50_context *nv50 = nv50_context(pipe);
339 struct nv50_context *nv50 = nv50_context(pipe);
418 struct nv50_context *nv50 = nv50_context(pipe);
551 for (i = 0; i < nv50_context(pipe)->num_samplers[s]; ++i)
552 if (nv50_context(pipe)->samplers[s][i] == hwcso)
553 nv50_context(pipe)->samplers[s][i] = NULL;
555 nv50_screen_tsc_free(nv50_context(pipe)->screen, nv50_tsc_entry(hwcso));
561 nv50_stage_sampler_states_bind(struct nv50_context *nv50, int s,
585 nv50_stage_sampler_states_bind(nv50_context(pipe), 0, nr, s);
591 nv50_stage_sampler_states_bind(nv50_context(pipe), 2, nr, s);
597 nv50_stage_sampler_states_bind(nv50_context(pipe), 1, nr, s);
607 nv50_screen_tic_free(nv50_context(pipe)->screen, nv50_tic_entry(view));
613 nv50_stage_set_sampler_views(struct nv50_context *nv50, int s,
648 nv50_stage_set_sampler_views(nv50_context(pipe), 0, nr, views);
656 nv50_stage_set_sampler_views(nv50_context(pipe), 2, nr, views);
664 nv50_stage_set_sampler_views(nv50_context(pipe), 1, nr, views);
694 nv50_program_destroy(nv50_context(pipe), prog);
710 struct nv50_context *nv50 = nv50_context(pipe);
726 struct nv50_context *nv50 = nv50_context(pipe);
742 struct nv50_context *nv50 = nv50_context(pipe);
752 struct nv50_context *nv50 = nv50_context(pipe);
793 struct nv50_context *nv50 = nv50_context(pipe);
803 struct nv50_context *nv50 = nv50_context(pipe);
813 struct nv50_context *nv50 = nv50_context(pipe);
823 struct nv50_context *nv50 = nv50_context(pipe);
834 struct nv50_context *nv50 = nv50_context(pipe);
858 struct nv50_context *nv50 = nv50_context(pipe);
868 struct nv50_context *nv50 = nv50_context(pipe);
878 struct nv50_context *nv50 = nv50_context(pipe);
889 struct nv50_context *nv50 = nv50_context(pipe);
920 struct nv50_context *nv50 = nv50_context(pipe);
942 struct nv50_context *nv50 = nv50_context(pipe);
996 struct nv50_context *nv50 = nv50_context(pipe);
1034 nv50_init_state_functions(struct nv50_context *nv50)