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

  /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);
ir_optimization.h 33 #define DIV_TO_MUL_RCP 0x02
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_shader.cpp 123 DIV_TO_MUL_RCP |
brw_fs_visitor.cpp 387 /* Floating point should be lowered by DIV_TO_MUL_RCP in the compiler. */
    [all...]
brw_vec4_visitor.cpp 1139 /* Floating point should be lowered by DIV_TO_MUL_RCP in the compiler. */
    [all...]
  /external/mesa3d/src/mesa/program/
ir_to_mesa.cpp     [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp     [all...]

Completed in 612 milliseconds