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

  /external/mesa3d/src/gallium/drivers/i915/
i915_state_sampler.c 149 i915->current.sampler_enable_flags = 0x0;
171 i915->current.sampler_enable_flags |= (1 << unit);
i915_state_emit.c 247 const uint enabled = i915->current.sampler_enable_flags;
267 const uint enabled = i915->current.sampler_enable_flags;
305 OUT_BATCH( i915->current.sampler_enable_flags );
308 if (i915->current.sampler_enable_flags & (1<<i)) {
i915_context.h 156 unsigned sampler_enable_flags; member in struct:i915_state

Completed in 59 milliseconds