Searched refs:max_f (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_depth.c171 GLfloat min_f, max_f; local in function:_swrast_depth_clamp_span
176 max_f = ctx->ViewportArray[0].Far;
179 max_f = ctx->ViewportArray[0].Near;
191 max = (GLint) (max_f * fb->_DepthMaxF);
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_depth.c171 GLfloat min_f, max_f; local in function:_swrast_depth_clamp_span
176 max_f = ctx->ViewportArray[0].Far;
179 max_f = ctx->ViewportArray[0].Near;
191 max = (GLint) (max_f * fb->_DepthMaxF);
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_range_analysis.c1593 float max_f = ceilf(src0_f) * ceilf(src1_f); local in function:nir_unsigned_upper_bound
1594 memcpy(&res, &max_f, 4);

Completed in 8 milliseconds