Home | History | Annotate | Download | only in llvmpipe

Lines Matching full:z_shift

835    unsigned z_shift = 0, z_width = 0, z_mask = 0;
926 have_z = get_z_shift_and_mask(format_desc, &z_shift, &z_width, &z_mask);
937 if (z_shift) {
938 LLVMValueRef shift = lp_build_const_int_vec(gallivm, z_type, z_shift);
1121 if (have_z && z_shift) {
1122 LLVMValueRef shift = lp_build_const_int_vec(gallivm, z_type, z_shift);