/third_party/flutter/skia/third_party/externals/spirv-tools/source/ |
D | text_handler.cpp | 92 spv_result_t getWord(spv_text text, spv_position position, std::string* word) { in getWord() function 191 spv_result_t AssemblyContext::getWord(std::string* word, in getWord() function in libspirv::AssemblyContext 194 return ::getWord(text_, next_position, word); in getWord() 208 if (::getWord(text_, &pos, &word)) return false; in isStartOfNewInst() 212 if (::getWord(text_, &pos, &word)) return false; in isStartOfNewInst()
|
D | text.cpp | 441 auto error = context->getWord(&firstWord, &nextPosition); in encodeInstructionStartingWithImmediate() 454 if ((error = context->getWord(&operandValue, &nextPosition))) in encodeInstructionStartingWithImmediate() 491 spv_result_t error = context->getWord(&firstWord, &nextPosition); in spvTextEncodeOpcode() 514 error = context->getWord(&equal_sign, &nextPosition); in spvTextEncodeOpcode() 522 error = context->getWord(&opcodeName, &nextPosition); in spvTextEncodeOpcode() 605 error = context->getWord(&operandValue, &nextPosition); in spvTextEncodeOpcode()
|
D | text_handler.h | 138 spv_result_t getWord(std::string* word, spv_position next_position);
|
/third_party/skia/third_party/externals/spirv-tools/source/ |
D | text_handler.cpp | 94 spv_result_t getWord(spv_text text, spv_position position, std::string* word) { in getWord() function 192 spv_result_t AssemblyContext::getWord(std::string* word, in getWord() function in spvtools::AssemblyContext 195 return spvtools::getWord(text_, next_position, word); in getWord() 209 if (spvtools::getWord(text_, &pos, &word)) return false; in isStartOfNewInst() 213 if (spvtools::getWord(text_, &pos, &word)) return false; in isStartOfNewInst()
|
D | text.cpp | 470 auto error = context->getWord(&firstWord, &nextPosition); in encodeInstructionStartingWithImmediate() 483 if ((error = context->getWord(&operandValue, &nextPosition))) in encodeInstructionStartingWithImmediate() 520 spv_result_t error = context->getWord(&firstWord, &nextPosition); in spvTextEncodeOpcode() 543 error = context->getWord(&equal_sign, &nextPosition); in spvTextEncodeOpcode() 551 error = context->getWord(&opcodeName, &nextPosition); in spvTextEncodeOpcode() 640 error = context->getWord(&operandValue, &nextPosition); in spvTextEncodeOpcode()
|
D | text_handler.h | 145 spv_result_t getWord(std::string* word, spv_position next_position);
|
/third_party/spirv-tools/source/ |
D | text_handler.cpp | 96 spv_result_t getWord(spv_text text, spv_position position, std::string* word) { in getWord() function 194 spv_result_t AssemblyContext::getWord(std::string* word, in getWord() function in spvtools::AssemblyContext 197 return spvtools::getWord(text_, next_position, word); in getWord() 211 if (spvtools::getWord(text_, &pos, &word)) return false; in isStartOfNewInst() 215 if (spvtools::getWord(text_, &pos, &word)) return false; in isStartOfNewInst()
|
D | text.cpp | 471 auto error = context->getWord(&firstWord, &nextPosition); in encodeInstructionStartingWithImmediate() 484 if ((error = context->getWord(&operandValue, &nextPosition))) in encodeInstructionStartingWithImmediate() 521 spv_result_t error = context->getWord(&firstWord, &nextPosition); in spvTextEncodeOpcode() 544 error = context->getWord(&equal_sign, &nextPosition); in spvTextEncodeOpcode() 552 error = context->getWord(&opcodeName, &nextPosition); in spvTextEncodeOpcode() 643 error = context->getWord(&operandValue, &nextPosition); in spvTextEncodeOpcode()
|
D | text_handler.h | 145 spv_result_t getWord(std::string* word, spv_position next_position);
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
D | text_handler.cpp | 94 spv_result_t getWord(spv_text text, spv_position position, std::string* word) { in getWord() function 192 spv_result_t AssemblyContext::getWord(std::string* word, in getWord() function in spvtools::AssemblyContext 195 return spvtools::getWord(text_, next_position, word); in getWord() 209 if (spvtools::getWord(text_, &pos, &word)) return false; in isStartOfNewInst() 213 if (spvtools::getWord(text_, &pos, &word)) return false; in isStartOfNewInst()
|
D | text.cpp | 470 auto error = context->getWord(&firstWord, &nextPosition); in encodeInstructionStartingWithImmediate() 483 if ((error = context->getWord(&operandValue, &nextPosition))) in encodeInstructionStartingWithImmediate() 520 spv_result_t error = context->getWord(&firstWord, &nextPosition); in spvTextEncodeOpcode() 543 error = context->getWord(&equal_sign, &nextPosition); in spvTextEncodeOpcode() 551 error = context->getWord(&opcodeName, &nextPosition); in spvTextEncodeOpcode() 640 error = context->getWord(&operandValue, &nextPosition); in spvTextEncodeOpcode()
|
D | text_handler.h | 145 spv_result_t getWord(std::string* word, spv_position next_position);
|
/third_party/icu/tools/unicode/c/genprops/ |
D | namespropsbuilder.cpp | 246 getWord(const char *line, int16_t start, int16_t limit); 357 limit=getWord(name, start, length); in parseName() 407 getWord(const char *line, int16_t start, int16_t limit) { in getWord() function 718 limit=getWord((char *)s, start, length); in compressLine()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | APInt.h | 162 uint64_t getWord(unsigned bitPosition) const { in getWord() function 1139 return (maskBit(bitPosition) & getWord(bitPosition)) != 0; 1772 return BitsToDouble(getWord(0)); in bitsToDouble() 1781 return BitsToFloat(static_cast<uint32_t>(getWord(0))); in bitsToFloat()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | APInt.cpp | 388 U.pVal[hi1Word] |= subBits.getWord(subBitWidth - 1); in insertBits() 814 int64_t sext = SignExtend64(getWord(0), BitWidth); in roundToDouble() 817 return double(getWord(0)); in roundToDouble()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APInt.h | 160 uint64_t getWord(unsigned bitPosition) const { in getWord() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | APInt.cpp | 846 int64_t sext = SignExtend64(getWord(0), BitWidth); in roundToDouble() 849 return double(getWord(0)); in roundToDouble()
|