Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_srgb.c264 LLVMValueRef x05, x0375, a_const, b_const, c_const, tmp2; in lp_build_linear_to_srgb() local
289 c_const = lp_build_const_vec(gallivm, src_type, -0.0620f * 255.0f); in lp_build_linear_to_srgb()
292 tmp2 = lp_build_mad(&f32_bld, b_const, x05, c_const); in lp_build_linear_to_srgb()