Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/Device/
DASTC_Decoder.cpp35 int bytes, int destPitchB, int destSliceB, bool isUnsignedByte, in write_imageblock() argument
58 if(isUnsignedByte) in write_imageblock()
107 int xblocks, int yblocks, int zblocks, bool isUnsignedByte) in Decode() argument
112 astc_decode_mode decode_mode = isUnsignedByte ? DECODE_LDR : DECODE_HDR; in Decode()
127 …ck(dest, ib.get(), destWidth, destHeight, destDepth, bytes, destPitchB, destSliceB, isUnsignedByte, in Decode()
DASTC_Decoder.hpp21 int xblocks, int yblocks, int zblocks, bool isUnsignedByte);