Searched refs:vertex_samplers (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/
H A Di915_state.c304 assert(start + num <= ARRAY_SIZE(i915->vertex_samplers));
308 !memcmp(i915->vertex_samplers + start, samplers,
313 i915->vertex_samplers[i + start] = samplers[i];
318 while (j > 0 && i915->vertex_samplers[j - 1] == NULL)
325 i915->vertex_samplers,
H A Di915_context.h230 struct pipe_sampler_state *vertex_samplers[PIPE_MAX_SAMPLERS]; member in struct:i915_context
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
H A Di915_context.h256 struct pipe_sampler_state *vertex_samplers[PIPE_MAX_SAMPLERS]; member in struct:i915_context

Completed in 4 milliseconds