Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_conv.c616 LLVMValueRef const_scale; in lp_build_conv() local
632 const_scale = lp_build_const_vec(gallivm, src_type, lp_const_scale(dst_type)); in lp_build_conv()
665 tmp[j] = LLVMBuildFMul(builder, tmp[j], const_scale, ""); in lp_build_conv()
729 LLVMValueRef const_scale; in lp_build_conv() local
745 const_scale = lp_build_const_vec(gallivm, src_type, lp_const_scale(dst_type)); in lp_build_conv()
764 a = LLVMBuildFMul(builder, a, const_scale, ""); in lp_build_conv()