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

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
context.h 327 simdscalar vZc;
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 455 coeffs->vZc = _simd_broadcast_ss(&work.Z[2]);
604 vZ[sample] = vplaneps(coeffs.vZa, coeffs.vZb, coeffs.vZc, psContext.vI.sample, psContext.vJ.sample);
    [all...]

Completed in 60 milliseconds