Home
last modified time | relevance | path

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

/external/swiftshader/src/Device/
DETC_Decoder.hpp20 ETC_R_SIGNED, enumerator
DETC_Decoder.cpp679 case ETC_R_SIGNED: in Decode()
686 …odeBlock(sources, dstRow + (x * dstBpp), 1, x, y, w, h, dstPitch, inputType == ETC_R_SIGNED, true); in Decode()
/external/swiftshader/src/Renderer/
DETC_Decoder.hpp20 ETC_R_SIGNED, enumerator
DETC_Decoder.cpp686 case ETC_R_SIGNED: in Decode()
693 …ck(sources, dstRow + (x * dstBpp), 1, x, y, dstW, dstH, dstPitch, inputType == ETC_R_SIGNED, true); in Decode()
DSurface.cpp2473 …(nbChannels == 1) ? (isSigned ? ETC_Decoder::ETC_R_SIGNED : ETC_Decoder::ETC_R_UNSIGNED) : (isSign… in decodeEAC()
/external/swiftshader/src/Vulkan/
DVkImage.cpp43 return ETC_Decoder::ETC_R_SIGNED; in GetInputType()