Home
last modified time | relevance | path

Searched defs:opcode (Results 376 - 400 of 710) sorted by relevance

1...<<11121314151617181920>>...29

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
H A Dbinary_parse_test.cpp64 SpvOp opcode; member
[all...]
H A Dext_inst.cldebug100_test.cpp144 uint32_t opcode; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
H A DBPFISelDAGToDAG.cpp262 unsigned opcode = LDAddrNode->getOpcode(); in PreprocessLoad() local
/third_party/skia/third_party/externals/tint/src/writer/spirv/
H A Dbuilder.h631 spv::Op opcode; member
/third_party/spirv-tools/source/
H A Ddisassemble.cpp247 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 Dopcode.cpp67 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 Dtext.cpp283 spv::Op opcode; in spvTextEncodeOperand() local
[all...]
/third_party/spirv-tools/source/fuzz/fact_manager/
H A Ddata_synonym_and_id_equation_facts.cpp122 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 Dtftp.c95 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 Ddecoration_manager.cpp388 AddDecoration(spv::Op opcode, std::vector<Operand> opnds) AddDecoration() argument
[all...]
H A Dinstruction.h238 spv::Op opcode() const { return opcode_; } in opcode() function in spvtools::opt::Instruction
[all...]
H A Dloop_fusion.cpp236 auto opcode = inst.opcode(); in ContainsBarriersOrFunctionCalls() local
[all...]
H A Dssa_rewrite_pass.cpp300 auto opcode = inst->opcode(); in ProcessStore() local
443 auto opcode = inst.opcode(); in GenerateSSAReplacements() local
[all...]
/third_party/spirv-tools/source/val/
H A Dvalidate_composites.cpp36 const spv::Op opcode = inst->opcode(); in GetExtractInsertValueType() local
[all...]
H A Dvalidate_ray_tracing_reorder.cpp251 const spv::Op opcode = inst->opcode(); in RayReorderNVPass() local
[all...]
/third_party/spirv-tools/test/
H A Dbinary_parse_test.cpp64 spv::Op opcode; member
[all...]
H A Dext_inst.cldebug100_test.cpp143 uint32_t opcode; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
H A Deap_gpsk.c670 u8 opcode, id; in eap_gpsk_process() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
H A Deap_gpsk.c670 u8 opcode, id; in eap_gpsk_process() local
/third_party/ffmpeg/libavcodec/
H A Dinterplayvideo.c920 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 Dvqavideo.c239 int count, opcode, start; in decode_format80() local
[all...]
H A Dxan.c158 uint8_t opcode; in xan_unpack() local
303 uint8_t opcode; xan_wc3_decode_frame() local
[all...]
/third_party/elfutils/libcpu/
H A Di386_data.h800 uint_fast8_t opcode = d->data[d->opoff2 / 8]; in FCT_imm$s() local
/third_party/backends/backend/
H A Dhs2p-scsi.c1552 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 Dlecp.c1162 lws_lec_int(lws_lec_pctx_t *ctx, uint8_t opcode, uint8_t indet, uint64_t num) lws_lec_int() argument
[all...]

Completed in 27 milliseconds

1...<<11121314151617181920>>...29