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.h433 struct lp_build_tgsi_soa_context struct
435 struct lp_build_tgsi_context bld_base;
438 struct lp_build_context elem_bld;
440 const struct lp_build_tgsi_gs_iface *gs_iface;
441 LLVMValueRef emitted_prims_vec_ptr;
442 LLVMValueRef total_emitted_vertices_vec_ptr;
443 LLVMValueRef emitted_vertices_vec_ptr;
444 LLVMValueRef max_output_vertices_vec;
446 LLVMValueRef consts_ptr;
447 LLVMValueRef const_sizes_ptr;
[all …]