Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi.h69 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, argument
419 void (*emit_vertex)(const struct lp_build_tgsi_gs_iface *gs_iface, argument
423 void (*end_primitive)(const struct lp_build_tgsi_gs_iface *gs_iface, argument
427 void (*gs_epilogue)(const struct lp_build_tgsi_gs_iface *gs_iface, argument
440 const struct lp_build_tgsi_gs_iface *gs_iface;
Dlp_bld_tgsi_soa.c3785 const struct lp_build_tgsi_gs_iface *gs_iface) in lp_build_tgsi_soa()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_shader.cpp232 swr_gs_llvm_fetch_input(const struct lp_build_tgsi_gs_iface *gs_iface,
240 swr_gs_llvm_emit_vertex(const struct lp_build_tgsi_gs_iface *gs_base,
246 swr_gs_llvm_end_primitive(const struct lp_build_tgsi_gs_iface *gs_base,
252 swr_gs_llvm_epilogue(const struct lp_build_tgsi_gs_iface *gs_base,
260 struct lp_build_tgsi_gs_iface base;
275 swr_gs_llvm_fetch_input(const struct lp_build_tgsi_gs_iface *gs_iface, in swr_gs_llvm_fetch_input()
294 swr_gs_llvm_emit_vertex(const struct lp_build_tgsi_gs_iface *gs_base, in swr_gs_llvm_emit_vertex()
307 swr_gs_llvm_end_primitive(const struct lp_build_tgsi_gs_iface *gs_base, in swr_gs_llvm_end_primitive()
320 swr_gs_llvm_epilogue(const struct lp_build_tgsi_gs_iface *gs_base, in swr_gs_llvm_epilogue()
333 BuilderSWR::swr_gs_llvm_fetch_input(const struct lp_build_tgsi_gs_iface *gs_iface, in swr_gs_llvm_fetch_input()
[all …]
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c70 struct lp_build_tgsi_gs_iface base;
77 draw_gs_llvm_iface(const struct lp_build_tgsi_gs_iface *iface) in draw_gs_llvm_iface()
1379 draw_gs_llvm_fetch_input(const struct lp_build_tgsi_gs_iface *gs_iface, in draw_gs_llvm_fetch_input()
1435 draw_gs_llvm_emit_vertex(const struct lp_build_tgsi_gs_iface *gs_base, in draw_gs_llvm_emit_vertex()
1469 draw_gs_llvm_end_primitive(const struct lp_build_tgsi_gs_iface *gs_base, in draw_gs_llvm_end_primitive()
1498 draw_gs_llvm_epilogue(const struct lp_build_tgsi_gs_iface *gs_base, in draw_gs_llvm_epilogue()
2359 (const struct lp_build_tgsi_gs_iface *)&gs_iface); in draw_gs_llvm_generate()