Searched refs:oper (Results 1 - 21 of 21) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dast_expr.cpp81 ast_expression_bin::ast_expression_bin(int oper, ast_expression *ex0, argument
83 ast_expression(oper, ex0, ex1, NULL)
85 assert((oper >= ast_plus) && (oper <= ast_logic_not));
93 printf("%s ", operator_string(oper));
H A Dglsl_parser_extras.cpp979 if (expr->oper == ast_aggregate)
993 if (expr->oper == ast_aggregate) {
1005 if (expr->oper == ast_aggregate)
1250 switch (oper) {
1263 printf("%s ", operator_string(oper));
1278 printf("%s ", operator_string(oper));
1285 printf("%s ", operator_string(oper));
1382 ast_expression::ast_expression(int oper, argument
1388 this->oper = ast_operators(oper);
[all...]
H A Dast_to_hir.cpp1225 parent_expr->operator_string(parent_expr->oper));
1413 switch (this->oper) {
1447 result = new(ctx) ir_expression(operations[this->oper], type,
1459 (this->oper == ast_mul),
1463 result = new(ctx) ir_expression(operations[this->oper], type,
1473 assert(operations[this->oper] == ir_binop_mod);
1475 result = new(ctx) ir_expression(operations[this->oper], type,
1488 type = shift_result_type(op[0]->type, op[1]->type, this->oper, state,
1490 result = new(ctx) ir_expression(operations[this->oper], type,
1513 if (this->oper
[all...]
H A Dast.h224 ast_expression(int oper, ast_expression *,
228 oper(ast_identifier)
254 enum ast_operators oper; member in class:ast_expression
296 ast_expression_bin(int oper, ast_expression *, ast_expression *);
H A Dast_array_index.cpp33 if (((ast_expression*)array_dimension)->oper != ast_unsized_array_dim)
H A Dast_function.cpp762 if (array->oper == ast_array_index) {
2398 } else if (subexpressions[0]->oper == ast_field_selection) {
2411 if (id->oper == ast_array_index) {
2416 } else if (id->oper == ast_identifier) {
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dast_expr.cpp81 ast_expression_bin::ast_expression_bin(int oper, ast_expression *ex0, argument
83 ast_expression(oper, ex0, ex1, NULL)
85 assert((oper >= ast_plus) && (oper <= ast_logic_not));
93 printf("%s ", operator_string(oper));
H A Dast.h220 ast_expression(int oper, ast_expression *,
224 oper(ast_identifier)
250 enum ast_operators oper; member in class:ast_expression
292 ast_expression_bin(int oper, ast_expression *, ast_expression *);
H A Dglsl_parser_extras.cpp941 if (expr->oper == ast_aggregate)
955 if (expr->oper == ast_aggregate) {
967 if (expr->oper == ast_aggregate)
1211 switch (oper) {
1224 printf("%s ", operator_string(oper));
1239 printf("%s ", operator_string(oper));
1246 printf("%s ", operator_string(oper));
1343 ast_expression::ast_expression(int oper, argument
1349 this->oper = ast_operators(oper);
[all...]
H A Dast_to_hir.cpp1213 parent_expr->operator_string(parent_expr->oper));
1401 switch (this->oper) {
1435 result = new(ctx) ir_expression(operations[this->oper], type,
1447 (this->oper == ast_mul),
1451 result = new(ctx) ir_expression(operations[this->oper], type,
1461 assert(operations[this->oper] == ir_binop_mod);
1463 result = new(ctx) ir_expression(operations[this->oper], type,
1476 type = shift_result_type(op[0]->type, op[1]->type, this->oper, state,
1478 result = new(ctx) ir_expression(operations[this->oper], type,
1501 if (this->oper
[all...]
H A Dast_array_index.cpp33 if (((ast_expression*)array_dimension)->oper != ast_unsized_array_dim)
H A Dast_function.cpp720 if (array->oper == ast_array_index) {
2333 } else if (subexpressions[0]->oper == ast_field_selection) {
2346 if (id->oper == ast_array_index) {
2351 } else if (id->oper == ast_identifier) {
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/
H A D089-redefine-macro-error.c16 #define oper(a,b) a+b macro
17 #define oper(a,b) a*b macro
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/tests/
H A D089-redefine-macro-error.c16 #define oper(a,b) a+b macro
17 #define oper(a,b) a*b macro
/xsrc/external/mit/xrdb/dist/
H A Dxrdb.c126 static int oper = OPLOAD; variable in typeref:typename:int
452 if (oper == OPSYMBOLS)
535 if (oper == OPSYMBOLS)
563 else if (!strcmp(arg, "-undef") && oper != OPSYMBOLS) {
985 oper = OPQUERY;
989 oper = OPGET;
996 oper = OPLOAD;
1000 oper = OPMERGE;
1004 oper = OPOVERRIDE;
1008 oper
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_stencil.c121 * @param oper the stencil buffer operator
128 apply_stencil_op(const struct gl_context *ctx, GLenum oper, GLuint face, argument
137 switch (oper) {
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_stencil.c121 * @param oper the stencil buffer operator
128 apply_stencil_op(const struct gl_context *ctx, GLenum oper, GLuint face, argument
137 switch (oper) {
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_vec4_nir.cpp1599 enum opcode oper = (instr->op == nir_op_unpack_64_2x32_split_x) ? local in function:brw::vec4_visitor::nir_emit_alu
1604 emit(oper, tmp2, src_reg(tmp));
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_vec4_nir.cpp1637 enum opcode oper = (instr->op == nir_op_unpack_64_2x32_split_x) ? local in function:brw::vec4_visitor::nir_emit_alu
1642 emit(oper, tmp2, src_reg(tmp));
/xsrc/external/mit/MesaLib.old/src/compiler/glsl/
H A Dglsl_parser.cpp3125 if ((yyvsp[-2].expression)->oper != ast_sequence) {
4104 if ((yyvsp[0].expression)->oper != ast_int_constant &&
4105 (yyvsp[0].expression)->oper != ast_uint_constant &&
/xsrc/external/mit/MesaLib/src/compiler/glsl/
H A Dglsl_parser.cpp3337 if ((yyvsp[-2].expression)->oper != ast_sequence) {
4342 if ((yyvsp[0].expression)->oper != ast_int_constant &&
4343 (yyvsp[0].expression)->oper != ast_uint_constant &&

Completed in 57 milliseconds