Searched refs:vertex_samplers (Results 1 – 2 of 2) sorted by relevance
313 assert(num_samplers <= Elements(i915->vertex_samplers)); in i915_bind_vertex_sampler_states()317 !memcmp(i915->vertex_samplers, samplers, num_samplers * sizeof(void *))) in i915_bind_vertex_sampler_states()321 i915->vertex_samplers[i] = samplers[i]; in i915_bind_vertex_sampler_states()322 for (i = num_samplers; i < Elements(i915->vertex_samplers); ++i) in i915_bind_vertex_sampler_states()323 i915->vertex_samplers[i] = NULL; in i915_bind_vertex_sampler_states()329 i915->vertex_samplers, in i915_bind_vertex_sampler_states()
233 struct pipe_sampler_state *vertex_samplers[PIPE_MAX_SAMPLERS]; member