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 DDXContainerYAML.cpp42 : IncludesSource((Data.Flags & static_cast<uint32_t>( in ShaderHash()
43 dxbc::HashFlags::IncludesSource)) != 0), in ShaderHash()
125 IO.mapRequired("IncludesSource", Hash.IncludesSource); in mapping()
H A DDXContainerEmitter.cpp189 if (P.Hash->IncludesSource) in writeParts()
190 Hash.Flags |= static_cast<uint32_t>(dxbc::HashFlags::IncludesSource); in writeParts()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXContainerGlobals.cpp97 HashData.Flags = static_cast<uint32_t>(dxbc::HashFlags::IncludesSource); in computeShaderHash()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDXContainerYAML.h71 bool IncludesSource; member
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDXContainer.h53 IncludesSource = 1, // This flag indicates that the shader hash was computed enumerator