Searched refs:FastCopyFunctionMap (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/angle/src/libANGLE/renderer/ |
H A D | Format.h | 31 const rx::FastCopyFunctionMap &fastCopyFunctions, 100 const rx::FastCopyFunctionMap &fastCopyFunctions; 147 const rx::FastCopyFunctionMap &fastCopyFunctions, in Format()
|
H A D | renderer_utils.h | 104 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 D | renderer_utils.cpp | 559 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 D | Format_table_autogen.cpp | 21 static constexpr rx::FastCopyFunctionMap::Entry BGRAEntry = {angle::FormatID::R8G8B8A8_UNORM, 23 static constexpr rx::FastCopyFunctionMap BGRACopyFunctions = {&BGRAEntry, 1}; 24 static constexpr rx::FastCopyFunctionMap NoCopyFunctions;
|