Searched refs:bld_store (Results 1 – 2 of 2) sorted by relevance
203 struct lp_build_context *bld_store, in lp_exec_mask_store() argument210 assert(lp_check_value(bld_store->type, val)); in lp_exec_mask_store()219 if (bld_store->type.width < 32) in lp_exec_mask_store()220 exec_mask = LLVMBuildTrunc(builder, exec_mask, bld_store->vec_type, ""); in lp_exec_mask_store()221 res = lp_build_select(bld_store, exec_mask, val, dst); in lp_exec_mask_store()
108 struct lp_build_context *bld_store,