Lines Matching defs:active
843 * present with n active dual subslices.
857 /* All three pixel pipes have the maximum number of active dual
858 * subslices, or there is only one active pixel pipe: Nothing to do.
3874 const bool active = num_targets > 0;
3875 if (ice->state.streamout_active != active) {
3876 ice->state.streamout_active = active;
3879 /* We only emit 3DSTATE_SO_DECL_LIST when streamout is active, because
3884 if (active) {
3902 /* No need to update 3DSTATE_SO_BUFFER unless SOL is active. */
3903 if (!active)