Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dfrontend.cpp729 PFN_PROCESS_PRIMS pfnClipFunc = nullptr; in GeometryShaderStage() local
734 case TOP_TRIANGLE_STRIP: pfnClipFunc = ClipTriangles; break; in GeometryShaderStage()
735 case TOP_LINE_STRIP: pfnClipFunc = ClipLines; break; in GeometryShaderStage()
736 case TOP_POINT_LIST: pfnClipFunc = ClipPoints; break; in GeometryShaderStage()
844pfnClipFunc(pDC, gsPa, workerId, attrib, GenMask(gsPa.NumPrims()), vPrimId, vViewPortIdx); in GeometryShaderStage()
976 PFN_PROCESS_PRIMS pfnClipFunc = nullptr; in TessellationStages() local
981 case TOP_TRIANGLE_LIST: pfnClipFunc = ClipTriangles; break; in TessellationStages()
982 case TOP_LINE_LIST: pfnClipFunc = ClipLines; break; in TessellationStages()
983 case TOP_POINT_LIST: pfnClipFunc = ClipPoints; break; in TessellationStages()
1114 SWR_ASSERT(pfnClipFunc); in TessellationStages()
[all …]