Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/
Dswr_state.h349 return TOP_LINE_LIST; in swr_convert_prim_topology()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dfrontend.cpp255 case TOP_LINE_LIST: return numPrims / 2; in GetNumPrims()
331 case TOP_LINE_LIST: return numPrims * 2; in GetNumVerts()
402 case TOP_LINE_LIST: in NumVertsPerPrim()
1204 case TOP_LINE_LIST: pfnClipFunc = ClipLines_simd16; break; in TessellationStages()
1217 case TOP_LINE_LIST: pfnClipFunc = ClipLines; break; in TessellationStages()
Dpa.h480 case TOP_LINE_LIST: pfnPa = &PA_STATE_CUT::ProcessVertLineList; break; in PA_STATE_CUT()
1176 case TOP_LINE_LIST: in PA_TESS()
1430 topo == TOP_LINE_LIST || topo == TOP_LINE_STRIP || in PA_FACTORY()
Dclip.h168 case TOP_LINE_LIST:
221 case TOP_LINE_LIST:
532 clipTopology = TOP_LINE_LIST;
Dstate.h43 TOP_LINE_LIST = 0x2, enumerator
Dpa_avx.cpp2638 case TOP_LINE_LIST: in PA_STATE_OPT()
2892 case TOP_LINE_LIST: in PA_STATE_OPT()
Dapi.cpp901 case TOP_LINE_LIST: in SetupPipeline()