Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dfrontend.cpp1294 switch (tsState.postDSTopology) in TessellationStages()
1306 SWR_INVALID("Unexpected DS output topology: %d", tsState.postDSTopology); in TessellationStages()
1314 switch (tsState.postDSTopology) in TessellationStages()
1326 SWR_INVALID("Unexpected DS output topology: %d", tsState.postDSTopology); in TessellationStages()
1484 tsState.postDSTopology, in TessellationStages()
1485 NumVertsPerPrim(tsState.postDSTopology, false)); in TessellationStages()
Dstate.h823 PRIMITIVE_TOPOLOGY postDSTopology; // @llvm_enum member
/third_party/mesa3d/src/gallium/drivers/swr/
Dswr_shader.cpp1702 PRIMITIVE_TOPOLOGY postDSTopology = TOP_POINT_LIST; in CompileTES() local
1708 postDSTopology = TOP_LINE_LIST; in CompileTES()
1712 postDSTopology = TOP_TRIANGLE_LIST; in CompileTES()
1717 postDSTopology = TOP_TRIANGLE_LIST; in CompileTES()
1739 postDSTopology = TOP_POINT_LIST; in CompileTES()
1755 pTS->postDSTopology = postDSTopology; in CompileTES()