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.cpp247 case TOP_POINT_LIST: return numPrims; in GetNumPrims()
323 case TOP_POINT_LIST: return numPrims; in GetNumVerts()
398 case TOP_POINT_LIST: in NumVertsPerPrim()
874 case TOP_POINT_LIST: pfnClipFunc = ClipPoints_simd16; break; in GeometryShaderStage()
887 case TOP_POINT_LIST: pfnClipFunc = ClipPoints; break; in GeometryShaderStage()
1205 case TOP_POINT_LIST: pfnClipFunc = ClipPoints_simd16; break; in TessellationStages()
1218 case TOP_POINT_LIST: pfnClipFunc = ClipPoints; break; in TessellationStages()
Dclip.h165 case TOP_POINT_LIST:
218 case TOP_POINT_LIST:
525 if (pa.binTopology == TOP_POINT_LIST)
527 clipTopology = TOP_POINT_LIST;
Dapi.cpp893 case TOP_POINT_LIST: in SetupPipeline()
1088 case TOP_POINT_LIST: in MaxVertsPerDraw()
1183 if (topology == TOP_POINT_LIST) in DrawInstanced()
1324 if (topology == TOP_POINT_LIST) in DrawIndexedInstance()
Dpa.h479 case TOP_POINT_LIST: pfnPa = &PA_STATE_CUT::ProcessVertPointList; break; in PA_STATE_CUT()
1172 case TOP_POINT_LIST: in PA_TESS()
1429 topo == TOP_TRIANGLE_STRIP || topo == TOP_POINT_LIST || in PA_FACTORY()
Dstate.h42 TOP_POINT_LIST = 0x1, enumerator
Dpa_avx.cpp2659 case TOP_POINT_LIST: in PA_STATE_OPT()
2913 case TOP_POINT_LIST: in PA_STATE_OPT()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_state.h347 return TOP_POINT_LIST; in swr_convert_prim_topology()