Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dfrontend.cpp220 case TOP_POINT_LIST: in GetNumPrims()
309 case TOP_POINT_LIST: in GetNumVerts()
399 case TOP_POINT_LIST: in NumVertsPerPrim()
903 case TOP_POINT_LIST: in GeometryShaderStage()
926 case TOP_POINT_LIST: in GeometryShaderStage()
1302 case TOP_POINT_LIST: in TessellationStages()
1322 case TOP_POINT_LIST: in TessellationStages()
Dclip.h187 case TOP_POINT_LIST:
249 case TOP_POINT_LIST:
567 if (pa.binTopology == TOP_POINT_LIST)
569 clipTopology = TOP_POINT_LIST;
Dapi.cpp901 case TOP_POINT_LIST: in SetupPipeline()
1125 case TOP_POINT_LIST: in MaxVertsPerDraw()
1212 if (topology == TOP_POINT_LIST) in DrawInstanced()
1366 if (topology == TOP_POINT_LIST) in DrawIndexedInstance()
Dpa.h525 case TOP_POINT_LIST: in PA_STATE_CUT()
1304 case TOP_POINT_LIST:
1616 (topo == TOP_TRIANGLE_STRIP || topo == TOP_POINT_LIST || topo == TOP_LINE_LIST || in PA_FACTORY()
Dstate.h46 TOP_POINT_LIST = 0x1, enumerator
Dpa_avx.cpp2831 case TOP_POINT_LIST: in PA_STATE_OPT()
3085 case TOP_POINT_LIST: in PA_STATE_OPT()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_state.h369 return TOP_POINT_LIST; in swr_convert_prim_topology()
Dswr_shader.cpp821 if(iface->pGsState->outputTopology != TOP_POINT_LIST) { in swr_gs_llvm_emit_vertex()
879 if (iface->pGsState->outputTopology == TOP_POINT_LIST) { in swr_gs_llvm_end_primitive()
1515 if(pGS->outputTopology == TOP_POINT_LIST) { in CompileGS()
1702 PRIMITIVE_TOPOLOGY postDSTopology = TOP_POINT_LIST; in CompileTES()
1739 postDSTopology = TOP_POINT_LIST; in CompileTES()