Home
last modified time | relevance | path

Searched defs:lp_build_tgsi_soa_context (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi.h510 struct lp_build_tgsi_soa_context struct
512 struct lp_build_tgsi_context bld_base;
515 struct lp_build_context elem_bld;
517 const struct lp_build_gs_iface *gs_iface;
518 const struct lp_build_tcs_iface *tcs_iface;
519 const struct lp_build_tes_iface *tes_iface;
521 LLVMValueRef emitted_prims_vec_ptr;
522 LLVMValueRef total_emitted_vertices_vec_ptr;
523 LLVMValueRef emitted_vertices_vec_ptr;
524 LLVMValueRef max_output_vertices_vec;
[all …]