Home | History | Annotate | Download | only in glsl

Lines Matching full:value_list

596 ir_constant::ir_constant(const struct glsl_type *type, exec_list *value_list)
607 foreach_list(node, value_list) {
617 * value_list must be a 1-for-1 match with the structure components. Each
618 * entry must also be a constant. Just move the nodes from the value_list
623 * FINISHME: value_list, or should it make copies?
626 value_list->move_nodes_to(& this->components);
634 ir_constant *value = (ir_constant *) (value_list->head);
696 /* Use each component from each entry in the value_list to initialize one