Home
last modified time | relevance | path

Searched refs:smaller_constant (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dopt_minmax.cpp202 smaller_constant(ir_constant *a, ir_constant *b) in smaller_constant() function
244 ret.low = ismin ? smaller_constant(r0.low, r1.low) : in combine_range()
253 ret.high = ismin ? smaller_constant(r0.high, r1.high) : in combine_range()
280 ret.high = smaller_constant(r0.high, r1.high); in range_intersection()