Home | History | Annotate | Download | only in glsl

Lines Matching refs:operation

615     * Comparison operation in the loop terminator.
848 * Constructor for unary operation expressions
854 * Constructor for binary operation expressions
891 return (this->operation == ir_quadop_vector)
892 ? this->type->vector_elements : get_num_operands(operation);
918 ir_expression_operation operation;