Home
last modified time | relevance | path

Searched refs:getWord (Results 1 – 17 of 17) sorted by relevance

/third_party/flutter/skia/third_party/externals/spirv-tools/source/
Dtext_handler.cpp92 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()
Dtext.cpp441 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()
Dtext_handler.h138 spv_result_t getWord(std::string* word, spv_position next_position);
/third_party/skia/third_party/externals/spirv-tools/source/
Dtext_handler.cpp94 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()
Dtext.cpp470 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()
Dtext_handler.h145 spv_result_t getWord(std::string* word, spv_position next_position);
/third_party/spirv-tools/source/
Dtext_handler.cpp96 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()
Dtext.cpp471 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()
Dtext_handler.h145 spv_result_t getWord(std::string* word, spv_position next_position);
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
Dtext_handler.cpp94 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()
Dtext.cpp470 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()
Dtext_handler.h145 spv_result_t getWord(std::string* word, spv_position next_position);
/third_party/icu/tools/unicode/c/genprops/
Dnamespropsbuilder.cpp246 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/
DAPInt.h162 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/
DAPInt.cpp388 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/
DAPInt.h160 uint64_t getWord(unsigned bitPosition) const { in getWord() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp846 int64_t sext = SignExtend64(getWord(0), BitWidth); in roundToDouble()
849 return double(getWord(0)); in roundToDouble()