Home | History | Annotate | Download | only in glsl

Lines Matching defs:state_slots

397  * \sa ir_variable::state_slots
572 return this->is_interface_instance() ? NULL : this->u.state_slots;
577 return this->is_interface_instance() ? NULL : this->u.state_slots;
584 this->u.state_slots = ralloc_array(this, ir_state_slot, n);
587 if (this->u.state_slots != NULL)
590 return this->u.state_slots;
989 * Once set at variable creation, \c state_slots must remain invariant.
992 * and \c state_slots will be \c NULL.
994 ir_state_slot *state_slots;