/external/deqp-deps/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,
|
/external/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,
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/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,
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/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()
|
/external/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()
|
/external/deqp-deps/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()
|
/external/angle/third_party/vulkan-deps/glslang/src/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()
|
/external/deqp-deps/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()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
D | ECFieldElement.java | 104 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/ |
D | ECFieldElement.java | 114 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/ |
D | ECFieldElement.java | 114 BigInteger firstWord = p.shiftRight(bitLength - 64); in calculateResidue() local 115 if (firstWord.longValue() == -1L) in calculateResidue()
|