Searched defs:rastState (Results 1 - 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/
H A Dswr_state.h90 SWR_RASTSTATE rastState; member in struct:swr_derived_state
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
H A Dbinner.cpp449 const SWR_RASTSTATE& rastState = state.rastState; local
496 simdscalar offset = g_pixelOffsets[rastState.pixelLocation];
526 if (rastState.fillMode == SWR_FILLMODE_SOLID && !CT::IsConservativeT::value)
537 if (rastState.frontWinding == SWR_FRONTWINDING_CW)
551 switch ((SWR_CULLMODE)rastState.cullMode)
558 default: SWR_ASSERT(false, "Invalid cull mode: %d", rastState.cullMode); cullTris = 0x0; break;
569 if (rastState.fillMode == SWR_FILLMODE_WIREFRAME)
604 const SWR_MULTISAMPLE_COUNT sampleCount = (rastState.samplePattern == SWR_MSAA_STANDARD_PATTERN) ? rastState
902 const SWR_RASTSTATE& rastState = state.rastState; local
1243 const SWR_RASTSTATE& rastState = state.rastState; local
1452 const SWR_RASTSTATE& rastState = state.rastState; local
[all...]
H A Dcontext.h265 SWR_RASTSTATE rastState; variable
H A Drasterizer.cpp852 const SWR_RASTSTATE &rastState = state.rastState; local
975 triDesc.Z[2] += ComputeDepthBias(&rastState, &triDesc, workDesc.pTriBuffer + 8);
1297 const SWR_RASTSTATE& rastState = pDC->pState->state.rastState; local
1344 uint32_t sampleCount = (rastState.samplePattern == SWR_MSAA_STANDARD_PATTERN) ? rastState.sampleCount : SWR_MULTISAMPLE_1X;
1363 if (rastState.pointSpriteTopOrigin)
1405 if (rastState.pointSpriteTopOrigin)
1582 const SWR_RASTSTATE &rastState local
[all...]

Completed in 81 milliseconds