• 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()
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()
305 int32_t spvOpcodeReturnsLogicalPointer(const spv::Op opcode) { in spvOpcodeReturnsLogicalPointer()
361 bool spvOpcodeIsDecoration(const spv::Op opcode) { in spvOpcodeIsDecoration()
377 bool spvOpcodeIsLoad(const spv::Op opcode) { in spvOpcodeIsLoad()
406 bool spvOpcodeIsBranch(spv::Op opcode) { in spvOpcodeIsBranch()
417 bool spvOpcodeIsAtomicWithLoad(const spv::Op opcode) { in spvOpcodeIsAtomicWithLoad()
444 bool spvOpcodeIsAtomicOp(const spv::Op opcode) { in spvOpcodeIsAtomicOp()
450 bool spvOpcodeIsReturn(spv::Op opcode) { in spvOpcodeIsReturn()
460 bool spvOpcodeIsAbort(spv::Op opcode) { in spvOpcodeIsAbort()
474 bool spvOpcodeIsReturnOrAbort(spv::Op opcode) { in spvOpcodeIsReturnOrAbort()
478 bool spvOpcodeIsBlockTerminator(spv::Op opcode) { in spvOpcodeIsBlockTerminator()
482 bool spvOpcodeIsBaseOpaqueType(spv::Op opcode) { in spvOpcodeIsBaseOpaqueType()
502 bool spvOpcodeIsNonUniformGroupOperation(spv::Op opcode) { in spvOpcodeIsNonUniformGroupOperation()
547 bool spvOpcodeIsScalarizable(spv::Op opcode) { in spvOpcodeIsScalarizable()
634 bool spvOpcodeIsDebug(spv::Op opcode) { in spvOpcodeIsDebug()
651 bool spvOpcodeIsCommutativeBinaryOperator(spv::Op opcode) { in spvOpcodeIsCommutativeBinaryOperator()
684 bool spvOpcodeIsLinearAlgebra(spv::Op opcode) { in spvOpcodeIsLinearAlgebra()
700 bool spvOpcodeIsImageSample(const spv::Op opcode) { in spvOpcodeIsImageSample()
720 std::vector<uint32_t> spvOpcodeMemorySemanticsOperandIndices(spv::Op opcode) { in spvOpcodeMemorySemanticsOperandIndices()
753 bool spvOpcodeIsAccessChain(spv::Op opcode) { in spvOpcodeIsAccessChain()
766 bool spvOpcodeIsBit(spv::Op opcode) { in spvOpcodeIsBit()