Searched defs:texel (Results 1 – 4 of 4) sorted by relevance
284 unsigned int texel = y * x_texels + x; in init_decimation_info_2d() local356 uint8_t texel = wb.texels_of_weight[i][j]; in init_decimation_info_2d() local483 int texel = (z * y_texels + y) * x_texels + x; in init_decimation_info_3d() local625 unsigned int texel = wb.texels_of_weight[i][j]; in init_decimation_info_3d() local743 uint8_t texel = static_cast<uint8_t>(astc::rand(rng_state)); in assign_kmeans_texels() local
127 for (unsigned int texel = 0; texel < bsd.texel_count; texel++) in realign_weights_undecimated() local282 unsigned int texel = di.weight_texel[te_idx][we_idx]; in realign_weights_decimated() local
897 vint texel(di.weight_texel[j] + i); in compute_ideal_weights_for_decimation() local955 vint texel(di.weight_texel[j] + i); in compute_ideal_weights_for_decimation() local
782 inline vfloat4 texel(unsigned int index) const in texel() function