Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_depth.c684 struct lp_type z_type = zs_type; in lp_build_depth_stencil_write_swizzled() local
690 z_type.width = z_src_type.width; in lp_build_depth_stencil_write_swizzled()
692 lp_build_context_init(&z_bld, gallivm, z_type); in lp_build_depth_stencil_write_swizzled()
767 zs_dst1 = lp_build_interleave2(gallivm, z_type, in lp_build_depth_stencil_write_swizzled()
769 zs_dst2 = lp_build_interleave2(gallivm, z_type, in lp_build_depth_stencil_write_swizzled()
831 struct lp_type z_type; in lp_build_depth_stencil_test() local
859 z_type = lp_depth_type(format_desc, z_src_type.length); in lp_build_depth_stencil_test()
862 z_type.width = z_src_type.width; in lp_build_depth_stencil_test()
863 assert(z_type.length == z_src_type.length); in lp_build_depth_stencil_test()
895 if (z_type.floating) { in lp_build_depth_stencil_test()
[all …]