Lines Matching refs:vertprog
33 unsigned dirty = nv30->vertprog.dirty_samplers; in nv40_verttex_validate()
47 nv30->vertprog.dirty_samplers = 0; in nv40_verttex_validate()
58 nv30->vertprog.samplers[i] = hwcso[i]; in nv40_verttex_sampler_states_bind()
59 nv30->vertprog.dirty_samplers |= (1 << i); in nv40_verttex_sampler_states_bind()
62 for (; i < nv30->vertprog.num_samplers; i++) { in nv40_verttex_sampler_states_bind()
63 nv30->vertprog.samplers[i] = NULL; in nv40_verttex_sampler_states_bind()
64 nv30->vertprog.dirty_samplers |= (1 << i); in nv40_verttex_sampler_states_bind()
67 nv30->vertprog.num_samplers = nr; in nv40_verttex_sampler_states_bind()
81 pipe_sampler_view_reference(&nv30->vertprog.textures[i], views[i]); in nv40_verttex_set_sampler_views()
82 nv30->vertprog.dirty_samplers |= (1 << i); in nv40_verttex_set_sampler_views()
85 for (; i < nv30->vertprog.num_textures; i++) { in nv40_verttex_set_sampler_views()
87 pipe_sampler_view_reference(&nv30->vertprog.textures[i], NULL); in nv40_verttex_set_sampler_views()
88 nv30->vertprog.dirty_samplers |= (1 << i); in nv40_verttex_set_sampler_views()
91 nv30->vertprog.num_textures = nr; in nv40_verttex_set_sampler_views()