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.h356 struct lp_build_tgsi_soa_context struct
358 struct lp_build_tgsi_context bld_base;
361 struct lp_build_context elem_bld;
363 LLVMValueRef consts_ptr;
364 const LLVMValueRef *pos;
365 const LLVMValueRef (*inputs)[TGSI_NUM_CHANNELS];
366 LLVMValueRef (*outputs)[TGSI_NUM_CHANNELS];
368 const struct lp_build_sampler_soa *sampler;
370 LLVMValueRef immediates[LP_MAX_TGSI_IMMEDIATES][TGSI_NUM_CHANNELS];
371 LLVMValueRef temps[LP_MAX_TGSI_TEMPS][TGSI_NUM_CHANNELS];
[all …]