HomeSort by relevance Sort by last modified time
    Searched full:sampler_enable_flags (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/drivers/i915/
i915_state_emit.c 300 const uint enabled = i915->current.sampler_enable_flags;
320 const uint enabled = i915->current.sampler_enable_flags;
360 OUT_BATCH( i915->current.sampler_enable_flags );
363 if (i915->current.sampler_enable_flags & (1<<i)) {
i915_state_sampler.c 153 i915->current.sampler_enable_flags = 0x0;
175 i915->current.sampler_enable_flags |= (1 << unit);
i915_context.h 156 unsigned sampler_enable_flags; member in struct:i915_state

Completed in 100 milliseconds