Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dfrontend.cpp246 case TOP_POINT_LIST: return numPrims; in GetNumPrims()
322 case TOP_POINT_LIST: return numPrims; in GetNumVerts()
397 case TOP_POINT_LIST: in NumVertsPerPrim()
736 case TOP_POINT_LIST: pfnClipFunc = ClipPoints; break; in GeometryShaderStage()
983 case TOP_POINT_LIST: pfnClipFunc = ClipPoints; break; in TessellationStages()
Dapi.cpp843 case TOP_POINT_LIST: in SetupPipeline()
1006 case TOP_POINT_LIST: in MaxVertsPerDraw()
1101 if (topology == TOP_POINT_LIST) in DrawInstanced()
1242 if (topology == TOP_POINT_LIST) in DrawIndexedInstance()
Dclip.h350 if (pa.binTopology == TOP_POINT_LIST) in ClipSimd()
351 clipTopology = TOP_POINT_LIST; in ClipSimd()
472 case TOP_POINT_LIST: in ExecuteStage()
Dpa.h404 case TOP_POINT_LIST: pfnPa = &PA_STATE_CUT::ProcessVertPointList; break; in PA_STATE_CUT()
989 case TOP_POINT_LIST: in PA_TESS()
1160 topo == TOP_TRIANGLE_STRIP || topo == TOP_POINT_LIST || in PA_FACTORY()
Dstate.h39 TOP_POINT_LIST = 0x1, enumerator
Dpa_avx.cpp1028 case TOP_POINT_LIST: in PA_STATE_OPT()
1164 case TOP_POINT_LIST: in PA_STATE_OPT()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_draw.cpp42 return TOP_POINT_LIST; in swr_convert_prim_topology()