Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DDXContainer.cpp172 #define INTERPOLATION_MODE(Val, Enum) {#Enum, PSV::InterpolationMode::Enum},
174 static const EnumEntry<PSV::InterpolationMode> InterpolationModeNames[] = {
178 ArrayRef<EnumEntry<PSV::InterpolationMode>> PSV::getInterpolationModes() { in getInterpolationModes()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DDXContainerPSVInfo.h38 dxbc::PSV::InterpolationMode Mode;
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDXContainer.h397 enum class InterpolationMode : uint8_t { enum
401 LLVM_ABI ArrayRef<EnumEntry<InterpolationMode>> getInterpolationModes();
472 InterpolationMode Mode;
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDXContainerYAML.h235 dxbc::PSV::InterpolationMode Mode;
318 LLVM_YAML_DECLARE_ENUM_TRAITS(llvm::dxbc::PSV::InterpolationMode) in LLVM_YAML_IS_SEQUENCE_VECTOR()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDXContainerYAML.cpp552 void ScalarEnumerationTraits<dxbc::PSV::InterpolationMode>::enumeration( in enumeration()
553 IO &IO, dxbc::PSV::InterpolationMode &Value) { in enumeration()