Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/
Dastc_codec_internals.h33 #define MAX_TEXELS_PER_BLOCK 216 macro
67 uint8_t partition_of_texel[MAX_TEXELS_PER_BLOCK];
81 …uint8_t texel_num_weights[MAX_TEXELS_PER_BLOCK]; // number of indices that go into the calculation…
82 uint8_t texel_weights_int[MAX_TEXELS_PER_BLOCK][4]; // the weight to assign to each weight
83 uint8_t texel_weights[MAX_TEXELS_PER_BLOCK][4]; // the weights that go into a texel calculation
117 float orig_data[MAX_TEXELS_PER_BLOCK * 4]; // original input data
118 …float data_r[MAX_TEXELS_PER_BLOCK]; // the data that we will compress, either linear or LNS (0..6…
119 float data_g[MAX_TEXELS_PER_BLOCK];
120 float data_b[MAX_TEXELS_PER_BLOCK];
121 float data_a[MAX_TEXELS_PER_BLOCK];
[all …]
Dastc_block_sizes2.cpp27 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];
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];
Dastc_decompress_symbolic.cpp252 int weights[MAX_TEXELS_PER_BLOCK]; in decompress_symbolic_block()
253 int plane2_weights[MAX_TEXELS_PER_BLOCK]; in decompress_symbolic_block()