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

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
context.h 326 simdscalar vZb;
backend.cpp 523 psContext.vZ = vplaneps(coeffs.vZa, coeffs.vZb, coeffs.vZc, psContext.vI.center, psContext.vJ.center);
734 psContext.vZ = vplaneps(coeffs.vZa, coeffs.vZb, coeffs.vZc, psContext.vI.sample, psContext.vJ.sample);
    [all...]
backend.h 454 coeffs->vZb = _simd_broadcast_ss(&work.Z[1]);
604 vZ[sample] = vplaneps(coeffs.vZa, coeffs.vZb, coeffs.vZc, psContext.vI.sample, psContext.vJ.sample);
    [all...]

Completed in 1486 milliseconds