Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A Dvk_helpers.h3238 bool isDataFormatMatchForCopy(angle::FormatID srcDataFormatID) const in isDataFormatMatchForCopy() argument
3240 if (mActualFormatID == srcDataFormatID) in isDataFormatMatchForCopy()
3246 angle::FormatID srcDataFormatIDLinear = angle::Format::Get(srcDataFormatID).isSRGB in isDataFormatMatchForCopy()
3247 ? ConvertToLinear(srcDataFormatID) in isDataFormatMatchForCopy()
3248 : srcDataFormatID; in isDataFormatMatchForCopy()