Home
last modified time | relevance | path

Searched refs:tsState (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dfrontend.cpp954 const SWR_TS_STATE& tsState = state.tsState; in TessellationStages() local
959 tsState.domain, in TessellationStages()
960 tsState.partitioning, in TessellationStages()
961 tsState.tsOutputTopology, in TessellationStages()
968 tsState.domain, in TessellationStages()
969 tsState.partitioning, in TessellationStages()
970 tsState.tsOutputTopology, in TessellationStages()
979 switch (tsState.postDSTopology) in TessellationStages()
984 default: SWR_ASSERT(false, "Unexpected DS output topology: %d", tsState.postDSTopology); in TessellationStages()
997 for (uint32_t slot = 0; slot < tsState.numHsInputAttribs; ++slot) in TessellationStages()
[all …]
Dapi.cpp607 pApiState->tsState = *pState; in SwrSetTsState()
1043 if (pDC->pState->state.tsState.tsEnable) in MaxVertsPerDraw()
1126 pState->tsState.tsEnable, in DrawInstanced()
1268 pState->tsState.tsEnable, in DrawIndexedInstance()
Dcontext.h256 SWR_TS_STATE tsState; in OSALIGNLINE() local