Searched refs:lp_build_gs_iface (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi.h | 71 struct lp_build_gs_iface; 277 const struct lp_build_gs_iface *gs_iface; 424 struct lp_build_gs_iface struct 426 LLVMValueRef (*fetch_input)(const struct lp_build_gs_iface *gs_iface, argument 433 void (*emit_vertex)(const struct lp_build_gs_iface *gs_iface, argument 438 void (*end_primitive)(const struct lp_build_gs_iface *gs_iface, argument 444 void (*gs_epilogue)(const struct lp_build_gs_iface *gs_iface, argument 512 const struct lp_build_gs_iface *gs_iface;
|
D | lp_bld_nir.h | 229 const struct lp_build_gs_iface *gs_iface;
|
/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_shader.cpp | 350 swr_gs_llvm_fetch_input(const struct lp_build_gs_iface *gs_iface, 358 swr_gs_llvm_emit_vertex(const struct lp_build_gs_iface *gs_base, 365 swr_gs_llvm_end_primitive(const struct lp_build_gs_iface *gs_base, 373 swr_gs_llvm_epilogue(const struct lp_build_gs_iface *gs_base, 436 struct lp_build_gs_iface base; 484 swr_gs_llvm_fetch_input(const struct lp_build_gs_iface *gs_iface, in swr_gs_llvm_fetch_input() 503 swr_gs_llvm_emit_vertex(const struct lp_build_gs_iface *gs_base, in swr_gs_llvm_emit_vertex() 519 swr_gs_llvm_end_primitive(const struct lp_build_gs_iface *gs_base, in swr_gs_llvm_end_primitive() 536 swr_gs_llvm_epilogue(const struct lp_build_gs_iface *gs_base, in swr_gs_llvm_epilogue() 685 BuilderSWR::swr_gs_llvm_fetch_input(const struct lp_build_gs_iface *gs_iface, in swr_gs_llvm_fetch_input() [all …]
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_llvm.c | 72 struct lp_build_gs_iface base; 79 draw_gs_llvm_iface(const struct lp_build_gs_iface *iface) in draw_gs_llvm_iface() 1728 draw_gs_llvm_fetch_input(const struct lp_build_gs_iface *gs_iface, in draw_gs_llvm_fetch_input() 1784 draw_gs_llvm_emit_vertex(const struct lp_build_gs_iface *gs_base, in draw_gs_llvm_emit_vertex() 1829 draw_gs_llvm_end_primitive(const struct lp_build_gs_iface *gs_base, in draw_gs_llvm_end_primitive() 1867 draw_gs_llvm_epilogue(const struct lp_build_gs_iface *gs_base, in draw_gs_llvm_epilogue() 2859 params.gs_iface = (const struct lp_build_gs_iface *)&gs_iface; in draw_gs_llvm_generate()
|