HomeSort by relevance Sort by last modified time
    Searched refs:annotationNestingLevel (Results 1 - 2 of 2) sorted by null

  /external/deqp-deps/glslang/hlsl/
hlslParseHelper.h 168 void nestAnnotations() { ++annotationNestingLevel; }
169 void unnestAnnotations() { --annotationNestingLevel; }
170 int getAnnotationNestingLevel() { return annotationNestingLevel; }
335 int annotationNestingLevel; // 0 if outside all annotations
hlslParseHelper.cpp 62 annotationNestingLevel(0),
    [all...]

Completed in 7835 milliseconds