Home
last modified time | relevance | path

Searched refs:IncludesSource (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDXContainerEmitter.cpp190 if (P.Hash->IncludesSource) in writeParts()
191 Hash.Flags |= static_cast<uint32_t>(dxbc::HashFlags::IncludesSource); in writeParts()
H A DDXContainerYAML.cpp226 : IncludesSource((Data.Flags & static_cast<uint32_t>( in ShaderHash()
227 dxbc::HashFlags::IncludesSource)) != 0), in ShaderHash()
309 IO.mapRequired("IncludesSource", Hash.IncludesSource); in mapping()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXContainerGlobals.cpp107 HashData.Flags = static_cast<uint32_t>(dxbc::HashFlags::IncludesSource); in computeShaderHash()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDXContainerYAML.h72 bool IncludesSource; member
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDXContainer.h58 IncludesSource = 1, // This flag indicates that the shader hash was computed enumerator