Searched defs:ASTCDecompressionData (Results 1 – 1 of 1) sorted by relevance
1074 struct ASTCDecompressionData { struct1075 ASTCDecompressionData(int dimX, int dimY) : fDimX(dimX), fDimY(dimY) { } in ASTCDecompressionData() function1076 const int fDimX; // the X dimension of the decompressed block1077 const int fDimY; // the Y dimension of the decompressed block1078 ASTCBlock fBlock; // the block data1079 int fBlockMode; // the block header that contains the block mode.1081 bool fDualPlaneEnabled; // is this block compressing dual weight planes?1082 int fDualPlane; // the independent plane in dual plane mode.1084 bool fVoidExtent; // is this block a single color?1085 bool fError; // does this block have an error encoding?[all …]