Searched refs:FormatTable (Results 1 – 11 of 11) sorted by relevance
121 void GenerateTextureCapsMap(const FormatTable &formatTable,248 // FormatTable implementation249 angle::Result FormatTable::initialize(const DisplayMtl *display)280 void FormatTable::generateTextureCaps(const DisplayMtl *display,287 const Format &FormatTable::getPixelFormat(angle::FormatID angleFormatId) const291 const FormatCaps &FormatTable::getNativeFormatCaps(MTLPixelFormat mtlFormat) const296 const VertexFormat &FormatTable::getVertexFormat(angle::FormatID angleFormatId,303 void FormatTable::setFormatCaps(MTLPixelFormat formatId,314 void FormatTable::setFormatCaps(MTLPixelFormat formatId,328 void FormatTable::setFormatCaps(MTLPixelFormat formatId,[all …]
106 friend class FormatTable; member126 friend class FormatTable; member129 class FormatTable final : angle::NonCopyable132 FormatTable() = default;133 ~FormatTable() = default;
134 const mtl::FormatTable &getFormatTable() const { return mFormatTable; } in getFormatTable()192 mutable mtl::FormatTable mFormatTable;
1433 // See mtl::FormatTable::getVertexFormat()
3741 void FormatTable::initNativeFormatCapsAutogen(const DisplayMtl *display)
83 using FormatTable = std::array<Format, kKnownFormatCount>; variable120 friend FormatTable BuildFormatTable(const DeviceBase* device);128 FormatTable BuildFormatTable(const DeviceBase* device);
135 FormatTable BuildFormatTable(const DeviceBase* device) { in BuildFormatTable()136 FormatTable table; in BuildFormatTable()
523 FormatTable mFormatTable;
173 friend class FormatTable;210 class FormatTable final : angle::NonCopyable213 FormatTable();214 ~FormatTable();
234 FormatTable::FormatTable() {} in FormatTable() function in rx::vk::FormatTable236 FormatTable::~FormatTable() {} in ~FormatTable()238 void FormatTable::initialize(RendererVk *renderer, in initialize()
594 vk::FormatTable mFormatTable;