• Home
  • Raw
  • Download

Lines Matching defs:opcode

67 uint32_t spvOpcodeMake(uint16_t wordCount, spv::Op opcode) {  in spvOpcodeMake()
149 const spv::Op opcode, in spvOpcodeTableValueLookup()
190 void spvInstructionCopy(const uint32_t* words, const spv::Op opcode, in spvInstructionCopy()
207 const char* spvOpcodeString(const uint32_t opcode) { in spvOpcodeString()
229 const char* spvOpcodeString(const spv::Op opcode) { in spvOpcodeString()
233 int32_t spvOpcodeIsScalarType(const spv::Op opcode) { in spvOpcodeIsScalarType()
244 int32_t spvOpcodeIsSpecConstant(const spv::Op opcode) { in spvOpcodeIsSpecConstant()
258 int32_t spvOpcodeIsConstant(const spv::Op opcode) { in spvOpcodeIsConstant()
280 bool spvOpcodeIsConstantOrUndef(const spv::Op opcode) { in spvOpcodeIsConstantOrUndef()
284 bool spvOpcodeIsScalarSpecConstant(const spv::Op opcode) { in spvOpcodeIsScalarSpecConstant()
295 int32_t spvOpcodeIsComposite(const spv::Op opcode) { in spvOpcodeIsComposite()
310 bool spvOpcodeReturnsLogicalVariablePointer(const spv::Op opcode) { in spvOpcodeReturnsLogicalVariablePointer()
335 int32_t spvOpcodeReturnsLogicalPointer(const spv::Op opcode) { in spvOpcodeReturnsLogicalPointer()
397 bool spvOpcodeIsDecoration(const spv::Op opcode) { in spvOpcodeIsDecoration()
413 bool spvOpcodeIsLoad(const spv::Op opcode) { in spvOpcodeIsLoad()
442 bool spvOpcodeIsBranch(spv::Op opcode) { in spvOpcodeIsBranch()
453 bool spvOpcodeIsAtomicWithLoad(const spv::Op opcode) { in spvOpcodeIsAtomicWithLoad()
480 bool spvOpcodeIsAtomicOp(const spv::Op opcode) { in spvOpcodeIsAtomicOp()
486 bool spvOpcodeIsReturn(spv::Op opcode) { in spvOpcodeIsReturn()
496 bool spvOpcodeIsAbort(spv::Op opcode) { in spvOpcodeIsAbort()
510 bool spvOpcodeIsReturnOrAbort(spv::Op opcode) { in spvOpcodeIsReturnOrAbort()
514 bool spvOpcodeIsBlockTerminator(spv::Op opcode) { in spvOpcodeIsBlockTerminator()
518 bool spvOpcodeIsBaseOpaqueType(spv::Op opcode) { in spvOpcodeIsBaseOpaqueType()
538 bool spvOpcodeIsNonUniformGroupOperation(spv::Op opcode) { in spvOpcodeIsNonUniformGroupOperation()
583 bool spvOpcodeIsScalarizable(spv::Op opcode) { in spvOpcodeIsScalarizable()
670 bool spvOpcodeIsDebug(spv::Op opcode) { in spvOpcodeIsDebug()
687 bool spvOpcodeIsCommutativeBinaryOperator(spv::Op opcode) { in spvOpcodeIsCommutativeBinaryOperator()
720 bool spvOpcodeIsLinearAlgebra(spv::Op opcode) { in spvOpcodeIsLinearAlgebra()
736 bool spvOpcodeIsImageSample(const spv::Op opcode) { in spvOpcodeIsImageSample()
756 bool spvIsExtendedInstruction(const spv::Op opcode) { in spvIsExtendedInstruction()
766 std::vector<uint32_t> spvOpcodeMemorySemanticsOperandIndices(spv::Op opcode) { in spvOpcodeMemorySemanticsOperandIndices()
799 bool spvOpcodeIsAccessChain(spv::Op opcode) { in spvOpcodeIsAccessChain()
812 bool spvOpcodeIsBit(spv::Op opcode) { in spvOpcodeIsBit()
829 bool spvOpcodeGeneratesUntypedPointer(spv::Op opcode) { in spvOpcodeGeneratesUntypedPointer()