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()
282 bool spvOpcodeIsConstantOrUndef(const spv::Op opcode) { in spvOpcodeIsConstantOrUndef()
286 bool spvOpcodeIsScalarSpecConstant(const spv::Op opcode) { in spvOpcodeIsScalarSpecConstant()
297 int32_t spvOpcodeIsComposite(const spv::Op opcode) { in spvOpcodeIsComposite()
313 bool spvOpcodeReturnsLogicalVariablePointer(const spv::Op opcode) { in spvOpcodeReturnsLogicalVariablePointer()
339 int32_t spvOpcodeReturnsLogicalPointer(const spv::Op opcode) { in spvOpcodeReturnsLogicalPointer()
404 bool spvOpcodeIsDecoration(const spv::Op opcode) { in spvOpcodeIsDecoration()
420 bool spvOpcodeIsLoad(const spv::Op opcode) { in spvOpcodeIsLoad()
450 bool spvOpcodeIsBranch(spv::Op opcode) { in spvOpcodeIsBranch()
461 bool spvOpcodeIsAtomicWithLoad(const spv::Op opcode) { in spvOpcodeIsAtomicWithLoad()
488 bool spvOpcodeIsAtomicOp(const spv::Op opcode) { in spvOpcodeIsAtomicOp()
494 bool spvOpcodeIsReturn(spv::Op opcode) { in spvOpcodeIsReturn()
504 bool spvOpcodeIsAbort(spv::Op opcode) { in spvOpcodeIsAbort()
518 bool spvOpcodeIsReturnOrAbort(spv::Op opcode) { in spvOpcodeIsReturnOrAbort()
522 bool spvOpcodeIsBlockTerminator(spv::Op opcode) { in spvOpcodeIsBlockTerminator()
526 bool spvOpcodeIsBaseOpaqueType(spv::Op opcode) { in spvOpcodeIsBaseOpaqueType()
546 bool spvOpcodeIsNonUniformGroupOperation(spv::Op opcode) { in spvOpcodeIsNonUniformGroupOperation()
591 bool spvOpcodeIsScalarizable(spv::Op opcode) { in spvOpcodeIsScalarizable()
678 bool spvOpcodeIsDebug(spv::Op opcode) { in spvOpcodeIsDebug()
695 bool spvOpcodeIsCommutativeBinaryOperator(spv::Op opcode) { in spvOpcodeIsCommutativeBinaryOperator()
728 bool spvOpcodeIsLinearAlgebra(spv::Op opcode) { in spvOpcodeIsLinearAlgebra()
744 bool spvOpcodeIsImageSample(const spv::Op opcode) { in spvOpcodeIsImageSample()
765 bool spvIsExtendedInstruction(const spv::Op opcode) { in spvIsExtendedInstruction()
775 std::vector<uint32_t> spvOpcodeMemorySemanticsOperandIndices(spv::Op opcode) { in spvOpcodeMemorySemanticsOperandIndices()
808 bool spvOpcodeIsAccessChain(spv::Op opcode) { in spvOpcodeIsAccessChain()
821 bool spvOpcodeIsBit(spv::Op opcode) { in spvOpcodeIsBit()
838 bool spvOpcodeGeneratesUntypedPointer(spv::Op opcode) { in spvOpcodeGeneratesUntypedPointer()