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

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
rasterizer.cpp 59 const SWR_RASTSTATE &rastState = state.rastState;
97 __m128 vLineWidth = _mm_set1_ps(pDC->pState->state.rastState.lineWidth);
155 pfnTriRast = GetRasterizerFunc(rastState.sampleCount, rastState.bIsCenterPattern, false,
319 const SWR_RASTSTATE& rastState = pDC->pState->state.rastState;
365 pfnTriRast = GetRasterizerFunc(rastState.sampleCount, rastState.bIsCenterPattern, false,
383 if (rastState.pointSpriteTopOrigin
    [all...]
binner.cpp 657 const SWR_RASTSTATE& rastState = state.rastState;
704 typename SIMD_T::Float offset = SwrPixelOffsets<SIMD_T>::GetOffset(rastState.pixelLocation);
735 if (rastState.fillMode == SWR_FILLMODE_SOLID && !CT::IsConservativeT::value)
746 if (rastState.frontWinding == SWR_FRONTWINDING_CW)
760 switch ((SWR_CULLMODE)rastState.cullMode)
767 default: SWR_INVALID("Invalid cull mode: %d", rastState.cullMode); cullTris = 0x0; break;
    [all...]
context.h 272 SWR_RASTSTATE rastState;
rasterizer_impl.h     [all...]
  /external/mesa3d/src/gallium/drivers/swr/
swr_state.h 105 SWR_RASTSTATE rastState;

Completed in 110 milliseconds