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

/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.c665 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,

Completed in 111 milliseconds