Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi.h247 struct lp_build_fs_iface;
248 struct lp_build_fs_iface { struct
249 LLVMValueRef (*interp_fn)(const struct lp_build_fs_iface *iface, argument
255 void (*fb_fetch)(const struct lp_build_fs_iface *iface, argument
286 const struct lp_build_fs_iface *fs_iface;
Dlp_bld_nir.h232 const struct lp_build_fs_iface *fs_iface;
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs.c422 struct lp_build_fs_iface base;
433 static LLVMValueRef fs_interp(const struct lp_build_fs_iface *iface, in fs_interp()
453 static void fs_fb_fetch(const struct lp_build_fs_iface *iface, in fs_fb_fetch()