Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi.h505 struct lp_build_tgsi_soa_context struct
507 struct lp_build_tgsi_context bld_base;
510 struct lp_build_context elem_bld;
512 const struct lp_build_gs_iface *gs_iface;
513 const struct lp_build_tcs_iface *tcs_iface;
514 const struct lp_build_tes_iface *tes_iface;
516 LLVMValueRef emitted_prims_vec_ptr;
517 LLVMValueRef total_emitted_vertices_vec_ptr;
518 LLVMValueRef emitted_vertices_vec_ptr;
519 LLVMValueRef max_output_vertices_vec;
[all …]