Searched refs:z_dst (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.c638 lp_build_name(*z_fb, "z_dst");
640 lp_build_name(*z_fb, "z_dst");
836 LLVMValueRef z_dst = NULL; local in function:lp_build_depth_stencil_test
923 z_dst = z_fb;
939 z_dst = LLVMBuildLShr(builder, z_dst, shift, "z_dst");
941 z_dst = LLVMBuildAnd(builder, z_dst, z_bitmask, "z_dst");
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.c649 lp_build_name(*z_fb, "z_dst");
651 lp_build_name(*z_fb, "z_dst");
847 LLVMValueRef z_dst = NULL; local in function:lp_build_depth_stencil_test
934 z_dst = z_fb;
950 z_dst = LLVMBuildLShr(builder, z_dst, shift, "z_dst");
952 z_dst = LLVMBuildAnd(builder, z_dst, z_bitmask, "z_dst");
[all...]

Completed in 4 milliseconds