| 1429 | bool isSampling() const { return op > EOpSamplingGuardBegin && op < EOpSamplingGuardEnd; } |
| 1430 | bool isImage() const { return op > EOpImageGuardBegin && op < EOpImageGuardEnd; } |
| 1431 | bool isSparseTexture() const { return op > EOpSparseTextureGuardBegin && op < EOpSparseTextureGuardEnd; } |
| 1432 | bool isImageFootprint() const { return op > EOpImageFootprintGuardBegin && op < EOpImageFootprintGuardEnd; } |
| 1433 | bool isSparseImage() const { return op == EOpSparseImageLoad; } |
| 1434 | bool isSubgroup() const { return op > EOpSubgroupGuardStart && op < EOpSubgroupGuardStop; } |
no outgoing calls
no test coverage detected