Searched refs:lp_build_tcs_iface (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi.h | 278 const struct lp_build_tcs_iface *tcs_iface; 449 struct lp_build_tcs_iface struct 455 void (*emit_store_output)(const struct lp_build_tcs_iface *tcs_iface, argument 467 LLVMValueRef (*emit_fetch_input)(const struct lp_build_tcs_iface *tcs_iface, argument 476 LLVMValueRef (*emit_fetch_output)(const struct lp_build_tcs_iface *tcs_iface, argument 513 const struct lp_build_tcs_iface *tcs_iface;
|
D | lp_bld_nir.h | 230 const struct lp_build_tcs_iface *tcs_iface;
|
/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_shader.cpp | 382 swr_tcs_llvm_fetch_input(const struct lp_build_tcs_iface *tcs_iface, 391 swr_tcs_llvm_fetch_output(const struct lp_build_tcs_iface *tcs_iface, 401 swr_tcs_llvm_store_output(const struct lp_build_tcs_iface *tcs_iface, 414 swr_tcs_llvm_emit_barrier(const struct lp_build_tcs_iface *tcs_iface, 450 struct lp_build_tcs_iface base; 548 swr_tcs_llvm_fetch_input(const struct lp_build_tcs_iface *tcs_iface, in swr_tcs_llvm_fetch_input() 569 swr_tcs_llvm_fetch_output(const struct lp_build_tcs_iface *tcs_iface, in swr_tcs_llvm_fetch_output() 609 void swr_tcs_llvm_store_output(const struct lp_build_tcs_iface *tcs_iface, in swr_tcs_llvm_store_output() 987 BuilderSWR::swr_tcs_llvm_fetch_input(const struct lp_build_tcs_iface *tcs_iface, in swr_tcs_llvm_fetch_input() 1068 BuilderSWR::swr_tcs_llvm_fetch_output(const struct lp_build_tcs_iface *tcs_iface, in swr_tcs_llvm_fetch_output() [all …]
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_llvm.c | 85 struct lp_build_tcs_iface base; 93 draw_tcs_llvm_iface(const struct lp_build_tcs_iface *iface) in draw_tcs_llvm_iface() 3072 draw_tcs_llvm_emit_fetch_input(const struct lp_build_tcs_iface *tes_iface, in draw_tcs_llvm_emit_fetch_input() 3134 draw_tcs_llvm_emit_fetch_output(const struct lp_build_tcs_iface *tes_iface, in draw_tcs_llvm_emit_fetch_output() 3197 draw_tcs_llvm_emit_store_output(const struct lp_build_tcs_iface *tes_iface, in draw_tcs_llvm_emit_store_output()
|