/third_party/flutter/skia/third_party/externals/spirv-tools/source/ |
D | text.cpp | 439 std::string firstWord; in encodeInstructionStartingWithImmediate() local 441 auto error = context->getWord(&firstWord, &nextPosition); in encodeInstructionStartingWithImmediate() 444 if ((error = encodeImmediate(context, firstWord.c_str(), pInst))) { in encodeInstructionStartingWithImmediate() 458 return context->diagnostic() << firstWord << " not allowed before =."; in encodeInstructionStartingWithImmediate() 489 std::string firstWord; in spvTextEncodeOpcode() local 491 spv_result_t error = context->getWord(&firstWord, &nextPosition); in spvTextEncodeOpcode() 498 opcodeName = firstWord; in spvTextEncodeOpcode() 500 result_id = firstWord; in spvTextEncodeOpcode() 542 << firstWord << "'."; in spvTextEncodeOpcode()
|
D | assembly_grammar.cpp | 232 uint32_t firstWord, in lookupExtInst() argument 234 return spvExtInstTableValueLookup(extInstTable_, type, firstWord, extInst); in lookupExtInst()
|
D | assembly_grammar.h | 95 spv_result_t lookupExtInst(spv_ext_inst_type_t type, uint32_t firstWord,
|
/third_party/spirv-tools/source/ |
D | text.cpp | 468 std::string firstWord; in encodeInstructionStartingWithImmediate() local 470 auto error = context->getWord(&firstWord, &nextPosition); in encodeInstructionStartingWithImmediate() 473 if ((error = encodeImmediate(context, firstWord.c_str(), pInst))) { in encodeInstructionStartingWithImmediate() 487 return context->diagnostic() << firstWord << " not allowed before =."; in encodeInstructionStartingWithImmediate() 518 std::string firstWord; in spvTextEncodeOpcode() local 520 spv_result_t error = context->getWord(&firstWord, &nextPosition); in spvTextEncodeOpcode() 527 opcodeName = firstWord; in spvTextEncodeOpcode() 529 result_id = firstWord; in spvTextEncodeOpcode() 571 << firstWord << "'."; in spvTextEncodeOpcode()
|
D | assembly_grammar.cpp | 253 uint32_t firstWord, in lookupExtInst() argument 255 return spvExtInstTableValueLookup(extInstTable_, type, firstWord, extInst); in lookupExtInst()
|
D | assembly_grammar.h | 112 spv_result_t lookupExtInst(spv_ext_inst_type_t type, uint32_t firstWord,
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
D | text.cpp | 468 std::string firstWord; in encodeInstructionStartingWithImmediate() local 470 auto error = context->getWord(&firstWord, &nextPosition); in encodeInstructionStartingWithImmediate() 473 if ((error = encodeImmediate(context, firstWord.c_str(), pInst))) { in encodeInstructionStartingWithImmediate() 487 return context->diagnostic() << firstWord << " not allowed before =."; in encodeInstructionStartingWithImmediate() 518 std::string firstWord; in spvTextEncodeOpcode() local 520 spv_result_t error = context->getWord(&firstWord, &nextPosition); in spvTextEncodeOpcode() 527 opcodeName = firstWord; in spvTextEncodeOpcode() 529 result_id = firstWord; in spvTextEncodeOpcode() 571 << firstWord << "'."; in spvTextEncodeOpcode()
|
D | assembly_grammar.cpp | 253 uint32_t firstWord, in lookupExtInst() argument 255 return spvExtInstTableValueLookup(extInstTable_, type, firstWord, extInst); in lookupExtInst()
|
D | assembly_grammar.h | 112 spv_result_t lookupExtInst(spv_ext_inst_type_t type, uint32_t firstWord,
|
/third_party/skia/third_party/externals/spirv-tools/source/ |
D | text.cpp | 468 std::string firstWord; in encodeInstructionStartingWithImmediate() local 470 auto error = context->getWord(&firstWord, &nextPosition); in encodeInstructionStartingWithImmediate() 473 if ((error = encodeImmediate(context, firstWord.c_str(), pInst))) { in encodeInstructionStartingWithImmediate() 487 return context->diagnostic() << firstWord << " not allowed before =."; in encodeInstructionStartingWithImmediate() 518 std::string firstWord; in spvTextEncodeOpcode() local 520 spv_result_t error = context->getWord(&firstWord, &nextPosition); in spvTextEncodeOpcode() 527 opcodeName = firstWord; in spvTextEncodeOpcode() 529 result_id = firstWord; in spvTextEncodeOpcode() 571 << firstWord << "'."; in spvTextEncodeOpcode()
|
D | assembly_grammar.cpp | 253 uint32_t firstWord, in lookupExtInst() argument 255 return spvExtInstTableValueLookup(extInstTable_, type, firstWord, extInst); in lookupExtInst()
|
D | assembly_grammar.h | 112 spv_result_t lookupExtInst(spv_ext_inst_type_t type, uint32_t firstWord,
|
/third_party/flutter/skia/third_party/externals/spirv-tools/test/ |
D | immediate_int_test.cpp | 177 const uint32_t firstWord = spvOpcodeMake(wordCount, SpvOpMemberName); in TEST_F() local 178 EXPECT_EQ(original, CompiledInstructions("!" + std::to_string(firstWord) + in TEST_F()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
D | immediate_int_test.cpp | 177 const uint32_t firstWord = spvOpcodeMake(wordCount, SpvOpMemberName); in TEST_F() local 178 EXPECT_EQ(original, CompiledInstructions("!" + std::to_string(firstWord) + in TEST_F()
|
/third_party/spirv-tools/test/ |
D | immediate_int_test.cpp | 177 const uint32_t firstWord = spvOpcodeMake(wordCount, SpvOpMemberName); in TEST_F() local 178 EXPECT_EQ(original, CompiledInstructions("!" + std::to_string(firstWord) + in TEST_F()
|
/third_party/skia/third_party/externals/spirv-tools/test/ |
D | immediate_int_test.cpp | 177 const uint32_t firstWord = spvOpcodeMake(wordCount, SpvOpMemberName); in TEST_F() local 178 EXPECT_EQ(original, CompiledInstructions("!" + std::to_string(firstWord) + in TEST_F()
|
/third_party/glslang/SPIRV/ |
D | disassemble.cpp | 166 unsigned int firstWord = stream[word]; in processInstructions() local 167 unsigned wordCount = firstWord >> WordCountShift; in processInstructions() 168 Op opCode = (Op)(firstWord & OpCodeMask); in processInstructions()
|
/third_party/node/deps/npm/node_modules/ecc-jsbn/lib/ |
D | ec.js | 412 var firstWord = this.q.shiftRight(bitLength - 64); 413 if (firstWord.intValue() == -1)
|
/third_party/flutter/flutter/packages/flutter/lib/src/rendering/ |
D | editable.dart | 1511 final TextSelection firstWord = _selectWordAtOffset(firstPosition); 1513 …firstWord : _selectWordAtOffset(_textPainter.getPositionForOffset(globalToLocal(to - _paintOffset)… 1517 baseOffset: firstWord.base.offset, 1519 affinity: firstWord.affinity,
|