Searched refs:sampler_enable_flags (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
H A Di915_state_sampler.c149 i915->current.sampler_enable_flags = 0x0;
171 i915->current.sampler_enable_flags |= (1 << unit);
H A Di915_state_emit.c247 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)) {
H A Di915_context.h156 unsigned sampler_enable_flags; member in struct:i915_state
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_state_sampler.c149 i915->current.sampler_enable_flags = 0x0;
171 i915->current.sampler_enable_flags |= (1 << unit);
H A Di915_state_emit.c247 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)) {
H A Di915_context.h156 unsigned sampler_enable_flags; member in struct:i915_state

Completed in 129 milliseconds