Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.cpp1775 TString domainStr; in handleEntryPointAttributes() local
1776 if (! it->getString(domainStr)) { in handleEntryPointAttributes()
1781 if (domainStr == "tri") { in handleEntryPointAttributes()
1783 } else if (domainStr == "quad") { in handleEntryPointAttributes()
1785 } else if (domainStr == "isoline") { in handleEntryPointAttributes()
1788 error(loc, "unsupported domain type", domainStr.c_str(), ""); in handleEntryPointAttributes()