Home
last modified time | relevance | path

Searched defs:ShaderFeatureFlags (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDXContainerYAML.cpp26 DXContainerYAML::ShaderFeatureFlags::ShaderFeatureFlags(uint64_t FlagData) { in ShaderFeatureFlags() function in llvm::DXContainerYAML::ShaderFeatureFlags
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DDXContainer.h287 std::optional<uint64_t> ShaderFeatureFlags; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDXContainerYAML.h60 struct ShaderFeatureFlags { struct