Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dfrontend.cpp1437 SWR_DS_CONTEXT dsContext; in TessellationStages() local
1438 dsContext.PrimitiveID = pPrimId[p]; in TessellationStages()
1439 dsContext.pCpIn = pCPout; in TessellationStages()
1440 dsContext.pDomainU = (simdscalar*)tsData.pDomainPointsU; in TessellationStages()
1441 dsContext.pDomainV = (simdscalar*)tsData.pDomainPointsV; in TessellationStages()
1442 dsContext.pOutputData = gt_pTessellationThreadData->pDSOutput; in TessellationStages()
1443 dsContext.outVertexAttribOffset = tsState.dsOutVtxAttribOffset; in TessellationStages()
1445 dsContext.vectorStride = RoundUpEven(requiredDSVectorInvocations); // simd8 -> simd16 in TessellationStages()
1447 dsContext.vectorStride = requiredDSVectorInvocations; in TessellationStages()
1452 for (dsContext.vectorOffset = 0; dsContext.vectorOffset < requiredDSVectorInvocations; 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()
/external/llvm-project/clang/lib/Parse/
DParseObjc.cpp1261 DeclSpecContext dsContext = DeclSpecContext::DSC_normal; in ParseObjCTypeName() local
1263 dsContext = DeclSpecContext::DSC_objc_method_result; in ParseObjCTypeName()
1264 ParseSpecifierQualifierList(declSpec, AS_none, dsContext); in ParseObjCTypeName()