Searched refs:lp_build_tes_iface (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi.h | 283 const struct lp_build_tes_iface *tes_iface; 492 struct lp_build_tes_iface struct 494 LLVMValueRef (*fetch_vertex_input)(const struct lp_build_tes_iface *tes_iface, argument 503 LLVMValueRef (*fetch_patch_input)(const struct lp_build_tes_iface *tes_iface, argument 519 const struct lp_build_tes_iface *tes_iface;
|
D | lp_bld_nir.h | 245 const struct lp_build_tes_iface *tes_iface;
|
/third_party/mesa3d/src/gallium/drivers/swr/ |
D | swr_shader.cpp | 419 swr_tes_llvm_fetch_vtx_input(const struct lp_build_tes_iface *tes_iface, 428 swr_tes_llvm_fetch_patch_input(const struct lp_build_tes_iface *tes_iface, 468 struct lp_build_tes_iface base; 648 swr_tes_llvm_fetch_vtx_input(const struct lp_build_tes_iface *tes_iface, in swr_tes_llvm_fetch_vtx_input() 669 swr_tes_llvm_fetch_patch_input(const struct lp_build_tes_iface *tes_iface, in swr_tes_llvm_fetch_patch_input() 1346 BuilderSWR::swr_tes_llvm_fetch_patch_input(const struct lp_build_tes_iface *tes_iface, in swr_tes_llvm_fetch_patch_input() 1414 BuilderSWR::swr_tes_llvm_fetch_vtx_input(const struct lp_build_tes_iface *tes_iface, in swr_tes_llvm_fetch_vtx_input()
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_llvm.c | 99 struct lp_build_tes_iface base; 106 draw_tes_llvm_iface(const struct lp_build_tes_iface *iface) in draw_tes_llvm_iface() 3797 draw_tes_llvm_fetch_vertex_input(const struct lp_build_tes_iface *tes_iface, in draw_tes_llvm_fetch_vertex_input() 3860 draw_tes_llvm_fetch_patch_input(const struct lp_build_tes_iface *tes_iface, in draw_tes_llvm_fetch_patch_input()
|