Searched refs:fetch_rgb_float_from_block (Results 1 – 3 of 3) sorted by relevance
217 fetch_rgb_float_from_block(src + ((width * sizeof(uint8_t)) * (height / 4) + (width / 4)) * 16, in util_format_bptc_rgb_float_fetch_rgba()275 fetch_rgb_float_from_block(src + ((width * sizeof(uint8_t)) * (height / 4) + (width / 4)) * 16, in util_format_bptc_rgb_ufloat_fetch_rgba()
47 fetch_rgb_float_from_block(block, texel, (i % 4) + (j % 4) * 4, is_signed); in fetch_bptc_rgb_float()
962 fetch_rgb_float_from_block(const uint8_t *block, in fetch_rgb_float_from_block() function