Home
last modified time | relevance | path

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

/external/deqp-deps/SPIRV-Tools/source/
Dtext.cpp468 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()
Dassembly_grammar.cpp253 uint32_t firstWord, in lookupExtInst() argument
255 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/swiftshader/third_party/SPIRV-Tools/source/
Dtext.cpp468 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()
Dassembly_grammar.cpp253 uint32_t firstWord, in lookupExtInst() argument
255 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/angle/third_party/vulkan-deps/spirv-tools/src/source/
Dtext.cpp468 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()
Dassembly_grammar.cpp253 uint32_t firstWord, in lookupExtInst() argument
255 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/angle/third_party/vulkan-deps/spirv-tools/src/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/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/angle/third_party/vulkan-deps/glslang/src/SPIRV/
Ddisassemble.cpp166 unsigned int firstWord = stream[word]; in processInstructions() local
167 unsigned wordCount = firstWord >> WordCountShift; in processInstructions()
168 Op opCode = (Op)(firstWord & OpCodeMask); in processInstructions()
/external/deqp-deps/glslang/SPIRV/
Ddisassemble.cpp166 unsigned int firstWord = stream[word]; in processInstructions() local
167 unsigned wordCount = firstWord >> WordCountShift; in processInstructions()
168 Op opCode = (Op)(firstWord & OpCodeMask); in processInstructions()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
DECFieldElement.java104 BigInteger firstWord = p.shiftRight(bitLength - 64); in calculateResidue() local
105 if (firstWord.longValue() == -1L) in calculateResidue()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/ec/
DECFieldElement.java114 BigInteger firstWord = p.shiftRight(bitLength - 64); in calculateResidue() local
115 if (firstWord.longValue() == -1L) in calculateResidue()
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/math/ec/
DECFieldElement.java114 BigInteger firstWord = p.shiftRight(bitLength - 64); in calculateResidue() local
115 if (firstWord.longValue() == -1L) in calculateResidue()