Home
last modified time | relevance | path

Searched defs:opcode (Results 751 - 775 of 1936) sorted by relevance

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

/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate_composites.cpp38 const SpvOp opcode = inst->opcode(); in GetExtractInsertValueType() local
[all...]
/third_party/skia/third_party/externals/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/src/Shader/
H A DShader.cpp119 Shader::Instruction::Instruction(Opcode opcode) : opcode(opcode), analysis(0) in Instruction() argument
1193 size(unsigned long opcode, unsigned short shaderModel) size() argument
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/fact_manager/
H A Ddata_synonym_and_id_equation_facts.cpp121 AddEquationFactRecursive( const protobufs::DataDescriptor& lhs_dd, SpvOp opcode, const std::vector<const protobufs::DataDescriptor*>& rhs_dds) AddEquationFactRecursive() argument
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/
H A Dopcode.cpp67 uint32_t spvOpcodeMake(uint16_t wordCount, SpvOp opcode) { in spvOpcodeMake() argument
126 spvOpcodeTableValueLookup(spv_target_env env, const spv_opcode_table table, const SpvOp opcode, spv_opcode_desc* pEntry) spvOpcodeTableValueLookup() argument
169 spvInstructionCopy(const uint32_t* words, const SpvOp 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 spvOpcodeIsScalarType(const SpvOp opcode) spvOpcodeIsScalarType() argument
218 spvOpcodeIsSpecConstant(const SpvOp opcode) spvOpcodeIsSpecConstant() argument
231 spvOpcodeIsConstant(const SpvOp opcode) spvOpcodeIsConstant() argument
250 spvOpcodeIsConstantOrUndef(const SpvOp opcode) spvOpcodeIsConstantOrUndef() argument
254 spvOpcodeIsScalarSpecConstant(const SpvOp opcode) spvOpcodeIsScalarSpecConstant() argument
265 spvOpcodeIsComposite(const SpvOp opcode) spvOpcodeIsComposite() argument
278 spvOpcodeReturnsLogicalVariablePointer(const SpvOp opcode) spvOpcodeReturnsLogicalVariablePointer() argument
298 spvOpcodeReturnsLogicalPointer(const SpvOp opcode) spvOpcodeReturnsLogicalPointer() argument
351 spvOpcodeIsDecoration(const SpvOp opcode) spvOpcodeIsDecoration() argument
367 spvOpcodeIsLoad(const SpvOp opcode) spvOpcodeIsLoad() argument
396 spvOpcodeIsBranch(SpvOp opcode) spvOpcodeIsBranch() argument
407 spvOpcodeIsAtomicWithLoad(const SpvOp opcode) spvOpcodeIsAtomicWithLoad() argument
434 spvOpcodeIsAtomicOp(const SpvOp opcode) spvOpcodeIsAtomicOp() argument
439 spvOpcodeIsReturn(SpvOp opcode) spvOpcodeIsReturn() argument
449 spvOpcodeIsAbort(SpvOp opcode) spvOpcodeIsAbort() argument
462 spvOpcodeIsReturnOrAbort(SpvOp opcode) spvOpcodeIsReturnOrAbort() argument
466 spvOpcodeIsBlockTerminator(SpvOp opcode) spvOpcodeIsBlockTerminator() argument
470 spvOpcodeTerminatesExecution(SpvOp opcode) spvOpcodeTerminatesExecution() argument
475 spvOpcodeIsBaseOpaqueType(SpvOp opcode) spvOpcodeIsBaseOpaqueType() argument
495 spvOpcodeIsNonUniformGroupOperation(SpvOp opcode) spvOpcodeIsNonUniformGroupOperation() argument
537 spvOpcodeIsScalarizable(SpvOp opcode) spvOpcodeIsScalarizable() argument
624 spvOpcodeIsDebug(SpvOp opcode) spvOpcodeIsDebug() argument
640 spvOpcodeIsCommutativeBinaryOperator(SpvOp opcode) spvOpcodeIsCommutativeBinaryOperator() argument
673 spvOpcodeIsLinearAlgebra(SpvOp opcode) spvOpcodeIsLinearAlgebra() argument
689 spvOpcodeIsImageSample(const SpvOp opcode) spvOpcodeIsImageSample() argument
709 spvOpcodeMemorySemanticsOperandIndices(SpvOp opcode) spvOpcodeMemorySemanticsOperandIndices() argument
742 spvOpcodeIsAccessChain(SpvOp opcode) spvOpcodeIsAccessChain() argument
754 spvOpcodeIsBit(SpvOp opcode) spvOpcodeIsBit() argument
[all...]
H A Dtext.cpp282 SpvOp opcode; in spvTextEncodeOperand() local
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Ddecoration_manager.cpp387 AddDecoration(SpvOp opcode, std::vector<Operand> opnds) AddDecoration() argument
[all...]
H A Dinstruction.h225 SpvOp 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.cpp303 auto opcode = inst->opcode(); in ProcessStore() local
446 auto opcode = inst.opcode(); in GenerateSSAReplacements() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/fact_manager/
H A Ddata_synonym_and_id_equation_facts.cpp121 AddEquationFactRecursive( const protobufs::DataDescriptor& lhs_dd, SpvOp opcode, const std::vector<const protobufs::DataDescriptor*>& rhs_dds) AddEquationFactRecursive() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
H A Dopcode.cpp67 uint32_t spvOpcodeMake(uint16_t wordCount, SpvOp opcode) { in spvOpcodeMake() argument
126 spvOpcodeTableValueLookup(spv_target_env env, const spv_opcode_table table, const SpvOp opcode, spv_opcode_desc* pEntry) spvOpcodeTableValueLookup() argument
169 spvInstructionCopy(const uint32_t* words, const SpvOp 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 spvOpcodeIsScalarType(const SpvOp opcode) spvOpcodeIsScalarType() argument
218 spvOpcodeIsSpecConstant(const SpvOp opcode) spvOpcodeIsSpecConstant() argument
231 spvOpcodeIsConstant(const SpvOp opcode) spvOpcodeIsConstant() argument
250 spvOpcodeIsConstantOrUndef(const SpvOp opcode) spvOpcodeIsConstantOrUndef() argument
254 spvOpcodeIsScalarSpecConstant(const SpvOp opcode) spvOpcodeIsScalarSpecConstant() argument
265 spvOpcodeIsComposite(const SpvOp opcode) spvOpcodeIsComposite() argument
278 spvOpcodeReturnsLogicalVariablePointer(const SpvOp opcode) spvOpcodeReturnsLogicalVariablePointer() argument
298 spvOpcodeReturnsLogicalPointer(const SpvOp opcode) spvOpcodeReturnsLogicalPointer() argument
351 spvOpcodeIsDecoration(const SpvOp opcode) spvOpcodeIsDecoration() argument
367 spvOpcodeIsLoad(const SpvOp opcode) spvOpcodeIsLoad() argument
396 spvOpcodeIsBranch(SpvOp opcode) spvOpcodeIsBranch() argument
407 spvOpcodeIsAtomicWithLoad(const SpvOp opcode) spvOpcodeIsAtomicWithLoad() argument
434 spvOpcodeIsAtomicOp(const SpvOp opcode) spvOpcodeIsAtomicOp() argument
439 spvOpcodeIsReturn(SpvOp opcode) spvOpcodeIsReturn() argument
449 spvOpcodeIsAbort(SpvOp opcode) spvOpcodeIsAbort() argument
462 spvOpcodeIsReturnOrAbort(SpvOp opcode) spvOpcodeIsReturnOrAbort() argument
466 spvOpcodeIsBlockTerminator(SpvOp opcode) spvOpcodeIsBlockTerminator() argument
470 spvOpcodeTerminatesExecution(SpvOp opcode) spvOpcodeTerminatesExecution() argument
475 spvOpcodeIsBaseOpaqueType(SpvOp opcode) spvOpcodeIsBaseOpaqueType() argument
495 spvOpcodeIsNonUniformGroupOperation(SpvOp opcode) spvOpcodeIsNonUniformGroupOperation() argument
537 spvOpcodeIsScalarizable(SpvOp opcode) spvOpcodeIsScalarizable() argument
624 spvOpcodeIsDebug(SpvOp opcode) spvOpcodeIsDebug() argument
640 spvOpcodeIsCommutativeBinaryOperator(SpvOp opcode) spvOpcodeIsCommutativeBinaryOperator() argument
673 spvOpcodeIsLinearAlgebra(SpvOp opcode) spvOpcodeIsLinearAlgebra() argument
689 spvOpcodeIsImageSample(const SpvOp opcode) spvOpcodeIsImageSample() argument
709 spvOpcodeMemorySemanticsOperandIndices(SpvOp opcode) spvOpcodeMemorySemanticsOperandIndices() argument
742 spvOpcodeIsAccessChain(SpvOp opcode) spvOpcodeIsAccessChain() argument
754 spvOpcodeIsBit(SpvOp opcode) spvOpcodeIsBit() argument
[all...]
H A Dtext.cpp282 SpvOp opcode; in spvTextEncodeOperand() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Ddecoration_manager.cpp387 AddDecoration(SpvOp opcode, std::vector<Operand> opnds) AddDecoration() argument
[all...]
H A Dinstruction.h225 SpvOp 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.cpp303 auto opcode = inst->opcode(); in ProcessStore() local
446 auto opcode = inst.opcode(); in GenerateSSAReplacements() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_composites.cpp38 const SpvOp opcode = inst->opcode(); in GetExtractInsertValueType() local
[all...]
/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...]
/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...]

Completed in 21 milliseconds

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