Searched refs:z_type (Results 1 – 2 of 2) sorted by relevance
684 struct lp_type z_type = zs_type; in lp_build_depth_stencil_write_swizzled() local690 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() local859 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 …]
18 uint16_t z_type; /* type of entry allow/deny */ member