Searched refs:sampler_enable_flags (Results 1 – 3 of 3) sorted by relevance
244 const uint32_t enabled = i915->current.sampler_enable_flags; in validate_map()265 const uint32_t enabled = i915->current.sampler_enable_flags; in emit_map()306 OUT_BATCH(i915->current.sampler_enable_flags); in emit_sampler()309 if (i915->current.sampler_enable_flags & (1 << i)) { in emit_sampler()
348 i915->current.sampler_enable_flags = 0x0; in update_samplers()369 i915->current.sampler_enable_flags |= (1 << unit); in update_samplers()
151 unsigned sampler_enable_flags; member