Searched refs:poly_mask (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_arit.c | 3025 LLVMValueRef poly_mask = lp_build_compare(gallivm, local in function:lp_build_sin_or_cos 3112 * xmm3 = poly_mask; 3119 LLVMValueRef y2_and = LLVMBuildAnd(b, y2_i, poly_mask, "y2_and"); 3120 LLVMValueRef poly_mask_inv = LLVMBuildNot(b, poly_mask, "poly_mask_inv");
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_arit.c | 2914 LLVMValueRef poly_mask = lp_build_compare(gallivm, local in function:lp_build_sin_or_cos 3001 * xmm3 = poly_mask; 3008 LLVMValueRef y2_and = LLVMBuildAnd(b, y2_i, poly_mask, "y2_and"); 3009 LLVMValueRef poly_mask_inv = LLVMBuildNot(b, poly_mask, "poly_mask_inv");
|
Completed in 11 milliseconds