Home | History | Annotate | Download | only in llvmpipe

Lines Matching refs:samplers

72                              void **samplers)
78 assert(start + num <= Elements(llvmpipe->samplers[shader]));
82 !memcmp(llvmpipe->samplers[shader] + start, samplers,
89 /* set the new samplers */
91 llvmpipe->samplers[shader][start + i] = samplers[i];
94 /* find highest non-null samplers[] entry */
97 while (j > 0 && llvmpipe->samplers[shader][j - 1] == NULL)
105 llvmpipe->samplers[shader],
115 unsigned num, void **samplers)
117 llvmpipe_bind_sampler_states(pipe, PIPE_SHADER_FRAGMENT, 0, num, samplers);
123 unsigned num, void **samplers)
125 llvmpipe_bind_sampler_states(pipe, PIPE_SHADER_VERTEX, 0, num, samplers);
131 unsigned num, void **samplers)
133 llvmpipe_bind_sampler_states(pipe, PIPE_SHADER_GEOMETRY, 0, num, samplers);