Home
last modified time | relevance | path

Searched defs:TexelWeight (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/astc-encoder/Source/
Dastc_block_sizes2.cpp25 struct TexelWeight struct
27 int weightcount_of_texel[MAX_TEXELS_PER_BLOCK];
28 int grid_weights_of_texel[MAX_TEXELS_PER_BLOCK][4];
29 int weights_of_texel[MAX_TEXELS_PER_BLOCK][4];
31 int texelcount_of_weight[MAX_WEIGHTS_PER_BLOCK];
32 int texels_of_weight[MAX_WEIGHTS_PER_BLOCK][MAX_TEXELS_PER_BLOCK];
33 int texelweights_of_weight[MAX_WEIGHTS_PER_BLOCK][MAX_TEXELS_PER_BLOCK];