Home
last modified time | relevance | path

Searched refs:HasCounter (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILResource.h46 bool SRV = false, bool HasCounter = false,
73 bool HasCounter; variable
82 HasCounter(false), IsROV(R.getIsROV()), ExtProps{R.getElementType()} {} in UAVResource()
H A DDXILResource.cpp179 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()