| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
| H A D | binary_parse_test.cpp | 64 SpvOp opcode; member [all...] |
| H A D | ext_inst.cldebug100_test.cpp | 144 uint32_t opcode; member
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
| H A D | BPFISelDAGToDAG.cpp | 262 unsigned opcode = LDAddrNode->getOpcode(); in PreprocessLoad() local
|
| /third_party/skia/third_party/externals/tint/src/writer/spirv/ |
| H A D | builder.h | 631 spv::Op opcode; member
|
| /third_party/spirv-tools/source/ |
| H A D | disassemble.cpp | 247 auto opcode = static_cast<spv::Op>(inst.opcode); in EmitInstruction() local 293 auto opcode = static_cast<spv::Op>(inst.opcode); in EmitSectionComment() local [all...] |
| H A D | opcode.cpp | 67 uint32_t spvOpcodeMake(uint16_t wordCount, spv::Op opcode) { in spvOpcodeMake() argument 126 spvOpcodeTableValueLookup(spv_target_env env, const spv_opcode_table table, const spv::Op opcode, spv_opcode_desc* pEntry) spvOpcodeTableValueLookup() argument 169 spvInstructionCopy(const uint32_t* words, const spv::Op opcode, const uint16_t wordCount, const spv_endianness_t endian, spv_instruction_t* pInst) spvInstructionCopy() argument 186 spvOpcodeString(const uint32_t opcode) spvOpcodeString() argument 207 spvOpcodeString(const spv::Op opcode) spvOpcodeString() argument 211 spvOpcodeIsScalarType(const spv::Op opcode) spvOpcodeIsScalarType() argument 222 spvOpcodeIsSpecConstant(const spv::Op opcode) spvOpcodeIsSpecConstant() argument 235 spvOpcodeIsConstant(const spv::Op opcode) spvOpcodeIsConstant() argument 255 spvOpcodeIsConstantOrUndef(const spv::Op opcode) spvOpcodeIsConstantOrUndef() argument 259 spvOpcodeIsScalarSpecConstant(const spv::Op opcode) spvOpcodeIsScalarSpecConstant() argument 270 spvOpcodeIsComposite(const spv::Op opcode) spvOpcodeIsComposite() argument 284 spvOpcodeReturnsLogicalVariablePointer(const spv::Op opcode) spvOpcodeReturnsLogicalVariablePointer() argument 304 spvOpcodeReturnsLogicalPointer(const spv::Op opcode) spvOpcodeReturnsLogicalPointer() argument 359 spvOpcodeIsDecoration(const spv::Op opcode) spvOpcodeIsDecoration() argument 375 spvOpcodeIsLoad(const spv::Op opcode) spvOpcodeIsLoad() argument 404 spvOpcodeIsBranch(spv::Op opcode) spvOpcodeIsBranch() argument 415 spvOpcodeIsAtomicWithLoad(const spv::Op opcode) spvOpcodeIsAtomicWithLoad() argument 442 spvOpcodeIsAtomicOp(const spv::Op opcode) spvOpcodeIsAtomicOp() argument 448 spvOpcodeIsReturn(spv::Op opcode) spvOpcodeIsReturn() argument 458 spvOpcodeIsAbort(spv::Op opcode) spvOpcodeIsAbort() argument 472 spvOpcodeIsReturnOrAbort(spv::Op opcode) spvOpcodeIsReturnOrAbort() argument 476 spvOpcodeIsBlockTerminator(spv::Op opcode) spvOpcodeIsBlockTerminator() argument 480 spvOpcodeIsBaseOpaqueType(spv::Op opcode) spvOpcodeIsBaseOpaqueType() argument 500 spvOpcodeIsNonUniformGroupOperation(spv::Op opcode) spvOpcodeIsNonUniformGroupOperation() argument 543 spvOpcodeIsScalarizable(spv::Op opcode) spvOpcodeIsScalarizable() argument 630 spvOpcodeIsDebug(spv::Op opcode) spvOpcodeIsDebug() argument 647 spvOpcodeIsCommutativeBinaryOperator(spv::Op opcode) spvOpcodeIsCommutativeBinaryOperator() argument 680 spvOpcodeIsLinearAlgebra(spv::Op opcode) spvOpcodeIsLinearAlgebra() argument 696 spvOpcodeIsImageSample(const spv::Op opcode) spvOpcodeIsImageSample() argument 716 spvOpcodeMemorySemanticsOperandIndices(spv::Op opcode) spvOpcodeMemorySemanticsOperandIndices() argument 749 spvOpcodeIsAccessChain(spv::Op opcode) spvOpcodeIsAccessChain() argument 761 spvOpcodeIsBit(spv::Op opcode) spvOpcodeIsBit() argument [all...] |
| H A D | text.cpp | 283 spv::Op opcode; in spvTextEncodeOperand() local [all...] |
| /third_party/spirv-tools/source/fuzz/fact_manager/ |
| H A D | data_synonym_and_id_equation_facts.cpp | 122 AddEquationFactRecursive( const protobufs::DataDescriptor& lhs_dd, spv::Op opcode, const std::vector<const protobufs::DataDescriptor*>& rhs_dds) AddEquationFactRecursive() argument [all...] |
| /third_party/toybox/toys/pending/ |
| H A D | tftp.c | 95 static int mkpkt_request(uint8_t *buffer, int opcode, char *path, int mode) in mkpkt_request() argument 181 static inline int check_data( uint8_t *packet, uint16_t *opcode, in check_data() argument 218 uint16_t opcode, rblockno; in read_ack() local 271 uint16_t blockno = 0, opcode, rblockno = 0; file_get() local [all...] |
| /third_party/spirv-tools/source/opt/ |
| H A D | decoration_manager.cpp | 388 AddDecoration(spv::Op opcode, std::vector<Operand> opnds) AddDecoration() argument [all...] |
| H A D | instruction.h | 238 spv::Op opcode() const { return opcode_; } in opcode() function in spvtools::opt::Instruction [all...] |
| H A D | loop_fusion.cpp | 236 auto opcode = inst.opcode(); in ContainsBarriersOrFunctionCalls() local [all...] |
| H A D | ssa_rewrite_pass.cpp | 300 auto opcode = inst->opcode(); in ProcessStore() local 443 auto opcode = inst.opcode(); in GenerateSSAReplacements() local [all...] |
| /third_party/spirv-tools/source/val/ |
| H A D | validate_composites.cpp | 36 const spv::Op opcode = inst->opcode(); in GetExtractInsertValueType() local [all...] |
| H A D | validate_ray_tracing_reorder.cpp | 251 const spv::Op opcode = inst->opcode(); in RayReorderNVPass() local [all...] |
| /third_party/spirv-tools/test/ |
| H A D | binary_parse_test.cpp | 64 spv::Op opcode; member [all...] |
| H A D | ext_inst.cldebug100_test.cpp | 143 uint32_t opcode; member
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
| H A D | eap_gpsk.c | 670 u8 opcode, id; in eap_gpsk_process() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
| H A D | eap_gpsk.c | 670 u8 opcode, id; in eap_gpsk_process() local
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | interplayvideo.c | 920 static void ipvideo_format_06_firstpass(IpvideoContext *s, AVFrame *frame, int16_t opcode) in ipvideo_format_06_firstpass() argument 936 static void ipvideo_format_06_secondpass(IpvideoContext *s, AVFrame *frame, int16_t opcode) in ipvideo_format_06_secondpass() argument 958 int16_t opcode; ipvideo_decode_format_06_opcodes() local 994 ipvideo_format_10_firstpass(IpvideoContext *s, AVFrame *frame, int16_t opcode) ipvideo_format_10_firstpass() argument 1006 ipvideo_format_10_secondpass(IpvideoContext *s, AVFrame *frame, int16_t opcode) ipvideo_format_10_secondpass() argument 1028 int16_t opcode, skip; ipvideo_decode_format_10_opcodes() local 1109 unsigned char opcode; ipvideo_decode_format_11_opcodes() local [all...] |
| H A D | vqavideo.c | 239 int count, opcode, start; in decode_format80() local [all...] |
| H A D | xan.c | 158 uint8_t opcode; in xan_unpack() local 303 uint8_t opcode; xan_wc3_decode_frame() local [all...] |
| /third_party/elfutils/libcpu/ |
| H A D | i386_data.h | 800 uint_fast8_t opcode = d->data[d->opoff2 / 8]; in FCT_imm$s() local
|
| /third_party/backends/backend/ |
| H A D | hs2p-scsi.c | 1552 unit_cmd(int fd, SANE_Byte opcode) unit_cmd() argument 1556 SANE_Byte opcode; /* 16H: Reserve Unit 17H: Release Unit */ unit_cmd() member [all...] |
| /third_party/libwebsockets/lib/misc/ |
| H A D | lecp.c | 1162 lws_lec_int(lws_lec_pctx_t *ctx, uint8_t opcode, uint8_t indet, uint64_t num) lws_lec_int() argument [all...] |