Home
last modified time | relevance | path

Searched refs:vertex_samplers (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/i915/
Di915_state.c304 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()
Di915_context.h230 struct pipe_sampler_state *vertex_samplers[PIPE_MAX_SAMPLERS]; member