Home
last modified time | relevance | path

Searched refs:texel_weights_int (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/
Dastc_block_sizes2.cpp299 dt->texel_weights_int[i][j] = 0; in initialize_decimation_table_2d()
305 dt->texel_weights_int[i][j] = (uint8_t)(tw->weights_of_texel[i][j]); in initialize_decimation_table_2d()
460 dt->texel_weights_int[i][j] = 0; in initialize_decimation_table_3d()
466 dt->texel_weights_int[i][j] = (uint8_t)(tw->weights_of_texel[i][j]); in initialize_decimation_table_3d()
Dastc_codec_internals.h82 uint8_t texel_weights_int[MAX_TEXELS_PER_BLOCK][4]; // the weight to assign to each weight member
Dastc_decompress_symbolic.cpp34 …summed_value += weights[it->texel_weights[texel_to_get][i]] * it->texel_weights_int[texel_to_get][… in compute_value_of_texel_int()
/third_party/astc-encoder/Source/
Dastcenc_decompress_symbolic.cpp49 vint texel_weights_int(di.texel_weights_int_4t[i] + base_texel_index); in compute_value_of_texel_weight_int_vla() local
51 summed_value += gatheri(weights, texel_weights) * texel_weights_int; in compute_value_of_texel_weight_int_vla()