Home
last modified time | relevance | path

Searched refs:bld_store (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_ir_common.c203 struct lp_build_context *bld_store, in lp_exec_mask_store() argument
210 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()
Dlp_bld_ir_common.h108 struct lp_build_context *bld_store,