Searched refs:lp_build_tes_iface (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi.h | 279 const struct lp_build_tes_iface *tes_iface; 487 struct lp_build_tes_iface struct 489 LLVMValueRef (*fetch_vertex_input)(const struct lp_build_tes_iface *tes_iface, argument 498 LLVMValueRef (*fetch_patch_input)(const struct lp_build_tes_iface *tes_iface, argument 514 const struct lp_build_tes_iface *tes_iface;
|
D | lp_bld_nir.h | 231 const struct lp_build_tes_iface *tes_iface;
|
/external/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()
|
/external/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() 3743 draw_tes_llvm_fetch_vertex_input(const struct lp_build_tes_iface *tes_iface, in draw_tes_llvm_fetch_vertex_input() 3806 draw_tes_llvm_fetch_patch_input(const struct lp_build_tes_iface *tes_iface, in draw_tes_llvm_fetch_patch_input()
|