Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dtessellator.h40 HANDLE tsCtx); ///< [IN] Tessellation context to be destroyed
55 HANDLE tsCtx, ///< [IN] Tessellation Context
75 INLINE void SWR_API TSDestroyCtx(HANDLE tsCtx) in TSDestroyCtx() argument
82 HANDLE tsCtx, in TSTessellate() argument
Dfrontend.cpp1179 HANDLE tsCtx = TSInitCtx( in TessellationStages() local
1185 if (tsCtx == nullptr) in TessellationStages()
1188 tsCtx = TSInitCtx( in TessellationStages()
1195 SWR_ASSERT(tsCtx); in TessellationStages()
1269 TSTessellate(tsCtx, hsContext.pCPout[p].tessFactors, tsData); in TessellationStages()
1485 TSDestroyCtx(tsCtx); in TessellationStages()