Home
last modified time | relevance | path

Searched refs:firstWord (Results 1 – 13 of 13) sorted by relevance

/external/swiftshader/third_party/SPIRV-Tools/source/
Dtext.cpp444 std::string firstWord; in encodeInstructionStartingWithImmediate() local
446 auto error = context->getWord(&firstWord, &nextPosition); in encodeInstructionStartingWithImmediate()
449 if ((error = encodeImmediate(context, firstWord.c_str(), pInst))) { in encodeInstructionStartingWithImmediate()
463 return context->diagnostic() << firstWord << " not allowed before =."; in encodeInstructionStartingWithImmediate()
494 std::string firstWord; in spvTextEncodeOpcode() local
496 spv_result_t error = context->getWord(&firstWord, &nextPosition); in spvTextEncodeOpcode()
503 opcodeName = firstWord; in spvTextEncodeOpcode()
505 result_id = firstWord; in spvTextEncodeOpcode()
547 << firstWord << "'."; in spvTextEncodeOpcode()
Dassembly_grammar.cpp252 uint32_t firstWord, in lookupExtInst() argument
254 return spvExtInstTableValueLookup(extInstTable_, type, firstWord, extInst); in lookupExtInst()
Dassembly_grammar.h112 spv_result_t lookupExtInst(spv_ext_inst_type_t type, uint32_t firstWord,
/external/deqp-deps/SPIRV-Tools/source/
Dtext.cpp444 std::string firstWord; in encodeInstructionStartingWithImmediate() local
446 auto error = context->getWord(&firstWord, &nextPosition); in encodeInstructionStartingWithImmediate()
449 if ((error = encodeImmediate(context, firstWord.c_str(), pInst))) { in encodeInstructionStartingWithImmediate()
463 return context->diagnostic() << firstWord << " not allowed before =."; in encodeInstructionStartingWithImmediate()
494 std::string firstWord; in spvTextEncodeOpcode() local
496 spv_result_t error = context->getWord(&firstWord, &nextPosition); in spvTextEncodeOpcode()
503 opcodeName = firstWord; in spvTextEncodeOpcode()
505 result_id = firstWord; in spvTextEncodeOpcode()
547 << firstWord << "'."; in spvTextEncodeOpcode()
Dassembly_grammar.cpp252 uint32_t firstWord, in lookupExtInst() argument
254 return spvExtInstTableValueLookup(extInstTable_, type, firstWord, extInst); in lookupExtInst()
Dassembly_grammar.h112 spv_result_t lookupExtInst(spv_ext_inst_type_t type, uint32_t firstWord,
/external/deqp-deps/SPIRV-Tools/test/
Dimmediate_int_test.cpp177 const uint32_t firstWord = spvOpcodeMake(wordCount, SpvOpMemberName); in TEST_F() local
178 EXPECT_EQ(original, CompiledInstructions("!" + std::to_string(firstWord) + in TEST_F()
/external/swiftshader/third_party/SPIRV-Tools/test/
Dimmediate_int_test.cpp177 const uint32_t firstWord = spvOpcodeMake(wordCount, SpvOpMemberName); in TEST_F() local
178 EXPECT_EQ(original, CompiledInstructions("!" + std::to_string(firstWord) + in TEST_F()
/external/protobuf/csharp/src/Google.Protobuf/
DJsonFormatter.cs283 bool firstWord = true; in ToCamelCase()
294 firstWord = false; in ToCamelCase()
298 else if (firstWord) in ToCamelCase()
307 firstWord = false; in ToCamelCase()
/external/deqp-deps/glslang/SPIRV/
Ddisassemble.cpp183 unsigned int firstWord = stream[word]; in processInstructions() local
184 unsigned wordCount = firstWord >> WordCountShift; in processInstructions()
185 Op opCode = (Op)(firstWord & OpCodeMask); in processInstructions()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/ec/
DECFieldElement.java115 BigInteger firstWord = p.shiftRight(bitLength - 64); in calculateResidue() local
116 if (firstWord.longValue() == -1L) in calculateResidue()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
DECFieldElement.java105 BigInteger firstWord = p.shiftRight(bitLength - 64); in calculateResidue() local
106 if (firstWord.longValue() == -1L) in calculateResidue()
/external/dagger2/lib/
Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...