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

/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dopt_minmax.cpp202 smaller_constant(ir_constant *a, ir_constant *b) function in namespace:__anondb3718010110
244 ret.low = ismin ? smaller_constant(r0.low, r1.low) :
253 ret.high = ismin ? smaller_constant(r0.high, r1.high) :
280 ret.high = smaller_constant(r0.high, r1.high);
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dopt_minmax.cpp247 smaller_constant(ir_constant *a, ir_constant *b) function in namespace:__anon4524e4d40110
289 ret.low = ismin ? smaller_constant(r0.low, r1.low) :
298 ret.high = ismin ? smaller_constant(r0.high, r1.high) :
325 ret.high = smaller_constant(r0.high, r1.high);

Completed in 3 milliseconds