Searched refs:mIsLastPass (Results 1 – 1 of 1) sorted by relevance
968 SpirvNonSemanticInstructions(bool isLastPass) : mIsLastPass(isLastPass) {} in SpirvNonSemanticInstructions()993 const bool mIsLastPass; member in rx::__anon28ee08100111::SpirvNonSemanticInstructions1028 return IsNonSemanticInstruction(instruction) && mIsLastPass ? TransformationState::Transformed in transformExtInst()