HomeSort by relevance Sort by last modified time
    Searched defs:lowering (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/glsl/
lower_instructions.cpp 29 * of the most common cases, allowing the lowering code to be implemented once
111 * Determine if a particular type of lowering should occur
113 #define lowering(x) (this->lower & x) macro
257 if (lowering(DIV_TO_MUL_RCP))
276 if (lowering(SUB_TO_ADD_NEG))
281 if (ir->operands[1]->type->is_integer() && lowering(INT_DIV_TO_MUL_RCP))
283 else if (ir->operands[1]->type->is_float() && lowering(DIV_TO_MUL_RCP))
288 if (lowering(EXP_TO_EXP2))
293 if (lowering(LOG_TO_LOG2))
298 if (lowering(MOD_TO_FRACT) && ir->type->is_float()
    [all...]
  /external/v8/test/cctest/compiler/
test-simplified-lowering.cc 14 #include "src/compiler/simplified-lowering.h"
42 lowering(&jsgraph) {}
47 SimplifiedLowering lowering; member in class:SimplifiedLoweringTester
51 lowering.LowerAllNodes();
683 SimplifiedLowering lowering(&jsgraph);
684 lowering.LowerAllNodes();
    [all...]

Completed in 415 milliseconds