Searched refs:vertex_samplers (Results 1 – 2 of 2) sorted by relevance
304 assert(start + num <= ARRAY_SIZE(i915->vertex_samplers)); in i915_bind_vertex_sampler_states()308 !memcmp(i915->vertex_samplers + start, samplers, in i915_bind_vertex_sampler_states()313 i915->vertex_samplers[i + start] = samplers[i]; in i915_bind_vertex_sampler_states()318 while (j > 0 && i915->vertex_samplers[j - 1] == NULL) in i915_bind_vertex_sampler_states()325 i915->vertex_samplers, in i915_bind_vertex_sampler_states()
230 struct pipe_sampler_state *vertex_samplers[PIPE_MAX_SAMPLERS]; member