• Home
  • Raw
  • Download

Lines Matching refs:SpvOp

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()
180 assert(opcode == static_cast<SpvOp>(thisOpcode) && in spvInstructionCopy()
189 spv_opcode_desc_t needle = {"", static_cast<SpvOp>(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()
312 int32_t spvOpcodeGeneratesType(SpvOp op) { in spvOpcodeGeneratesType()
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()
431 bool spvOpcodeIsAtomicOp(const SpvOp opcode) { in spvOpcodeIsAtomicOp()
436 bool spvOpcodeIsReturn(SpvOp opcode) { in spvOpcodeIsReturn()
446 bool spvOpcodeIsReturnOrAbort(SpvOp opcode) { in spvOpcodeIsReturnOrAbort()
451 bool spvOpcodeIsBlockTerminator(SpvOp opcode) { in spvOpcodeIsBlockTerminator()
455 bool spvOpcodeIsBaseOpaqueType(SpvOp opcode) { in spvOpcodeIsBaseOpaqueType()
475 bool spvOpcodeIsNonUniformGroupOperation(SpvOp opcode) { in spvOpcodeIsNonUniformGroupOperation()
517 bool spvOpcodeIsScalarizable(SpvOp opcode) { in spvOpcodeIsScalarizable()
604 bool spvOpcodeIsDebug(SpvOp opcode) { in spvOpcodeIsDebug()
620 bool spvOpcodeIsCommutativeBinaryOperator(SpvOp opcode) { in spvOpcodeIsCommutativeBinaryOperator()
653 std::vector<uint32_t> spvOpcodeMemorySemanticsOperandIndices(SpvOp opcode) { in spvOpcodeMemorySemanticsOperandIndices()