Searched refs:postDSTopology (Results 1 – 3 of 3) sorted by relevance
1294 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()
823 PRIMITIVE_TOPOLOGY postDSTopology; // @llvm_enum member
1702 PRIMITIVE_TOPOLOGY postDSTopology = TOP_POINT_LIST; in CompileTES() local1708 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()