Home | History | Annotate | Download | only in hlsl

Lines Matching refs:domain

1774             // Handle [domain("...")]
1777 error(loc, "invalid domain", "", "");
1779 TLayoutGeometry domain = ElgNone;
1782 domain = ElgTriangles;
1784 domain = ElgQuads;
1786 domain = ElgIsolines;
1788 error(loc, "unsupported domain type", domainStr.c_str(), "");
1792 if (! intermediate.setInputPrimitive(domain))
1793 error(loc, "cannot change previously set domain", TQualifier::getGeometryString(domain), "");
1795 if (! intermediate.setOutputPrimitive(domain))
1796 error(loc, "cannot change previously set domain", TQualifier::getGeometryString(domain), "");
1988 // Return true if this is a tessellation patch constant function input to a domain shader.
2043 // In the domain shader, PCF input must be at the end of the linkage. That's because in the