Searched defs:lp_build_interp_soa_context (Results 1 – 1 of 1) sorted by relevance
78 struct lp_build_interp_soa_context struct81 struct lp_build_context coeff_bld;82 struct lp_build_context setup_bld;84 unsigned num_attribs;85 unsigned mask[1 + PIPE_MAX_SHADER_INPUTS]; /**< TGSI_WRITE_MASK_x */86 enum lp_interp interp[1 + PIPE_MAX_SHADER_INPUTS];87 boolean simple_interp;88 boolean depth_clamp;90 double pos_offset;115 lp_build_interp_soa_init(struct lp_build_interp_soa_context *bld, argument