Lines Matching refs:OC
134 unsigned OC = OpCode; in hasExecScope() local
135 return (OpGroupWaitEvents <= OC && in hasExecScope()
136 OC <= OpGroupSMax) || in hasExecScope()
137 (OpGroupReserveReadPipePackets <= OC && in hasExecScope()
138 OC <= OpGroupCommitWritePipe); in hasExecScope()
142 unsigned OC = OpCode; in hasGroupOperation() local
143 return OpGroupIAdd <= OC && OC <= OpGroupSMax; in hasGroupOperation()
147 unsigned OC = OpCode; in isGroupOpCode() local
148 return OpGroupAll <= OC && OC <= OpGroupSMax; in isGroupOpCode()
152 unsigned OC = OpCode; in isPipeOpCode() local
153 return OpReadPipe <= OC && OC <= OpGroupCommitWritePipe; in isPipeOpCode()
156 unsigned OC = OpCode; in isTypeOpCode() local
157 return (OpTypeVoid <= OC && OC <= OpTypePipe) || OC == OpTypePipeStorage; in isTypeOpCode()
161 unsigned OC = OpCode; in isConstantOpCode() local
162 return (OpConstantTrue <= OC in isConstantOpCode()
163 && OC <= OpSpecConstantOp) in isConstantOpCode()
164 || OC == OpUndef || OC == OpConstantPipeStorage; in isConstantOpCode()