Searched refs:z_bld (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_bld_depth.c | 550 struct lp_build_context z_bld; in lp_build_depth_stencil_test() local 627 lp_build_context_init(&z_bld, gallivm, z_type); in lp_build_depth_stencil_test() 636 LLVMPointerType(z_bld.vec_type, 0), ""); in lp_build_depth_stencil_test() 758 z_pass = lp_build_cmp(&z_bld, depth->func, z_src, z_dst); in lp_build_depth_stencil_test() 787 z_dst = lp_build_select(&z_bld, zselectmask, z_src, z_dst); in lp_build_depth_stencil_test() 795 z_fail_mask = lp_build_andnot(&z_bld, orig_mask, z_pass); in lp_build_depth_stencil_test() 874 struct lp_build_context z_bld; in lp_build_deferred_depth_write() local 881 lp_build_context_init(&z_bld, gallivm, z_type); in lp_build_deferred_depth_write() 884 LLVMPointerType(z_bld.vec_type, 0), ""); in lp_build_deferred_depth_write() 887 z_dst = lp_build_select(&z_bld, lp_build_mask_value(mask), zs_value, z_dst); in lp_build_deferred_depth_write()
|