Searched refs:texel_idxs (Results 1 – 1 of 1) sorted by relevance
791 vint texel_idxs(texel_indexes + i); in compute_error_squared_rgba() local793 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() local932 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()