Home | History | Annotate | Download | only in glsl

Lines Matching full:op_expr

190    ir_expression *op_expr[2] = {NULL, NULL};
200 op_expr[i] = ir->operands[i]->as_expression();
210 if (op_expr[0] == NULL)
213 switch (op_expr[0]->operation) {
233 op_expr[0]->operands[0],
234 op_expr[0]->operands[1]);
396 if (op_expr[0] && op_expr[0]->operation == ir_unop_rcp) {
398 return op_expr[0]->operands[0];
407 if (op_expr[0] && op_expr[0]->operation == ir_unop_sqrt) {
410 op_expr[0]->operands[0]->type,
411 op_expr[0]->operands[0],