HomeSort by: relevance | last modified time | path
    Searched defs:operations (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
ast_to_hir.cpp 462 * operand. Section 5.10 "Vector and Matrix Operations" explains in
547 * make sense for bitwise operations, as they don't operate on floats.
551 * operations. However, Khronos has decided that they should in future
1202 /* For logical operations, we want to ensure that the operands are
1349 static const int operations[AST_NUM_OPERATORS] = { local
1447 result = new(ctx) ir_expression(operations[this->oper], type,
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,
1490 result = new(ctx) ir_expression(operations[this->oper], type
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
ast_to_hir.cpp 462 * operand. Section 5.10 "Vector and Matrix Operations" explains in
547 * make sense for bitwise operations, as they don't operate on floats.
551 * operations. However, Khronos has decided that they should in future
1190 /* For logical operations, we want to ensure that the operands are
1337 static const int operations[AST_NUM_OPERATORS] = { local
1435 result = new(ctx) ir_expression(operations[this->oper], type,
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,
1478 result = new(ctx) ir_expression(operations[this->oper], type
    [all...]

Completed in 9 milliseconds