Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DDXContainerYAML.cpp40 : IncludesSource((Data.Flags & static_cast<uint32_t>( in ShaderHash()
41 dxbc::HashFlags::IncludesSource)) != 0), in ShaderHash()
83 IO.mapRequired("IncludesSource", Hash.IncludesSource); in mapping()
H A DDXContainerEmitter.cpp188 if (P.Hash->IncludesSource) in writeParts()
189 Hash.Flags |= static_cast<uint32_t>(dxbc::HashFlags::IncludesSource); in writeParts()
/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DDXContainer.h45 IncludesSource = 1, // This flag indicates that the shader hash was computed enumerator
/openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/
H A DDXContainerGlobals.cpp86 HashData.Flags = static_cast<uint32_t>(dxbc::HashFlags::IncludesSource); in computeShaderHash()
/openbsd-src/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DDXContainerYAML.h70 bool IncludesSource; member