Home | History | Annotate | Download | only in libSPIRV

Lines Matching refs:hasExecScope

311     if (hasExecScope() && !isGroupOpCode(OpCode) && !isPipeOpCode(OpCode))
339 bool hasExecScope() const {
340 return SPIRV::hasExecScope(OpCode);
355 if(!hasExecScope())