Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.cpp1839 TString partitionStr; in handleEntryPointAttributes() local
1840 if (! it->getString(partitionStr)) { in handleEntryPointAttributes()
1845 if (partitionStr == "integer") { in handleEntryPointAttributes()
1847 } else if (partitionStr == "fractional_even") { in handleEntryPointAttributes()
1849 } else if (partitionStr == "fractional_odd") { in handleEntryPointAttributes()
1853 error(loc, "unsupported partitioning type", partitionStr.c_str(), ""); in handleEntryPointAttributes()