Searched refs:zmask (Results 1 – 2 of 2) sorted by relevance
542 unsigned zmask = 0; in depth_test_quad() local555 zmask |= 1 << j; in depth_test_quad()561 zmask |= 1 << j; in depth_test_quad()567 zmask |= (1 << j); in depth_test_quad()573 zmask |= (1 << j); in depth_test_quad()579 zmask |= (1 << j); in depth_test_quad()585 zmask |= (1 << j); in depth_test_quad()589 zmask = MASK_ALL; in depth_test_quad()595 quad->inout.mask &= zmask; in depth_test_quad()
3525 LLVMValueRef negmask, infmask, zmask; in lp_build_log2_approx() local3528 zmask = lp_build_cmp(bld, PIPE_FUNC_EQUAL, x, in lp_build_log2_approx()3538 res = lp_build_select(bld, zmask, in lp_build_log2_approx()