Lines Matching full:dxil
1 //===- DXILResource.h - DXIL Resource helper objects ----------------------===//
9 /// \file This file contains helper objects for working with DXIL Resources.
28 namespace dxil {
44 static StringRef getKindName(dxil::ResourceKind Kind);
45 static void printKind(dxil::ResourceKind Kind, unsigned Alignment,
49 static StringRef getElementTypeName(dxil::ElementType CompType);
50 static void printElementType(dxil::ResourceKind Kind,
51 dxil::ElementType CompType, unsigned Alignment,
56 std::optional<dxil::ElementType> ElementType;
58 // The value ordering of this enumeration is part of the DXIL ABI. Elements
72 dxil::ResourceKind Shape;
130 } // namespace dxil