Searched refs:exp_mask (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_state_setup.c | 275 LLVMValueRef c23_shifted, exp_mask, bias, exp; local in function:lp_do_offset_tri 281 exp_mask = lp_build_const_int32(gallivm, 0xff << 23); 292 exp = lp_build_and(&int_scalar_bld, exp, exp_mask);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_state_setup.c | 274 LLVMValueRef c23_shifted, exp_mask, bias, exp; local in function:lp_do_offset_tri 280 exp_mask = lp_build_const_int32(gallivm, 0xff << 23); 294 exp = lp_build_and(&int_scalar_bld, exp, exp_mask);
|
Completed in 4 milliseconds