Searched refs:upperCase (Results 1 – 7 of 7) sorted by relevance
/third_party/glslang/glslang/HLSL/ |
D | hlslTokenStream.h | 55 …glslang::TBuiltInVariable mapSemantic(const char* upperCase) { return scanner.mapSemantic(upperCas… in mapSemantic() argument
|
D | hlslScanContext.cpp | 467 glslang::TBuiltInVariable HlslScanContext::mapSemantic(const char* upperCase) in mapSemantic() argument 469 auto it = SemanticMap->find(upperCase); in mapSemantic()
|
D | hlslParseHelper.cpp | 6219 const TString& upperCase) in handleSemantic() argument 6243 if (upperCase == "POSITION") { in handleSemantic() 6246 if (upperCase == "PSIZE") { in handleSemantic() 6251 if (qualifier.isParamInput() && upperCase == "VPOS") { in handleSemantic() 6255 if (upperCase.compare(0, 5, "COLOR") == 0) { in handleSemantic() 6256 qualifier.layoutLocation = getSemanticNumber(upperCase, 0, nullptr); in handleSemantic() 6259 if (upperCase == "DEPTH") { in handleSemantic() 6270 if (language == EShLangFragment && upperCase.compare(0, 9, "SV_TARGET") == 0) { in handleSemantic() 6271 qualifier.layoutLocation = getSemanticNumber(upperCase, 0, nullptr); in handleSemantic() 6273 } else if (upperCase.compare(0, 15, "SV_CLIPDISTANCE") == 0) { in handleSemantic() [all …]
|
D | hlslParseHelper.h | 109 void handleSemantic(TSourceLoc, TQualifier&, TBuiltInVariable, const TString& upperCase);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | APFloat.cpp | 2702 bool upperCase, in convertToHexString() argument 2712 memcpy (dst, upperCase ? infinityU: infinityL, sizeof infinityU - 1); in convertToHexString() 2717 memcpy (dst, upperCase ? NaNU: NaNL, sizeof NaNU - 1); in convertToHexString() 2723 *dst++ = upperCase ? 'X': 'x'; in convertToHexString() 2730 *dst++ = upperCase ? 'P': 'p'; in convertToHexString() 2735 dst = convertNormalToHexString (dst, hexDigits, upperCase, rounding_mode); in convertToHexString() 2749 bool upperCase, in convertNormalToHexString() argument 2758 *dst++ = upperCase ? 'X': 'x'; in convertNormalToHexString() 2761 hexDigitChars = upperCase ? hexDigitsUpper: hexDigitsLower; in convertNormalToHexString() 2845 *dst++ = upperCase ? 'P': 'p'; in convertNormalToHexString()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APFloat.h | 343 bool upperCase, roundingMode) const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | APFloat.h | 326 bool upperCase, roundingMode) const;
|