Searched refs:HasCounter (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/ |
| H A D | DXILResource.h | 46 bool SRV = false, bool HasCounter = false, 73 bool HasCounter; variable 82 HasCounter(false), IsROV(R.getIsROV()), ExtProps{R.getElementType()} {} in UAVResource()
|
| H A D | DXILResource.cpp | 179 bool SRV, bool HasCounter, uint32_t SampleCount) { in printKind() argument 190 if (!HasCounter) in printKind() 244 printKind(Shape, 12, OS, /*SRV*/ false, HasCounter); in print() 306 Entries[8] = ConstantAsMetadata::get(B.getInt1(HasCounter)); in write()
|