Home
last modified time | relevance | path

Searched refs:dsContext (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dfrontend.cpp1301 SWR_DS_CONTEXT dsContext; in TessellationStages() local
1302 dsContext.PrimitiveID = pPrimId[p]; in TessellationStages()
1303 dsContext.pCpIn = &hsContext.pCPout[p]; in TessellationStages()
1304 dsContext.pDomainU = (simdscalar*)tsData.pDomainPointsU; in TessellationStages()
1305 dsContext.pDomainV = (simdscalar*)tsData.pDomainPointsV; in TessellationStages()
1306 dsContext.pOutputData = gt_pTessellationThreadData->pDSOutput; in TessellationStages()
1307 dsContext.outVertexAttribOffset = tsState.dsOutVtxAttribOffset; in TessellationStages()
1309 dsContext.vectorStride = RoundUpEven(requiredDSVectorInvocations); // simd8 -> simd16 in TessellationStages()
1311 dsContext.vectorStride = requiredDSVectorInvocations; in TessellationStages()
1316 …for (dsContext.vectorOffset = 0; dsContext.vectorOffset < requiredDSVectorInvocations; ++dsContext in TessellationStages()
[all …]
/external/clang/lib/Parse/
DParseObjc.cpp1276 DeclSpecContext dsContext = DSC_normal; in ParseObjCTypeName() local
1278 dsContext = DSC_objc_method_result; in ParseObjCTypeName()
1279 ParseSpecifierQualifierList(declSpec, AS_none, dsContext); in ParseObjCTypeName()