Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_soa.c322 LLVMValueRef real_val, dst_val; in lp_exec_mask_store() local
325 real_val = lp_build_select(bld_store, in lp_exec_mask_store()
329 LLVMBuildStore(builder, real_val, dst); in lp_exec_mask_store()
498 LLVMValueRef real_val, dst_val; in emit_mask_scatter() local
500 real_val = lp_build_select(&bld->elem_bld, scalar_pred, val, dst_val); in emit_mask_scatter()
501 LLVMBuildStore(builder, real_val, scalar_ptr); in emit_mask_scatter()