Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/
Dswr_shader.cpp232 swr_gs_llvm_fetch_input(const struct lp_build_tgsi_gs_iface *gs_iface,
275 swr_gs_llvm_fetch_input(const struct lp_build_tgsi_gs_iface *gs_iface, in swr_gs_llvm_fetch_input() function
285 return iface->pBuilder->swr_gs_llvm_fetch_input(gs_iface, bld_base, in swr_gs_llvm_fetch_input()
333 BuilderSWR::swr_gs_llvm_fetch_input(const struct lp_build_tgsi_gs_iface *gs_iface, in swr_gs_llvm_fetch_input() function in BuilderSWR
662 gs_iface.base.fetch_input = ::swr_gs_llvm_fetch_input; in CompileGS()