• Home
  • Raw
  • Download

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()
236 int32_t spvOpcodeIsConstant(const spv::Op opcode) { in spvOpcodeIsConstant()
258 bool spvOpcodeIsConstantOrUndef(const spv::Op opcode) { in spvOpcodeIsConstantOrUndef()
262 bool spvOpcodeIsScalarSpecConstant(const spv::Op opcode) { in spvOpcodeIsScalarSpecConstant()
273 int32_t spvOpcodeIsComposite(const spv::Op opcode) { in spvOpcodeIsComposite()
287 bool spvOpcodeReturnsLogicalVariablePointer(const spv::Op opcode) { in spvOpcodeReturnsLogicalVariablePointer()
308 int32_t spvOpcodeReturnsLogicalPointer(const spv::Op opcode) { in spvOpcodeReturnsLogicalPointer()
364 bool spvOpcodeIsDecoration(const spv::Op opcode) { in spvOpcodeIsDecoration()
380 bool spvOpcodeIsLoad(const spv::Op opcode) { in spvOpcodeIsLoad()
409 bool spvOpcodeIsBranch(spv::Op opcode) { in spvOpcodeIsBranch()
420 bool spvOpcodeIsAtomicWithLoad(const spv::Op opcode) { in spvOpcodeIsAtomicWithLoad()
447 bool spvOpcodeIsAtomicOp(const spv::Op opcode) { in spvOpcodeIsAtomicOp()
453 bool spvOpcodeIsReturn(spv::Op opcode) { in spvOpcodeIsReturn()
463 bool spvOpcodeIsAbort(spv::Op opcode) { in spvOpcodeIsAbort()
477 bool spvOpcodeIsReturnOrAbort(spv::Op opcode) { in spvOpcodeIsReturnOrAbort()
481 bool spvOpcodeIsBlockTerminator(spv::Op opcode) { in spvOpcodeIsBlockTerminator()
485 bool spvOpcodeIsBaseOpaqueType(spv::Op opcode) { in spvOpcodeIsBaseOpaqueType()
505 bool spvOpcodeIsNonUniformGroupOperation(spv::Op opcode) { in spvOpcodeIsNonUniformGroupOperation()
550 bool spvOpcodeIsScalarizable(spv::Op opcode) { in spvOpcodeIsScalarizable()
637 bool spvOpcodeIsDebug(spv::Op opcode) { in spvOpcodeIsDebug()
654 bool spvOpcodeIsCommutativeBinaryOperator(spv::Op opcode) { in spvOpcodeIsCommutativeBinaryOperator()
687 bool spvOpcodeIsLinearAlgebra(spv::Op opcode) { in spvOpcodeIsLinearAlgebra()
703 bool spvOpcodeIsImageSample(const spv::Op opcode) { in spvOpcodeIsImageSample()
723 bool spvIsExtendedInstruction(const spv::Op opcode) { in spvIsExtendedInstruction()
733 std::vector<uint32_t> spvOpcodeMemorySemanticsOperandIndices(spv::Op opcode) { in spvOpcodeMemorySemanticsOperandIndices()
766 bool spvOpcodeIsAccessChain(spv::Op opcode) { in spvOpcodeIsAccessChain()
779 bool spvOpcodeIsBit(spv::Op opcode) { in spvOpcodeIsBit()