Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDXILResource.h128 uint32_t getSampleCount() const { return getIntParameter(1); } in getSampleCount() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDXILResource.cpp550 return cast<MSTextureExtType>(HandleTy)->getSampleCount(); in getMultiSampleCount()