Home
last modified time | relevance | path

Searched refs:tix (Results 1 - 6 of 6) sorted by relevance

/third_party/astc-encoder/Source/
H A Dastcenc_ideal_endpoints_and_weights.cpp157 unsigned int tix = pi.texels_of_partition[i][j]; in compute_ideal_colors_and_weights_1_comp()
158 float value = data_vr[tix]; in compute_ideal_colors_and_weights_1_comp()
184 unsigned int tix = pi.texels_of_partition[i][j]; in compute_ideal_colors_and_weights_1_comp()
185 float value = (data_vr[tix] - lowvalue) * scale; in compute_ideal_colors_and_weights_1_comp()
188 ei.weights[tix] = value; in compute_ideal_colors_and_weights_1_comp()
189 ei.weight_error_scale[tix] = length_squared * error_weight; in compute_ideal_colors_and_weights_1_comp()
190 assert(!astc::isnan(ei.weight_error_scale[tix])); in compute_ideal_colors_and_weights_1_comp()
284 unsigned int tix = pi.texels_of_partition[i][j];
285 vfloat4 point = vfloat2(data_vr[tix], data_vg[tix]);
[all...]
H A Dastcenc_decompress_symbolic.cpp308 int tix = pi.texels_of_partition[i][j]; in decompress_symbolic_block() local
309 vint4 weight = select(vint4(plane1_weights[tix]), vint4(plane2_weights[tix]), plane2_mask); in decompress_symbolic_block()
313 blk.data_r[tix] = colorf.lane<0>(); in decompress_symbolic_block()
314 blk.data_g[tix] = colorf.lane<1>(); in decompress_symbolic_block()
315 blk.data_b[tix] = colorf.lane<2>(); in decompress_symbolic_block()
316 blk.data_a[tix] = colorf.lane<3>(); in decompress_symbolic_block()
467 unsigned int tix = pi.texels_of_partition[i][j]; in compute_symbolic_block_difference_1plane() local
469 vint4(plane1_weights[tix])); in compute_symbolic_block_difference_1plane()
472 vfloat4 oldColor = blk.texel(tix); in compute_symbolic_block_difference_1plane()
[all...]
H A Dastcenc_pick_best_endpoint_format.cpp141 const uint8_t* tix = texel_indexes + i; in compute_error_squared_rgb_single_partition() local
143 vint tix(texel_indexes + i); in compute_error_squared_rgb_single_partition()
147 vfloat data_a = gatherf(blk.data_a, tix); in compute_error_squared_rgb_single_partition()
153 vfloat data_r = gatherf(blk.data_r, tix); in compute_error_squared_rgb_single_partition()
154 vfloat data_g = gatherf(blk.data_g, tix); in compute_error_squared_rgb_single_partition()
155 vfloat data_b = gatherf(blk.data_b, tix); in compute_error_squared_rgb_single_partition()
215 vint tix(texel_indexes + i); in compute_error_squared_rgb_single_partition()
221 vfloat data_a = gatherf(blk.data_a, tix); in compute_error_squared_rgb_single_partition()
227 vfloat data_r = gatherf(blk.data_r, tix); in compute_error_squared_rgb_single_partition()
228 vfloat data_g = gatherf(blk.data_g, tix); in compute_error_squared_rgb_single_partition()
[all...]
/third_party/python/Lib/test/
H A Dtest_tix.py18 tix = import_helper.import_module('tkinter.tix', deprecated=True) variable
26 self.root = tix.Tk()
/third_party/python/PCbuild/
H A Dprepare_tcltk.bat51 %MSBUILD% "%PCBUILD%\tix.vcxproj" /p:Configuration=Release /p:Platform=Win32
55 %MSBUILD% "%PCBUILD%\tix.vcxproj" /p:Configuration=Release /p:Platform=x64
59 %MSBUILD% "%PCBUILD%\tix.vcxproj" /p:Configuration=Release /p:Platform=ARM64
H A Dget_externals.bat60 if NOT "%IncludeTkinterSrc%"=="false" set libraries=%libraries% tix-8.4.3.6

Completed in 4 milliseconds