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

/freebsd-current/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILResource.h46 bool SRV = false, bool HasCounter = false,
73 bool HasCounter; member in class:llvm::UAVResource
82 HasCounter(false), IsROV(R.getIsROV()), ExtProps{R.getElementType()} {}
H A DDXILResource.cpp179 bool SRV, bool HasCounter, uint32_t SampleCount) {
190 if (!HasCounter)
244 printKind(Shape, 12, OS, /*SRV*/ false, HasCounter);
263 printKind(Kinds::CBuffer, 12, OS, /*SRV*/ false, /*HasCounter*/ false);
306 Entries[8] = ConstantAsMetadata::get(B.getInt1(HasCounter));
178 printKind(Kinds Kind, unsigned Alignment, raw_ostream &OS, bool SRV, bool HasCounter, uint32_t SampleCount) argument

Completed in 59 milliseconds