HomeSort by relevance Sort by last modified time
    Searched refs:fragment_sampler (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/gallium/drivers/i915/
i915_state_sampler.c 164 i915->fragment_sampler[unit], /* sampler state */
170 i915->fragment_sampler[unit], /* sampler state */
377 i915->fragment_sampler[unit], /* sampler state */
i915_context.h 229 const struct i915_sampler_state *fragment_sampler[PIPE_MAX_SAMPLERS]; member in struct:i915_context
i915_state.c 341 !memcmp(i915->fragment_sampler + start, samplers,
346 i915->fragment_sampler[i + start] = samplers[i];
351 while (j > 0 && i915->fragment_sampler[j - 1] == NULL)
    [all...]
i915_surface.c 71 (void**)i915->fragment_sampler);

Completed in 96 milliseconds