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

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
backend_impl.h 471 coeffs->vRecipDet = _simd_broadcast_ss(&work.recipDet);
512 psContext->recipDet = work.recipDet;
    [all...]
context.h 78 float recipDet;
rasterizer.cpp 301 triDesc.recipDet = 1.0f;
rasterizer_impl.h 446 float dzdx = fabsf(pDesc->recipDet * (pDesc->Z[0] * pDesc->I[0] + pDesc->Z[1] * pDesc->J[0]));
447 float dzdy = fabsf(pDesc->recipDet * (pDesc->Z[0] * pDesc->I[1] + pDesc->Z[1] * pDesc->J[1]));
    [all...]
state.h 349 float recipDet; // IN: 1/Det, used when barycentric interpolating attributes
    [all...]

Completed in 133 milliseconds