Home
last modified time | relevance | path

Searched refs:InterpolationMode (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDXContainer.h296 enum class InterpolationMode : uint8_t { enum
300 ArrayRef<EnumEntry<InterpolationMode>> getInterpolationModes();
344 InterpolationMode Mode;
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDXContainerYAML.h99 dxbc::PSV::InterpolationMode Mode;
178 LLVM_YAML_DECLARE_ENUM_TRAITS(llvm::dxbc::PSV::InterpolationMode) in LLVM_YAML_IS_SEQUENCE_VECTOR()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DDXContainerPSVInfo.h38 dxbc::PSV::InterpolationMode Mode;
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDXContainerYAML.cpp251 void ScalarEnumerationTraits<dxbc::PSV::InterpolationMode>::enumeration( in enumeration()
252 IO &IO, dxbc::PSV::InterpolationMode &Value) { in enumeration()