Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVIRMapping.h149 bool IsWriteable) { in irhandle_vkbuffer() argument
150 return std::make_tuple(ElementType, (SC << 1) | IsWriteable, in irhandle_vkbuffer()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDXILResource.cpp260 bool IsWriteable, bool IsROV, in formatTypeName() argument
264 if (IsWriteable) in formatTypeName()