Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_averages_and_directions.cpp791 vint texel_idxs(texel_indexes + i); in compute_error_squared_rgba() local
793 vfloat data_r = gatherf(blk.data_r, texel_idxs); in compute_error_squared_rgba()
794 vfloat data_g = gatherf(blk.data_g, texel_idxs); in compute_error_squared_rgba()
795 vfloat data_b = gatherf(blk.data_b, texel_idxs); in compute_error_squared_rgba()
796 vfloat data_a = gatherf(blk.data_a, texel_idxs); in compute_error_squared_rgba()
930 vint texel_idxs(texel_indexes + i); in compute_error_squared_rgb() local
932 vfloat data_r = gatherf(blk.data_r, texel_idxs); in compute_error_squared_rgb()
933 vfloat data_g = gatherf(blk.data_g, texel_idxs); in compute_error_squared_rgb()
934 vfloat data_b = gatherf(blk.data_b, texel_idxs); in compute_error_squared_rgb()