Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/
Dswr_shader.cpp382 swr_tcs_llvm_fetch_input(const struct lp_build_tcs_iface *tcs_iface,
548 swr_tcs_llvm_fetch_input(const struct lp_build_tcs_iface *tcs_iface, in swr_tcs_llvm_fetch_input() function
560 return iface->pBuilder->swr_tcs_llvm_fetch_input(tcs_iface, bld_base, in swr_tcs_llvm_fetch_input()
987 BuilderSWR::swr_tcs_llvm_fetch_input(const struct lp_build_tcs_iface *tcs_iface, in swr_tcs_llvm_fetch_input() function in BuilderSWR
2200 tcs_iface.base.emit_fetch_input = ::swr_tcs_llvm_fetch_input; in CompileTCS()