Home
last modified time | relevance | path

Searched refs:getIsROV (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/HLSL/
H A DHLSLResource.h41 bool getIsROV();
/freebsd/contrib/llvm-project/llvm/lib/Frontend/HLSL/
H A DHLSLResource.cpp38 bool FrontendResource::getIsROV() { in getIsROV() function in FrontendResource
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILResource.h83 HasCounter(false), IsROV(R.getIsROV()), ExtProps{R.getElementType()} {} in UAVResource()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGHLSLRuntime.cpp290 bool IsROV = HLSLResAttr->getIsROV(); in annotateHLSLResource()