Home
last modified time | relevance | path

Searched refs:sampler_enable_flags (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/i915/
Di915_state_emit.c244 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()
Di915_state_sampler.c348 i915->current.sampler_enable_flags = 0x0; in update_samplers()
369 i915->current.sampler_enable_flags |= (1 << unit); in update_samplers()
Di915_context.h151 unsigned sampler_enable_flags; member