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

  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample.c 665 LLVMValueRef clamp_max; local
707 clamp_max = LLVMBuildICmp(builder, LLVMIntSGE,
711 *level0_out = LLVMBuildSelect(builder, clamp_max,
714 *level1_out = LLVMBuildSelect(builder, clamp_max,
717 *lod_fpart_inout = LLVMBuildSelect(builder, clamp_max,
    [all...]
  /system/core/libpixelflinger/
scanline.cpp 625 const GGLfixed clamp_max = (size << 16) - FIXED_HALF; local
627 if (coord > clamp_max) coord = clamp_max;
631 const GGLfixed clamp_max = (size << 16); local
633 if (coord > clamp_max) coord = clamp_max;
    [all...]

Completed in 1280 milliseconds