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

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

Completed in 108 milliseconds