Home
last modified time | relevance | path

Searched refs:lp_build_gs_iface (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi.h71 struct lp_build_gs_iface;
281 const struct lp_build_gs_iface *gs_iface;
429 struct lp_build_gs_iface struct
431 LLVMValueRef (*fetch_input)(const struct lp_build_gs_iface *gs_iface, argument
438 void (*emit_vertex)(const struct lp_build_gs_iface *gs_iface, argument
443 void (*end_primitive)(const struct lp_build_gs_iface *gs_iface, argument
449 void (*gs_epilogue)(const struct lp_build_gs_iface *gs_iface, argument
517 const struct lp_build_gs_iface *gs_iface;
Dlp_bld_nir.h243 const struct lp_build_gs_iface *gs_iface;
/third_party/mesa3d/src/gallium/drivers/swr/
Dswr_shader.cpp350 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 …]
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c72 struct lp_build_gs_iface base;
79 draw_gs_llvm_iface(const struct lp_build_gs_iface *iface) in draw_gs_llvm_iface()
1751 draw_gs_llvm_fetch_input(const struct lp_build_gs_iface *gs_iface, in draw_gs_llvm_fetch_input()
1807 draw_gs_llvm_emit_vertex(const struct lp_build_gs_iface *gs_base, in draw_gs_llvm_emit_vertex()
1856 draw_gs_llvm_end_primitive(const struct lp_build_gs_iface *gs_base, in draw_gs_llvm_end_primitive()
1894 draw_gs_llvm_epilogue(const struct lp_build_gs_iface *gs_base, in draw_gs_llvm_epilogue()
2900 params.gs_iface = (const struct lp_build_gs_iface *)&gs_iface; in draw_gs_llvm_generate()