Home | History | Annotate | Download | only in hlsl

Lines Matching refs:builtInType

2449     const TBuiltInVariable builtInType = clipCullNode->getQualifier().builtIn;
2454 switch (builtInType) {
3296 const TBuiltInVariable builtInType = bufferType.getQualifier().declaredBuiltIn;
3300 const bool isByteAddressBuffer = (builtInType == EbvByteAddressBuffer ||
3301 builtInType == EbvRWByteAddressBuffer);