Searched refs:spvOpcodeIsScalarSpecConstant (Results 1 – 6 of 6) sorted by relevance
78 bool spvOpcodeIsScalarSpecConstant(const SpvOp opcode);
246 bool spvOpcodeIsScalarSpecConstant(const SpvOp opcode) { in spvOpcodeIsScalarSpecConstant() function
31 if (!target || !spvOpcodeIsScalarSpecConstant(target->opcode())) { in ValidateDecorate()