Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_const.c94 lp_const_offset(struct lp_type type) in lp_const_offset() function
118 llscale -= lp_const_offset(type); in lp_const_scale()
Dlp_bld_const.h58 lp_const_offset(struct lp_type type);
Dlp_bld_conv.c912 unsigned src_offset = lp_const_offset(src_type); in lp_build_conv()
913 unsigned dst_offset = lp_const_offset(dst_type); in lp_build_conv()
1018 unsigned src_offset = lp_const_offset(src_type); in lp_build_conv()
1019 unsigned dst_offset = lp_const_offset(dst_type); in lp_build_conv()