Home
last modified time | relevance | path

Searched defs:opCode (Results 51 - 72 of 72) sorted by relevance

123

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/cmd/
H A Dhci_cmd_failure_le_controller.c1183 void HciOnLeControllerCmdFailed(uint16_t opCode, uint8_t status, const void *param) in HciOnLeControllerCmdFailed() argument
/third_party/glslang/SPIRV/
H A DSPVRemapper.cpp60 const spv::Op opCode = asOpCode(word); in asOpCodeHash() local
132 const spv::Op opCode = asOpCode(typeStart); typeSizeInWords() local
159 isStripOp(spv::Op opCode, unsigned start) const isStripOp() argument
536 spv::Op opCode = asOpCode(instructionStart); processInstruction() local
768 const spv::Op opCode = asOpCode(start); mapFnBodies() local
1242 const spv::Op opCode = asOpCode(typeStart); matchType() local
1311 const spv::Op opCode = asOpCode(typeStart); hashType() local
[all...]
H A DspvIR.h96 Instruction(Id resultId, Id typeId, Op opCode) : resultId(resultId), typeId(typeId), opCode(opCode), block(nullptr) { } in Instruction() argument
97 explicit Instruction(Op opCode) : resultId(NoResult), typeId(NoType), opCode(opCode), block(nullptr) { } in Instruction() argument
183 Op opCode; member in spv::Instruction
H A DSpvBuilder.cpp2601 void Builder::createNoResultOp(Op opCode) in createNoResultOp() argument
2608 void Builder::createNoResultOp(Op opCode, Id operand) in createNoResultOp() argument
2616 void Builder::createNoResultOp(Op opCode, const std::vector<Id>& operands) in createNoResultOp() argument
2626 void Builder::createNoResultOp(Op opCode, const std::vector<IdImmediate>& operands) in createNoResultOp() argument
2656 Id Builder::createUnaryOp(Op opCode, Id typeId, Id operand) in createUnaryOp() argument
2670 createBinOp(Op opCode, Id typeId, Id left, Id right) createBinOp() argument
2687 createTriOp(Op opCode, Id typeId, Id op1, Id op2, Id op3) createTriOp() argument
2708 createOp(Op opCode, Id typeId, const std::vector<Id>& operands) createOp() argument
2718 createOp(Op opCode, Id typeId, const std::vector<IdImmediate>& operands) createOp() argument
2732 createSpecConstantOp(Op opCode, Id typeId, const std::vector<Id>& operands, const std::vector<unsigned>& literals) createSpecConstantOp() argument
2968 Op opCode = OpNop; // All paths below need to set this createTextureCall() local
3095 createTextureQueryCall(Op opCode, const TextureParameters& parameters, bool isUnsignedResult) createTextureQueryCall() argument
[all...]
H A DGlslangToSpv.cpp7797 spv::Op opCode = spv::OpNop; in createAtomicOperation() local
8006 spv::Op opCode = spv::OpNop; createInvocationsOperation() local
8379 spv::Op opCode = spv::OpNop; createSubgroupOperation() local
8617 spv::Op opCode = spv::OpNop; createMiscOperation() local
[all...]
/base/security/device_auth/services/
H A Ddevice_auth.c331 int32_t opCode = GetOpCodeFromContext(context); in AddClientReqInfoToContext() local
523 int32_t opCode; in CheckBindParams() local
640 static int32_t AddServerReqInfoToContext(int64_t requestId, const char *appId, int32_t opCode, in AddServerReqInfoToContext() argument
722 BuildServerBindContext(int64_t requestId, const char *appId, int32_t opCode, const CJson *receivedMsg, CJson *context) BuildServerBindContext() argument
765 int32_t opCode; OpenServerBindSession() local
980 BuildServerAuthContext(int64_t requestId, int32_t opCode, const char *appId, CJson *context) BuildServerAuthContext() argument
1024 BuildServerP2PAuthContext(int64_t requestId, int32_t opCode, const char *appId, CJson *context) BuildServerP2PAuthContext() argument
1072 int32_t opCode = AUTH_FORM_ACCOUNT_UNRELATED; OpenServerAuthSession() local
1110 int32_t opCode = P2P_BIND; OpenServerAuthSessionForP2P() local
[all...]
/base/security/device_auth/services/legacy/authenticators/src/account_related/creds_manager/
H A Dasy_token_manager.c765 static int32_t CheckCredValidity(int32_t osAccountId, int32_t opCode, const CJson *in) in CheckCredValidity() argument
1206 static int32_t AddToken(int32_t osAccountId, int32_t opCode, const CJson *in) in AddToken() argument
/base/security/device_auth/services/legacy/group_manager/src/group_operation/
H A Dgroup_operation.c1254 int32_t InitAndPushGMTask(int32_t osAccountId, int32_t opCode, int64_t reqId, CJson *params, TaskFunc func) in InitAndPushGMTask() argument
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_snoop_filter_acl.c829 const uint8_t *opCode = *data + offset; in L2capDataFilterUseAvctp() local
/base/security/access_token/services/privacymanager/src/record/
H A Dpermission_record_manager.cpp312 int32_t opCode; in GetPermissionRecord() local
345 bool PermissionRecordManager::AddOrUpdateUsedTypeIfNeeded(const AccessTokenID tokenId, const int32_t opCode, in AddOrUpdateUsedTypeIfNeeded() argument
492 int32_t opCode = Constant::OP_INVALID; TransferToOpcode() local
512 int32_t opCode = queryValue.GetInt(PrivacyFiledConst::FIELD_OP_CODE); InsteadMergedRecIfNessary() local
766 int32_t opCode; AddRecordToStartList() local
874 int32_t opCode; RemoveRecordFromStartList() local
980 RemoveRecordFromStartListByOp(int32_t opCode) RemoveRecordFromStartListByOp() argument
1036 int32_t opCode; ExecuteAndUpdateRecordByPerm() local
1470 int32_t opCode; GetPermissionUsedTypeInfos() local
[all...]
/base/security/device_auth/frameworks/src/lite/
H A Dipc_adapt.c473 int32_t opCode = 0; in OnFinishStub() local
494 int32_t opCode = 0; in OnErrorStub() local
520 int32_t opCode = 0; in OnRequestStub() local
[all...]
/base/security/device_auth/frameworks/src/standard/
H A Dipc_adapt.cpp468 int32_t opCode = 0; in OnFinishStub() local
490 int32_t opCode = 0; in OnErrorStub() local
514 int32_t opCode = 0; in OnRequestStub() local
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_profile.cpp2177 uint8_t opCode = AvrcCtPacket::GetOpCode(pkt); in ProcessChannelMessage() local
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_profile.cpp1992 uint8_t opCode = AvrcTgPacket::GetOpCode(pkt); in ProcessChannelMessage() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCMIPeephole.cpp1000 static bool isSupportedCmpOp(unsigned opCode) { in isSupportedCmpOp() argument
1007 static bool is64bitCmpOp(unsigned opCode) { in is64bitCmpOp() argument
1012 isSignedCmpOp(unsigned opCode) isSignedCmpOp() argument
1017 getSignedCmpOpCode(unsigned opCode) getSignedCmpOpCode() argument
[all...]
/kernel/linux/linux-5.10/drivers/scsi/pm8001/
H A Dpm8001_hwi.c1315 pm8001_mpi_build_cmd(struct pm8001_hba_info *pm8001_ha, struct inbound_queue_table *circularQ, u32 opCode, void *payload, size_t nb, u32 responseQueue) pm8001_mpi_build_cmd() argument
/kernel/linux/linux-6.6/drivers/scsi/pm8001/
H A Dpm8001_hwi.c1322 pm8001_mpi_build_cmd(struct pm8001_hba_info *pm8001_ha, u32 q_index, u32 opCode, void *payload, size_t nb, u32 responseQueue) pm8001_mpi_build_cmd() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A Dglslang_wrapper_utils.cpp2972 spv::Op opCode; in resolveVariableIds() local
3023 spv::Op opCode; in transformInstruction() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp1223 static MCInst makeCombineInst(int opCode, MCOperand &Rdd, MCOperand &MO1, in makeCombineInst() argument
/third_party/skia/src/sksl/codegen/
H A DSkSLSPIRVCodeGenerator.cpp241 void SPIRVCodeGenerator::writeOpCode(SpvOp_ opCode, int length, OutputStream& out) { in writeOpCode() argument
310 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, OutputStream& out) { in writeInstruction() argument
314 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, OutputStream& out) { in writeInstruction() argument
337 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, skst argument
344 writeInstruction(SpvOp_ opCode, int32_t word1, skstd::string_view string, OutputStream& out) writeInstruction() argument
351 writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, skstd::string_view string, OutputStream& out) writeInstruction() argument
359 writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, OutputStream& out) writeInstruction() argument
366 writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, OutputStream& out) writeInstruction() argument
374 writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4, OutputStream& out) writeInstruction() argument
383 writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4, int32_t word5, OutputStream& out) writeInstruction() argument
394 writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4, int32_t word5, int32_t word6, OutputStream& out) writeInstruction() argument
406 writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4, int32_t word5, int32_t word6, int32_t word7, OutputStream& out) writeInstruction() argument
419 writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4, int32_t word5, int32_t word6, int32_t word7, int32_t word8, OutputStream& out) writeInstruction() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmInstructionTests.cpp1229 const char* opCode; member
11544 const char* opCode; in createFloat16LogicalSet() member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmInstructionTests.cpp1227 const char* opCode; member
11446 const char* opCode; in createFloat16LogicalSet() member

Completed in 115 milliseconds

123