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

  /external/chromium_org/third_party/mesa/src/src/glsl/
lower_instructions.cpp 34 * - DIV_TO_MUL_RCP
51 * DIV_TO_MUL_RCP and INT_DIV_TO_MUL_RCP:
60 * DIV_TO_MUL_RCP only lowers floating point division; INT_DIV_TO_MUL_RCP
102 void div_to_mul_rcp(ir_expression *);
134 lower_instructions_visitor::div_to_mul_rcp(ir_expression *ir) function in class:lower_instructions_visitor
257 if (lowering(DIV_TO_MUL_RCP))
258 div_to_mul_rcp(div_expr);
283 else if (ir->operands[1]->type->is_float() && lowering(DIV_TO_MUL_RCP))
284 div_to_mul_rcp(ir);
  /external/mesa3d/src/glsl/
lower_instructions.cpp 34 * - DIV_TO_MUL_RCP
51 * DIV_TO_MUL_RCP and INT_DIV_TO_MUL_RCP:
60 * DIV_TO_MUL_RCP only lowers floating point division; INT_DIV_TO_MUL_RCP
102 void div_to_mul_rcp(ir_expression *);
134 lower_instructions_visitor::div_to_mul_rcp(ir_expression *ir) function in class:lower_instructions_visitor
257 if (lowering(DIV_TO_MUL_RCP))
258 div_to_mul_rcp(div_expr);
283 else if (ir->operands[1]->type->is_float() && lowering(DIV_TO_MUL_RCP))
284 div_to_mul_rcp(ir);

Completed in 106 milliseconds