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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
H A Di915_state_emit.c244 const uint32_t enabled = i915->current.sampler_enable_flags;
265 const uint32_t enabled = i915->current.sampler_enable_flags;
306 OUT_BATCH(i915->current.sampler_enable_flags);
309 if (i915->current.sampler_enable_flags & (1 << i)) {
H A Di915_state_sampler.c348 i915->current.sampler_enable_flags = 0x0;
369 i915->current.sampler_enable_flags |= (1 << unit);
H A Di915_context.h151 unsigned sampler_enable_flags; member in struct:i915_state
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/
H A Di915_state_sampler.c153 i915->current.sampler_enable_flags = 0x0;
175 i915->current.sampler_enable_flags |= (1 << unit);
H A Di915_state_emit.c300 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)) {
H A Di915_context.h156 unsigned sampler_enable_flags; member in struct:i915_state

Completed in 7 milliseconds