Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_depth.c850 LLVMValueRef z_bitmask = NULL, stencil_shift = NULL; in lp_build_depth_stencil_test() local
946 z_bitmask = lp_build_const_int_vec(gallivm, z_type, z_mask); in lp_build_depth_stencil_test()
955 } else if (z_bitmask) { in lp_build_depth_stencil_test()
956 z_dst = LLVMBuildAnd(builder, z_dst, z_bitmask, "z_dst"); in lp_build_depth_stencil_test()