Searched refs:lp_build_tgsi_gs_iface (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_tgsi.h | 69 struct lp_build_tgsi_gs_iface; 233 const struct lp_build_tgsi_gs_iface *gs_iface); 410 struct lp_build_tgsi_gs_iface struct 412 LLVMValueRef (*fetch_input)(const struct lp_build_tgsi_gs_iface *gs_iface, 419 void (*emit_vertex)(const struct lp_build_tgsi_gs_iface *gs_iface, 423 void (*end_primitive)(const struct lp_build_tgsi_gs_iface *gs_iface, 427 void (*gs_epilogue)(const struct lp_build_tgsi_gs_iface *gs_iface, 440 const struct lp_build_tgsi_gs_iface *gs_iface;
|
| H A D | lp_bld_tgsi_soa.c | 3841 const struct lp_build_tgsi_gs_iface *gs_iface)
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/ |
| H A D | swr_shader.cpp | 234 swr_gs_llvm_fetch_input(const struct lp_build_tgsi_gs_iface *gs_iface, 242 swr_gs_llvm_emit_vertex(const struct lp_build_tgsi_gs_iface *gs_base, 248 swr_gs_llvm_end_primitive(const struct lp_build_tgsi_gs_iface *gs_base, 254 swr_gs_llvm_epilogue(const struct lp_build_tgsi_gs_iface *gs_base, 262 struct lp_build_tgsi_gs_iface base; 277 swr_gs_llvm_fetch_input(const struct lp_build_tgsi_gs_iface *gs_iface, 296 swr_gs_llvm_emit_vertex(const struct lp_build_tgsi_gs_iface *gs_base, 309 swr_gs_llvm_end_primitive(const struct lp_build_tgsi_gs_iface *gs_base, 322 swr_gs_llvm_epilogue(const struct lp_build_tgsi_gs_iface *gs_base, 335 BuilderSWR::swr_gs_llvm_fetch_input(const struct lp_build_tgsi_gs_iface *gs_ifac [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_llvm.c | 70 struct lp_build_tgsi_gs_iface base; 77 draw_gs_llvm_iface(const struct lp_build_tgsi_gs_iface *iface) 1379 draw_gs_llvm_fetch_input(const struct lp_build_tgsi_gs_iface *gs_iface, 1435 draw_gs_llvm_emit_vertex(const struct lp_build_tgsi_gs_iface *gs_base, 1469 draw_gs_llvm_end_primitive(const struct lp_build_tgsi_gs_iface *gs_base, 1498 draw_gs_llvm_epilogue(const struct lp_build_tgsi_gs_iface *gs_base, 2359 (const struct lp_build_tgsi_gs_iface *)&gs_iface);
|
Completed in 13 milliseconds