Searched refs:z_shift (Results 1 – 2 of 2) sorted by relevance
845 unsigned z_shift = 0, z_width = 0, z_mask = 0; in lp_build_depth_stencil_test() local936 have_z = get_z_shift_and_mask(format_desc, &z_shift, &z_width, &z_mask); in lp_build_depth_stencil_test()947 if (z_shift) { in lp_build_depth_stencil_test()948 LLVMValueRef shift = lp_build_const_int_vec(gallivm, z_type, z_shift); in lp_build_depth_stencil_test()1131 if (have_z && z_shift) { in lp_build_depth_stencil_test()1132 LLVMValueRef shift = lp_build_const_int_vec(gallivm, z_type, z_shift); in lp_build_depth_stencil_test()
1869 - llvmpipe: Ensure z_shift and z_width is initialized.