Home
last modified time | relevance | path

Searched refs:CompType (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DDXContainerPSVInfo.h95 dxbc::SigComponentType CompType; member
107 dxbc::SigComponentType CompType, uint32_t Register, in addParam() argument
110 Params.push_back(Parameter{Stream, Name, Index, SystemValue, CompType, in addParam()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILResource.h49 static StringRef getElementTypeName(hlsl::ElementType CompType);
50 static void printElementType(Kinds Kind, hlsl::ElementType CompType,
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DDXContainerPSVInfo.cpp184 FinalElement.CompType = P.CompType; in write()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDXContainer.h467 SigComponentType CompType; // Type of bits. member
486 sys::swapByteOrder(CompType); in swapBytes()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDXContainerYAML.h137 dxbc::SigComponentType CompType; member
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDXContainerEmitter.cpp254 Param.CompType, Param.Register, Param.Mask, in writeParts()
H A DDXContainerYAML.cpp168 IO.mapRequired("CompType", S.CompType); in mapping()