Home
last modified time | relevance | path

Searched refs:grid_weights_of_texel (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/
H A Dastc_block_sizes2.cpp28 int grid_weights_of_texel[MAX_TEXELS_PER_BLOCK][4]; member
282 tw->grid_weights_of_texel[texel][tw->weightcount_of_texel[texel]] = qweight[i]; in initialize_decimation_table_2d()
306 dt->texel_weights[i][j] = (uint8_t)(tw->grid_weights_of_texel[i][j]); in initialize_decimation_table_2d()
440 tw->grid_weights_of_texel[texel][tw->weightcount_of_texel[texel]] = qweight[i]; in initialize_decimation_table_3d()
467 dt->texel_weights[i][j] = (uint8_t)(tw->grid_weights_of_texel[i][j]); in initialize_decimation_table_3d()
/third_party/astc-encoder/Source/
H A Dastcenc_block_sizes.cpp313 wb.grid_weights_of_texel[texel][wb.weight_count_of_texel[texel]] = static_cast<uint8_t>(qweight[i]); in init_decimation_info_2d()
335 di.texel_weights_tr[j][i] = wb.grid_weights_of_texel[i][j]; in init_decimation_info_2d()
568 wb.grid_weights_of_texel[texel][wb.weight_count_of_texel[texel]] = static_cast<uint8_t>(qweight[i]); in init_decimation_info_3d()
599 di.texel_weights_tr[j][i] = wb.grid_weights_of_texel[i][j]; in init_decimation_info_3d()
H A Dastcenc_internal.h1022 uint8_t grid_weights_of_texel[BLOCK_MAX_TEXELS][4]; member

Completed in 6 milliseconds