Home
last modified time | relevance | path

Searched full:includessource (Results 1 – 11 of 11) sorted by relevance

/llvm-project/llvm/test/tools/obj2yaml/DXContainer/
H A DShaderHash.yaml15 IncludesSource: true
30 # CHECK-NEXT: IncludesSource: true
/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()
/llvm-project/llvm/test/CodeGen/DirectX/ContainerData/
H A DShaderHash.ll15 ; DXC: IncludesSource: false
H A DDebugShaderHash.ll24 ; DXC: IncludesSource: true
/llvm-project/llvm/lib/Target/DirectX/
H A DDXContainerGlobals.cpp100 // The Hash's IncludesSource flag gets set whenever the hashed shader includes in computeShaderHash()
103 HashData.Flags = static_cast<uint32_t>(dxbc::HashFlags::IncludesSource); in computeShaderHash()
/llvm-project/llvm/test/ObjectYAML/DXContainer/
H A DHullMaskVectors.yaml149 IncludesSource: false
H A DGeometryMaskVectors.yaml145 IncludesSource: false
H A DDomainMaskVectors.yaml167 IncludesSource: false
/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDXContainerYAML.h71 bool IncludesSource; member
/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDXContainer.h53 IncludesSource = 1, // This flag indicates that the shader hash was computed enumerator