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

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
depthstencil.h 126 const SWR_DEPTH_STENCIL_STATE* pDSState = &pState->depthStencilState;
137 if (pDSState->depthTestEnable)
139 switch (pDSState->depthTestFunc)
147 switch (pDSState->depthTestFunc)
160 if (pDSState->stencilTestEnable)
165 if (frontFacing || !pDSState->doubleSidedStencilTestEnable)
167 stencilRefValue = pDSState->stencilRefValue;
168 stencilTestFunc = pDSState->stencilTestFunc;
169 stencilTestMask = pDSState->stencilTestMask;
173 stencilRefValue = pDSState->backfaceStencilRefValue
    [all...]
api.cpp 628 SWR_DEPTH_STENCIL_STATE *pDSState)
632 pState->depthStencilState = *pDSState;
    [all...]

Completed in 2556 milliseconds