Searched refs:current_vec (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_tgsi_soa.c | 3926 LLVMValueRef current_vec = LLVMBuildLoad(builder, ptr, ""); in increment_vec_ptr_by_mask() local 3928 current_vec = LLVMBuildSub(builder, current_vec, mask, ""); in increment_vec_ptr_by_mask() 3930 LLVMBuildStore(builder, current_vec, ptr); in increment_vec_ptr_by_mask() 3939 LLVMValueRef current_vec = LLVMBuildLoad(builder, ptr, ""); in clear_uint_vec_ptr_from_mask() local 3941 current_vec = lp_build_select(&bld_base->uint_bld, in clear_uint_vec_ptr_from_mask() 3944 current_vec); in clear_uint_vec_ptr_from_mask() 3946 LLVMBuildStore(builder, current_vec, ptr); in clear_uint_vec_ptr_from_mask()
|
H A D | lp_bld_nir_soa.c | 1942 LLVMValueRef current_vec = LLVMBuildLoad2(builder, LLVMTypeOf(mask), ptr, ""); in increment_vec_ptr_by_mask() local 1944 current_vec = LLVMBuildSub(builder, current_vec, mask, ""); in increment_vec_ptr_by_mask() 1946 LLVMBuildStore(builder, current_vec, ptr); in increment_vec_ptr_by_mask() 1955 LLVMValueRef current_vec = LLVMBuildLoad2(builder, bld_base->uint_bld.vec_type, ptr, ""); in clear_uint_vec_ptr_from_mask() local 1957 current_vec = lp_build_select(&bld_base->uint_bld, in clear_uint_vec_ptr_from_mask() 1960 current_vec); in clear_uint_vec_ptr_from_mask() 1962 LLVMBuildStore(builder, current_vec, ptr); in clear_uint_vec_ptr_from_mask()
|
Completed in 12 milliseconds