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

  /external/mesa3d/src/compiler/glsl/
opt_algebraic.cpp 117 return (ir == NULL) ? false : ir->is_value(2.0, 2);
123 return (ir == NULL) ? false : ir->is_value(4.0, 4);
639 if (!point_five || !point_five->is_value(0.5, 0))
ir.cpp 1261 ir_constant::is_value(float f, int i) const function in class:ir_constant
    [all...]
ir.h     [all...]

Completed in 6594 milliseconds