Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi.h521 struct lp_build_tgsi_soa_context struct
523 struct lp_build_tgsi_context bld_base;
526 struct lp_build_context elem_bld;
528 const struct lp_build_gs_iface *gs_iface;
529 const struct lp_build_tcs_iface *tcs_iface;
530 const struct lp_build_tes_iface *tes_iface;
532 LLVMValueRef emitted_prims_vec_ptr;
533 LLVMValueRef total_emitted_vertices_vec_ptr;
534 LLVMValueRef emitted_vertices_vec_ptr;
535 LLVMValueRef max_output_vertices_vec;
[all …]