Home
last modified time | relevance | path

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

/external/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.c882 unsigned src_offset = lp_const_offset(src_type); in lp_build_conv()
883 unsigned dst_offset = lp_const_offset(dst_type); in lp_build_conv()
988 unsigned src_offset = lp_const_offset(src_type); in lp_build_conv()
989 unsigned dst_offset = lp_const_offset(dst_type); in lp_build_conv()