Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_printf.cc148 bool have_z = (*cur == 'z'); in VSNPrintf() local
149 cur += have_z; in VSNPrintf()
150 bool have_ll = !have_z && (cur[0] == 'l' && cur[1] == 'l'); in VSNPrintf()
154 bool have_flags = have_width | have_z | have_ll; in VSNPrintf()
160 : have_z ? va_arg(args, sptr) in VSNPrintf()
169 : have_z ? va_arg(args, uptr) in VSNPrintf()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_depth.c842 boolean have_z, have_s; in lp_build_depth_stencil_test() local
926 have_z = get_z_shift_and_mask(format_desc, &z_shift, &z_width, &z_mask); in lp_build_depth_stencil_test()
929 if (have_z) { in lp_build_depth_stencil_test()
1121 if (have_z && z_shift) { in lp_build_depth_stencil_test()
1131 if (have_z && have_s) in lp_build_depth_stencil_test()
1133 else if (have_z) in lp_build_depth_stencil_test()