Searched defs:lp_build_tgsi_params (Results 1 – 1 of 1) sorted by relevance
263 struct lp_build_tgsi_params { struct264 struct lp_type type;265 struct lp_build_mask_context *mask;266 LLVMValueRef consts_ptr;267 LLVMValueRef const_sizes_ptr;268 const struct lp_bld_tgsi_system_values *system_values;269 const LLVMValueRef (*inputs)[4];270 int num_inputs;271 LLVMTypeRef context_type;272 LLVMValueRef context_ptr;[all …]