Lines Matching refs:BCOMP
1285 texel[BCOMP] = UBYTE_TO_FLOAT(dst[2]); in fetch_etc1_rgb8()
1307 texel[BCOMP] = UBYTE_TO_FLOAT(dst[2]); in fetch_etc2_rgb8()
1328 texel[BCOMP] = util_format_srgb_8unorm_to_linear_float(dst[2]); in fetch_etc2_srgb8()
1347 texel[BCOMP] = UBYTE_TO_FLOAT(dst[2]); in fetch_etc2_rgba8_eac()
1366 texel[BCOMP] = util_format_srgb_8unorm_to_linear_float(dst[2]); in fetch_etc2_srgb8_alpha8_eac()
1385 texel[BCOMP] = 0.0f; in fetch_etc2_r11_eac()
1409 texel[BCOMP] = 0.0f; in fetch_etc2_rg11_eac()
1428 texel[BCOMP] = 0.0f; in fetch_etc2_signed_r11_eac()
1452 texel[BCOMP] = 0.0f; in fetch_etc2_signed_rg11_eac()
1473 texel[BCOMP] = UBYTE_TO_FLOAT(dst[2]); in fetch_etc2_rgb8_punchthrough_alpha1()
1494 texel[BCOMP] = util_format_srgb_8unorm_to_linear_float(dst[2]); in fetch_etc2_srgb8_punchthrough_alpha1()