Searched refs:current_vec (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_nir_soa.c | 1641 LLVMValueRef current_vec = LLVMBuildLoad(builder, ptr, ""); in increment_vec_ptr_by_mask() local 1643 current_vec = LLVMBuildSub(builder, current_vec, mask, ""); in increment_vec_ptr_by_mask() 1645 LLVMBuildStore(builder, current_vec, ptr); in increment_vec_ptr_by_mask() 1654 LLVMValueRef current_vec = LLVMBuildLoad(builder, ptr, ""); in clear_uint_vec_ptr_from_mask() local 1656 current_vec = lp_build_select(&bld_base->uint_bld, in clear_uint_vec_ptr_from_mask() 1659 current_vec); in clear_uint_vec_ptr_from_mask() 1661 LLVMBuildStore(builder, current_vec, ptr); in clear_uint_vec_ptr_from_mask()
|
D | lp_bld_tgsi_soa.c | 3919 LLVMValueRef current_vec = LLVMBuildLoad(builder, ptr, ""); in increment_vec_ptr_by_mask() local 3921 current_vec = LLVMBuildSub(builder, current_vec, mask, ""); in increment_vec_ptr_by_mask() 3923 LLVMBuildStore(builder, current_vec, ptr); in increment_vec_ptr_by_mask() 3932 LLVMValueRef current_vec = LLVMBuildLoad(builder, ptr, ""); in clear_uint_vec_ptr_from_mask() local 3934 current_vec = lp_build_select(&bld_base->uint_bld, in clear_uint_vec_ptr_from_mask() 3937 current_vec); in clear_uint_vec_ptr_from_mask() 3939 LLVMBuildStore(builder, current_vec, ptr); in clear_uint_vec_ptr_from_mask()
|