Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/
Dswr_shader.cpp391 swr_tcs_llvm_fetch_output(const struct lp_build_tcs_iface *tcs_iface,
569 swr_tcs_llvm_fetch_output(const struct lp_build_tcs_iface *tcs_iface, in swr_tcs_llvm_fetch_output() function
582 return iface->pBuilder->swr_tcs_llvm_fetch_output(tcs_iface, bld_base, in swr_tcs_llvm_fetch_output()
1068 BuilderSWR::swr_tcs_llvm_fetch_output(const struct lp_build_tcs_iface *tcs_iface, in swr_tcs_llvm_fetch_output() function in BuilderSWR
2201 tcs_iface.base.emit_fetch_output = ::swr_tcs_llvm_fetch_output; in CompileTCS()