Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_nir.h271 struct lp_build_nir_soa_context struct
273 struct lp_build_nir_context bld_base;
276 struct lp_build_context elem_bld;
277 struct lp_build_context uint_elem_bld;
279 LLVMValueRef consts_ptr;
280 const LLVMValueRef (*inputs)[TGSI_NUM_CHANNELS];
281 LLVMValueRef (*outputs)[TGSI_NUM_CHANNELS];
282 int num_inputs;
283 LLVMTypeRef context_type;
284 LLVMValueRef context_ptr;
[all …]