| /external/angle/third_party/vulkan-deps/glslang/src/SPIRV/ |
| D | SPVRemapper.cpp | 64 const spv::Op opCode = asOpCode(word); in asOpCodeHash() local 136 const spv::Op opCode = asOpCode(typeStart); in typeSizeInWords() local 373 [&](spv::Op opCode, unsigned start) { in stripDebug() 386 [&](spv::Op opCode, unsigned start) { in stripDeadRefs() 429 [&](spv::Op opCode, unsigned start) { in buildLocalMaps() 526 spv::Op opCode = asOpCode(instructionStart); in processInstruction() local 757 const spv::Op opCode = asOpCode(start); in mapFnBodies() local 799 [&](spv::Op opCode, unsigned start) { in mapFnBodies() 867 [&](spv::Op opCode, unsigned start) { in forwardLoadStores() 897 [&](spv::Op opCode, unsigned start) { in forwardLoadStores() [all …]
|
| D | disassemble.cpp | 170 Op opCode = (Op)(firstWord & OpCodeMask); in processInstructions() local 335 void SpirvStream::disassembleInstruction(Id resultId, Id /*typeId*/, Op opCode, int numOperands) in disassembleInstruction()
|
| D | spvIR.h | 96 …Instruction(Id resultId, Id typeId, Op opCode) : resultId(resultId), typeId(typeId), opCode(opCode… in Instruction() 97 …explicit Instruction(Op opCode) : resultId(NoResult), typeId(NoType), opCode(opCode), block(nullpt… in Instruction() 181 Op opCode; variable
|
| D | SpvBuilder.cpp | 1757 void Builder::createNoResultOp(Op opCode) in createNoResultOp() 1764 void Builder::createNoResultOp(Op opCode, Id operand) in createNoResultOp() 1772 void Builder::createNoResultOp(Op opCode, const std::vector<Id>& operands) in createNoResultOp() 1782 void Builder::createNoResultOp(Op opCode, const std::vector<IdImmediate>& operands) in createNoResultOp() 1812 Id Builder::createUnaryOp(Op opCode, Id typeId, Id operand) in createUnaryOp() 1826 Id Builder::createBinOp(Op opCode, Id typeId, Id left, Id right) in createBinOp() 1843 Id Builder::createTriOp(Op opCode, Id typeId, Id op1, Id op2, Id op3) in createTriOp() 1864 Id Builder::createOp(Op opCode, Id typeId, const std::vector<Id>& operands) in createOp() 1874 Id Builder::createOp(Op opCode, Id typeId, const std::vector<IdImmediate>& operands) in createOp() 1888 Id Builder::createSpecConstantOp(Op opCode, Id typeId, const std::vector<Id>& operands, in createSpecConstantOp() [all …]
|
| D | GlslangToSpv.cpp | 7242 spv::Op opCode = spv::OpNop; in createAtomicOperation() local 7451 spv::Op opCode = spv::OpNop; in createInvocationsOperation() local 7824 spv::Op opCode = spv::OpNop; in createSubgroupOperation() local 8062 spv::Op opCode = spv::OpNop; in createMiscOperation() local
|
| /external/deqp-deps/glslang/SPIRV/ |
| D | SPVRemapper.cpp | 64 const spv::Op opCode = asOpCode(word); in asOpCodeHash() local 136 const spv::Op opCode = asOpCode(typeStart); in typeSizeInWords() local 373 [&](spv::Op opCode, unsigned start) { in stripDebug() 386 [&](spv::Op opCode, unsigned start) { in stripDeadRefs() 429 [&](spv::Op opCode, unsigned start) { in buildLocalMaps() 526 spv::Op opCode = asOpCode(instructionStart); in processInstruction() local 757 const spv::Op opCode = asOpCode(start); in mapFnBodies() local 799 [&](spv::Op opCode, unsigned start) { in mapFnBodies() 867 [&](spv::Op opCode, unsigned start) { in forwardLoadStores() 897 [&](spv::Op opCode, unsigned start) { in forwardLoadStores() [all …]
|
| D | disassemble.cpp | 170 Op opCode = (Op)(firstWord & OpCodeMask); in processInstructions() local 335 void SpirvStream::disassembleInstruction(Id resultId, Id /*typeId*/, Op opCode, int numOperands) in disassembleInstruction()
|
| D | spvIR.h | 96 …Instruction(Id resultId, Id typeId, Op opCode) : resultId(resultId), typeId(typeId), opCode(opCode… in Instruction() 97 …explicit Instruction(Op opCode) : resultId(NoResult), typeId(NoType), opCode(opCode), block(nullpt… in Instruction() 181 Op opCode; variable
|
| D | SpvBuilder.cpp | 1757 void Builder::createNoResultOp(Op opCode) in createNoResultOp() 1764 void Builder::createNoResultOp(Op opCode, Id operand) in createNoResultOp() 1772 void Builder::createNoResultOp(Op opCode, const std::vector<Id>& operands) in createNoResultOp() 1782 void Builder::createNoResultOp(Op opCode, const std::vector<IdImmediate>& operands) in createNoResultOp() 1812 Id Builder::createUnaryOp(Op opCode, Id typeId, Id operand) in createUnaryOp() 1826 Id Builder::createBinOp(Op opCode, Id typeId, Id left, Id right) in createBinOp() 1843 Id Builder::createTriOp(Op opCode, Id typeId, Id op1, Id op2, Id op3) in createTriOp() 1864 Id Builder::createOp(Op opCode, Id typeId, const std::vector<Id>& operands) in createOp() 1874 Id Builder::createOp(Op opCode, Id typeId, const std::vector<IdImmediate>& operands) in createOp() 1888 Id Builder::createSpecConstantOp(Op opCode, Id typeId, const std::vector<Id>& operands, in createSpecConstantOp() [all …]
|
| D | GlslangToSpv.cpp | 7242 spv::Op opCode = spv::OpNop; in createAtomicOperation() local 7451 spv::Op opCode = spv::OpNop; in createInvocationsOperation() local 7824 spv::Op opCode = spv::OpNop; in createSubgroupOperation() local 8062 spv::Op opCode = spv::OpNop; in createMiscOperation() local
|
| /external/nanohttpd/websocket/src/main/java/fi/iki/elonen/ |
| D | NanoWSD.java | 436 OpCode opCode = OpCode.find((byte) (head & 0x0F)); in read() local 460 private OpCode opCode; field in NanoWSD.WebSocketFrame 474 private WebSocketFrame(OpCode opCode, boolean fin) { in WebSocketFrame() 479 public WebSocketFrame(OpCode opCode, boolean fin, byte[] payload) { in WebSocketFrame() 483 public WebSocketFrame(OpCode opCode, boolean fin, byte[] payload, byte[] maskingKey) { in WebSocketFrame() 489 …public WebSocketFrame(OpCode opCode, boolean fin, String payload) throws CharacterCodingException { in WebSocketFrame() 493 …public WebSocketFrame(OpCode opCode, boolean fin, String payload, byte[] maskingKey) throws Charac… in WebSocketFrame() 499 … public WebSocketFrame(OpCode opCode, List<WebSocketFrame> fragments) throws WebSocketException { in WebSocketFrame()
|
| /external/armnn/delegate/src/test/ |
| D | ResizeTestHelper.hpp | 104 flatbuffers::Offset <OperatorCode> opCode = CreateOperatorCode(flatBufferBuilder, operatorCode); in CreateResizeTfLiteModel() local
|
| /external/skia/src/sksl/codegen/ |
| D | SkSLSPIRVCodeGenerator.cpp | 234 void SPIRVCodeGenerator::writeOpCode(SpvOp_ opCode, int length, OutputStream& out) { in writeOpCode() 303 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, OutputStream& out) { in writeInstruction() 307 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, OutputStream& out) { in writeInstruction() 330 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, std::string_view string, in writeInstruction() 337 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, std::string_view string, in writeInstruction() 344 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() 352 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() 359 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() 367 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() 376 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() [all …]
|
| /external/iproute2/schema/ |
| D | bridge_fdb_schema.json | 31 "opCode": { object
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
| D | PPCMIPeephole.cpp | 1000 static bool isSupportedCmpOp(unsigned opCode) { in isSupportedCmpOp() 1007 static bool is64bitCmpOp(unsigned opCode) { in is64bitCmpOp() 1012 static bool isSignedCmpOp(unsigned opCode) { in isSignedCmpOp() 1017 static unsigned getSignedCmpOpCode(unsigned opCode) { in getSignedCmpOpCode()
|
| /external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| D | HexagonMCDuplexInfo.cpp | 997 static bool isStoreInst(unsigned opCode) { in isStoreInst()
|
| /external/obex/src/com/android/obex/ |
| D | ClientSession.java | 478 public boolean sendRequest(int opCode, byte[] head, HeaderSet header, in sendRequest()
|
| D | ClientOperation.java | 404 private boolean sendRequest(int opCode) throws IOException { in sendRequest()
|
| /external/angle/src/tests/compiler_tests/ |
| D | Precise_test.cpp | 124 spv::Op opCode; in ValidateDecorations() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| D | HexagonMCDuplexInfo.cpp | 1019 static bool isStoreInst(unsigned opCode) { in isStoreInst()
|
| /external/python/cpython2/Mac/Modules/cg/ |
| D | CFMLateImport.c | 292 UInt8 opCode; in UnpackPEFDataSection() local 890 UInt16 opCode; in RunRelocationEngine() local
|
| /external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
| D | ShadowAppOpsManager.java | 159 protected String getOpString(int opCode) { in getOpString() 619 static Key create(Integer uid, String packageName, Integer opCode) { in create()
|
| /external/capstone/arch/PowerPC/ |
| D | PPCInstPrinter.c | 748 const char *opCode; in printAliasInstrEx() local
|
| /external/angle/src/libANGLE/renderer/ |
| D | glslang_wrapper_utils.cpp | 3023 spv::Op opCode; in resolveVariableIds() local 3074 spv::Op opCode; in transformInstruction() local 3979 spv::Op opCode; in transformInstruction() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/AsmParser/ |
| D | HexagonAsmParser.cpp | 1223 static MCInst makeCombineInst(int opCode, MCOperand &Rdd, MCOperand &MO1, in makeCombineInst()
|