Home
last modified time | relevance | path

Searched refs:ex0 (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dast_expr.cpp81 ast_expression_bin::ast_expression_bin(int oper, ast_expression *ex0, in ast_expression_bin() argument
83 ast_expression(oper, ex0, ex1, NULL) in ast_expression_bin()
Dglsl_parser_extras.cpp1287 ast_expression *ex0, in ast_expression() argument
1293 this->subexpressions[0] = ex0; in ast_expression()
/external/mesa3d/src/mesa/swrast/
Ds_aaline.c57 GLfloat ex0, ey0; /* quad edge vectors */ member
300 GLfloat cross0 = (info->ex0 * fy0 - info->ey0 * fx0); in compute_coveragef()
308 cross0 = info->ex0 + info->ey0; in compute_coveragef()
360 line->ex0 = line->qx1 - line->qx0; in segment()