Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.cpp1804 TString topologyStr; in handleEntryPointAttributes() local
1805 if (! it->getString(topologyStr)) { in handleEntryPointAttributes()
1811 if (topologyStr == "point") { in handleEntryPointAttributes()
1813 } else if (topologyStr == "line") { in handleEntryPointAttributes()
1815 } else if (topologyStr == "triangle_cw") { in handleEntryPointAttributes()
1818 } else if (topologyStr == "triangle_ccw") { in handleEntryPointAttributes()
1822 error(loc, "unsupported outputtopology type", topologyStr.c_str(), ""); in handleEntryPointAttributes()