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

  /external/eigen/Eigen/src/Core/arch/SSE/
MathFunctions.h 316 Packet4f poly_mask = _mm_castsi128_ps(emm2); local
350 y2 = _mm_and_ps(poly_mask, y2);
351 y = _mm_andnot_ps(poly_mask, y);
406 Packet4f poly_mask = _mm_castsi128_ps(emm2); local
437 y2 = _mm_and_ps(poly_mask, y2);
438 y = _mm_andnot_ps(poly_mask, y);
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_arit.c 2108 LLVMValueRef poly_mask = lp_build_compare(gallivm, local
2330 LLVMValueRef poly_mask = lp_build_compare(gallivm, local
    [all...]

Completed in 171 milliseconds