Home | History | Annotate | Download | only in glsl

Lines Matching defs:get_num_operands

1520    static unsigned int get_num_operands(ir_expression_operation);
1525 unsigned int get_num_operands() const
1528 ? this->type->vector_elements : get_num_operands(operation);