Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/
H A DFormat.h31 const rx::FastCopyFunctionMap &fastCopyFunctions,
100 const rx::FastCopyFunctionMap &fastCopyFunctions;
147 const rx::FastCopyFunctionMap &fastCopyFunctions, in Format()
H A Drenderer_utils.h104 class FastCopyFunctionMap
113 constexpr FastCopyFunctionMap() : FastCopyFunctionMap(nullptr, 0) {} in FastCopyFunctionMap() function
115 constexpr FastCopyFunctionMap(const Entry *data, size_t size) : mSize(size), mData(data) {} in FastCopyFunctionMap() function
H A Drenderer_utils.cpp559 bool FastCopyFunctionMap::has(angle::FormatID formatID) const in has()
567 const FastCopyFunctionMap::Entry *getEntry(const FastCopyFunctionMap::Entry *entry, in getEntry()
571 const FastCopyFunctionMap::Entry *end = entry + numEntries; in getEntry()
586 FastCopyFunction FastCopyFunctionMap::get(angle::FormatID formatID) const in get()
588 const FastCopyFunctionMap::Entry *entry = getEntry(mData, mSize, formatID); in get()
H A DFormat_table_autogen.cpp21 static constexpr rx::FastCopyFunctionMap::Entry BGRAEntry = {angle::FormatID::R8G8B8A8_UNORM,
23 static constexpr rx::FastCopyFunctionMap BGRACopyFunctions = {&BGRAEntry, 1};
24 static constexpr rx::FastCopyFunctionMap NoCopyFunctions;