Searched refs:clamp_max (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_sample.c | 972 LLVMValueRef clamp_max; local in function:lp_build_linear_mip_levels 1007 clamp_max = LLVMBuildICmp(builder, LLVMIntSGE, 1011 *level0_out = LLVMBuildSelect(builder, clamp_max, 1014 *level1_out = LLVMBuildSelect(builder, clamp_max, 1017 *lod_fpart_inout = LLVMBuildSelect(builder, clamp_max,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_sample.c | 1109 LLVMValueRef clamp_max; local in function:lp_build_linear_mip_levels 1144 clamp_max = LLVMBuildICmp(builder, LLVMIntSGE, 1148 *level0_out = LLVMBuildSelect(builder, clamp_max, 1151 *level1_out = LLVMBuildSelect(builder, clamp_max, 1154 *lod_fpart_inout = LLVMBuildSelect(builder, clamp_max,
|
Completed in 520 milliseconds