Home
last modified time | relevance | path

Searched defs:opcode (Results 976 - 1000 of 1938) sorted by relevance

1...<<31323334353637383940>>...78

/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dtype_manager.cpp890 const SpvOp opcode in AttachDecoration() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/
H A DjsonToSpirv.cpp354 const auto opcode = inst["opcode"].asUInt(); in jsonToSpirv() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dfuzzer_pass.cpp154 const SpvOp opcode = inst_it->opcode(); in ForEachInstructionWithInstructionDescriptor() local
[all...]
H A Dfuzzer_pass_donate_modules.cpp431 auto opcode = static_cast<SpvOp>(type_or_value.GetSingleWordInOperand(0)); in HandleTypeOrValue() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dgraphics_robust_access_pass.cpp1049 InsertInst( opt::Instruction* where_inst, SpvOp opcode, uint32_t type_id, uint32_t result_id, const Instruction::OperandList& operands) InsertInst() argument
H A Dir_builder.h61 Instruction* AddNullaryOp(uint32_t type_id, SpvOp opcode) { in AddNullaryOp() argument
74 Instruction* AddUnaryOp(uint32_t type_id, SpvOp opcode, uint32_t operand1) { in AddUnaryOp() argument
88 Instruction* AddBinaryOp(uint32_t type_id, SpvOp opcode, uint32_t operand1, in AddBinaryOp() argument
104 Instruction* AddTernaryOp(uint32_t type_id, SpvOp opcode, uint32_t operand1, in AddTernaryOp() argument
121 Instruction* AddQuadOp(uint32_t type_id, SpvOp opcode, uint32_ argument
140 AddIdLiteralOp(uint32_t type_id, SpvOp opcode, uint32_t id, uint32_t uliteral) AddIdLiteralOp() argument
160 AddNaryOp(uint32_t type_id, SpvOp opcode, const std::vector<uint32_t>& operands, uint32_t result = 0) AddNaryOp() argument
[all...]
H A Dir_context.cpp425 const auto opcode = inst->opcode(); in KillOperandFromDebugInstructions() local
[all...]
H A Dloop_peeling.cpp794 static bool IsHandledCondition(SpvOp opcode) { in IsHandledCondition() argument
[all...]
H A Dtype_manager.cpp890 const SpvOp opcode in AttachDecoration() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_image.cpp124 bool IsImplicitLod(SpvOp opcode) { in IsImplicitLod() argument
141 bool IsExplicitLod(SpvOp opcode) { in IsExplicitLod() argument
158 bool IsValidLodOperand(const ValidationState_t& _, SpvOp opcode) { in IsValidLodOperand() argument
169 IsValidGatherLodBiasAMD(const ValidationState_t& _, SpvOp opcode) IsValidGatherLodBiasAMD() argument
182 IsProj(SpvOp opcode) IsProj() argument
229 GetMinCoordSize(SpvOp opcode, const ImageTypeInfo& info) GetMinCoordSize() argument
249 const SpvOp opcode = inst->opcode(); ValidateImageOperands() local
639 const SpvOp opcode = inst->opcode(); ValidateImageCommon() local
701 IsSparse(SpvOp opcode) IsSparse() argument
730 const SpvOp opcode = inst->opcode(); GetActualResultType() local
758 GetActualResultTypeStr(SpvOp opcode) GetActualResultTypeStr() argument
921 IsAllowedSampledImageOperand(SpvOp opcode) IsAllowedSampledImageOperand() argument
1163 const SpvOp opcode = inst->opcode(); ValidateImageLod() local
1259 const SpvOp opcode = inst->opcode(); ValidateImageDrefLod() local
1333 const SpvOp opcode = inst->opcode(); ValidateImageFetch() local
1405 const SpvOp opcode = inst->opcode(); ValidateImageGather() local
1504 const SpvOp opcode = inst->opcode(); ValidateImageRead() local
1998 const SpvOp opcode = inst->opcode(); ValidateImageQueryLevelsOrSamples() local
2047 const SpvOp opcode = inst->opcode(); ImagePass() local
[all...]
H A Dvalidate_type.cpp52 const auto opcode = inst->opcode(); in ValidateUniqueness() local
[all...]
/third_party/spirv-tools/source/fuzz/
H A Dfuzzer_pass.cpp155 const spv::Op opcode = inst_it->opcode(); in ForEachInstructionWithInstructionDescriptor() local
[all...]
H A Dfuzzer_pass_donate_modules.cpp431 auto opcode = in HandleTypeOrValue() local
[all...]
/third_party/spirv-tools/source/opt/
H A Dgraphics_robust_access_pass.cpp1041 InsertInst( opt::Instruction* where_inst, spv::Op opcode, uint32_t type_id, uint32_t result_id, const Instruction::OperandList& operands) InsertInst() argument
H A Dloop_peeling.cpp795 static bool IsHandledCondition(spv::Op opcode) { in IsHandledCondition() argument
[all...]
H A Dtrim_capabilities_pass.cpp394 addInstructionRequirementsForOpcode( spv::Op opcode, CapabilitySet* capabilities, ExtensionSet* extensions) const addInstructionRequirementsForOpcode() argument
[all...]
H A Dtype_manager.cpp925 const spv::Op opcode in AttachDecoration() local
[all...]
/third_party/spirv-tools/source/val/
H A Dvalidate_type.cpp51 const auto opcode = inst->opcode(); in ValidateUniqueness() local
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/
H A Datt_common.c1219 uint8_t opcode = 0; in AttRecvDataAsync() local
1295 uint8_t opcode = 0; in AttRecvLeDataAsync() local
1366 GetFunction(uint8_t opcode) GetFunction() argument
1636 AttErrorCode(const AttConnectInfo *connect, uint8_t opcode) AttErrorCode() argument
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_snoop_filter_acl.c865 const uint8_t *opcode = (*data + offset); in L2capDataFilterUseAtt() local
899 const uint8_t *opcode = (*data + offset); in L2capDataFilterUseSmp() local
/kernel/linux/linux-5.10/drivers/bluetooth/
H A Dbtintel.h119 __le16 opcode; member
/kernel/linux/linux-5.10/drivers/crypto/cavium/nitrox/
H A Dnitrox_dev.h129 u64 opcode: 6; member
134 u64 opcode: 6; member
140 u64 opcode: 6; member
/kernel/linux/linux-5.10/drivers/crypto/amcc/
H A Dcrypto4xx_sa.h103 u32 opcode:3; member
/kernel/linux/linux-5.10/drivers/acpi/acpica/
H A Dacstruct.h41 u16 opcode; /* Current AML opcode */ member
/kernel/linux/linux-5.10/arch/ia64/kernel/
H A Dunaligned.c1300 unsigned long opcode; in ia64_handle_unaligned() local

Completed in 28 milliseconds

1...<<31323334353637383940>>...78