• Home
  • Raw
  • Download

Lines Matching defs:opcode

67 uint32_t spvOpcodeMake(uint16_t wordCount, SpvOp opcode) {  in spvOpcodeMake()
128 const SpvOp opcode, in spvOpcodeTableValueLookup()
169 void spvInstructionCopy(const uint32_t* words, const SpvOp opcode, in spvInstructionCopy()
186 const char* spvOpcodeString(const uint32_t opcode) { in spvOpcodeString()
207 int32_t spvOpcodeIsScalarType(const SpvOp opcode) { in spvOpcodeIsScalarType()
218 int32_t spvOpcodeIsSpecConstant(const SpvOp opcode) { in spvOpcodeIsSpecConstant()
231 int32_t spvOpcodeIsConstant(const SpvOp opcode) { in spvOpcodeIsConstant()
250 bool spvOpcodeIsConstantOrUndef(const SpvOp opcode) { in spvOpcodeIsConstantOrUndef()
254 bool spvOpcodeIsScalarSpecConstant(const SpvOp opcode) { in spvOpcodeIsScalarSpecConstant()
265 int32_t spvOpcodeIsComposite(const SpvOp opcode) { in spvOpcodeIsComposite()
278 bool spvOpcodeReturnsLogicalVariablePointer(const SpvOp opcode) { in spvOpcodeReturnsLogicalVariablePointer()
298 int32_t spvOpcodeReturnsLogicalPointer(const SpvOp opcode) { in spvOpcodeReturnsLogicalPointer()
351 bool spvOpcodeIsDecoration(const SpvOp opcode) { in spvOpcodeIsDecoration()
367 bool spvOpcodeIsLoad(const SpvOp opcode) { in spvOpcodeIsLoad()
396 bool spvOpcodeIsBranch(SpvOp opcode) { in spvOpcodeIsBranch()
407 bool spvOpcodeIsAtomicWithLoad(const SpvOp opcode) { in spvOpcodeIsAtomicWithLoad()
432 bool spvOpcodeIsAtomicOp(const SpvOp opcode) { in spvOpcodeIsAtomicOp()
437 bool spvOpcodeIsReturn(SpvOp opcode) { in spvOpcodeIsReturn()
447 bool spvOpcodeIsAbort(SpvOp opcode) { in spvOpcodeIsAbort()
460 bool spvOpcodeIsReturnOrAbort(SpvOp opcode) { in spvOpcodeIsReturnOrAbort()
464 bool spvOpcodeIsBlockTerminator(SpvOp opcode) { in spvOpcodeIsBlockTerminator()
468 bool spvOpcodeTerminatesExecution(SpvOp opcode) { in spvOpcodeTerminatesExecution()
473 bool spvOpcodeIsBaseOpaqueType(SpvOp opcode) { in spvOpcodeIsBaseOpaqueType()
493 bool spvOpcodeIsNonUniformGroupOperation(SpvOp opcode) { in spvOpcodeIsNonUniformGroupOperation()
535 bool spvOpcodeIsScalarizable(SpvOp opcode) { in spvOpcodeIsScalarizable()
622 bool spvOpcodeIsDebug(SpvOp opcode) { in spvOpcodeIsDebug()
638 bool spvOpcodeIsCommutativeBinaryOperator(SpvOp opcode) { in spvOpcodeIsCommutativeBinaryOperator()
671 bool spvOpcodeIsLinearAlgebra(SpvOp opcode) { in spvOpcodeIsLinearAlgebra()
687 bool spvOpcodeIsImageSample(const SpvOp opcode) { in spvOpcodeIsImageSample()
707 std::vector<uint32_t> spvOpcodeMemorySemanticsOperandIndices(SpvOp opcode) { in spvOpcodeMemorySemanticsOperandIndices()
740 bool spvOpcodeIsAccessChain(SpvOp opcode) { in spvOpcodeIsAccessChain()
752 bool spvOpcodeIsBit(SpvOp opcode) { in spvOpcodeIsBit()