Lines Matching defs:opcode
67 uint32_t spvOpcodeMake(uint16_t wordCount, spv::Op opcode) { in spvOpcodeMake()
128 const spv::Op opcode, in spvOpcodeTableValueLookup()
169 void spvInstructionCopy(const uint32_t* words, const spv::Op opcode, in spvInstructionCopy()
186 const char* spvOpcodeString(const uint32_t opcode) { in spvOpcodeString()
207 const char* spvOpcodeString(const spv::Op opcode) { in spvOpcodeString()
211 int32_t spvOpcodeIsScalarType(const spv::Op opcode) { in spvOpcodeIsScalarType()
222 int32_t spvOpcodeIsSpecConstant(const spv::Op opcode) { in spvOpcodeIsSpecConstant()
235 int32_t spvOpcodeIsConstant(const spv::Op opcode) { in spvOpcodeIsConstant()
255 bool spvOpcodeIsConstantOrUndef(const spv::Op opcode) { in spvOpcodeIsConstantOrUndef()
259 bool spvOpcodeIsScalarSpecConstant(const spv::Op opcode) { in spvOpcodeIsScalarSpecConstant()
270 int32_t spvOpcodeIsComposite(const spv::Op opcode) { in spvOpcodeIsComposite()
284 bool spvOpcodeReturnsLogicalVariablePointer(const spv::Op opcode) { in spvOpcodeReturnsLogicalVariablePointer()
304 int32_t spvOpcodeReturnsLogicalPointer(const spv::Op opcode) { in spvOpcodeReturnsLogicalPointer()
359 bool spvOpcodeIsDecoration(const spv::Op opcode) { in spvOpcodeIsDecoration()
375 bool spvOpcodeIsLoad(const spv::Op opcode) { in spvOpcodeIsLoad()
404 bool spvOpcodeIsBranch(spv::Op opcode) { in spvOpcodeIsBranch()
415 bool spvOpcodeIsAtomicWithLoad(const spv::Op opcode) { in spvOpcodeIsAtomicWithLoad()
442 bool spvOpcodeIsAtomicOp(const spv::Op opcode) { in spvOpcodeIsAtomicOp()
448 bool spvOpcodeIsReturn(spv::Op opcode) { in spvOpcodeIsReturn()
458 bool spvOpcodeIsAbort(spv::Op opcode) { in spvOpcodeIsAbort()
472 bool spvOpcodeIsReturnOrAbort(spv::Op opcode) { in spvOpcodeIsReturnOrAbort()
476 bool spvOpcodeIsBlockTerminator(spv::Op opcode) { in spvOpcodeIsBlockTerminator()
480 bool spvOpcodeIsBaseOpaqueType(spv::Op opcode) { in spvOpcodeIsBaseOpaqueType()
500 bool spvOpcodeIsNonUniformGroupOperation(spv::Op opcode) { in spvOpcodeIsNonUniformGroupOperation()
545 bool spvOpcodeIsScalarizable(spv::Op opcode) { in spvOpcodeIsScalarizable()
632 bool spvOpcodeIsDebug(spv::Op opcode) { in spvOpcodeIsDebug()
649 bool spvOpcodeIsCommutativeBinaryOperator(spv::Op opcode) { in spvOpcodeIsCommutativeBinaryOperator()
682 bool spvOpcodeIsLinearAlgebra(spv::Op opcode) { in spvOpcodeIsLinearAlgebra()
698 bool spvOpcodeIsImageSample(const spv::Op opcode) { in spvOpcodeIsImageSample()
718 std::vector<uint32_t> spvOpcodeMemorySemanticsOperandIndices(spv::Op opcode) { in spvOpcodeMemorySemanticsOperandIndices()
751 bool spvOpcodeIsAccessChain(spv::Op opcode) { in spvOpcodeIsAccessChain()
763 bool spvOpcodeIsBit(spv::Op opcode) { in spvOpcodeIsBit()