Home
last modified time | relevance | path

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

/third_party/boost/libs/contract/test/constructor/
Dsmoke.cpp46 typedef boost::contract::test::detail::counter<z_tag, int> z_type; typedef
48 explicit t(z_type& z) : in t()
54 boost::contract::old_ptr<z_type> old_z;
60 old_z = BOOST_CONTRACT_OLDOF(z_type::eval(z)); in __anon170b96920202()
110 explicit c(y_type& y, t<'d'>::z_type& dz, t<'p'>::z_type& pz, in c()
111 t<'q'>::z_type& qz, t<'e'>::z_type& ez) : in c()
186 explicit a(x_type& x, c::y_type& y, t<'d'>::z_type& dz, in a()
187 t<'p'>::z_type& pz, t<'q'>::z_type& qz, t<'e'>::z_type& ez) : in a()
225 t<'e'>::z_type ez; ez.value = -5; in main()
226 t<'q'>::z_type qz; qz.value = -5; in main()
[all …]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_depth.c694 struct lp_type z_type = zs_type; in lp_build_depth_stencil_write_swizzled() local
700 z_type.width = z_src_type.width; in lp_build_depth_stencil_write_swizzled()
702 lp_build_context_init(&z_bld, gallivm, z_type); in lp_build_depth_stencil_write_swizzled()
776 zs_dst1 = lp_build_interleave2(gallivm, z_type, in lp_build_depth_stencil_write_swizzled()
778 zs_dst2 = lp_build_interleave2(gallivm, z_type, in lp_build_depth_stencil_write_swizzled()
842 struct lp_type z_type; in lp_build_depth_stencil_test() local
870 z_type = lp_depth_type(format_desc, z_src_type.length); in lp_build_depth_stencil_test()
873 z_type.width = z_src_type.width; in lp_build_depth_stencil_test()
874 assert(z_type.length == z_src_type.length); in lp_build_depth_stencil_test()
906 if (z_type.floating) { in lp_build_depth_stencil_test()
[all …]
Dlp_state_fs.c770 LLVMTypeRef z_type = NULL, z_fb_type = NULL; in generate_fs_loop() local
777 struct lp_type z_type = zs_type; in generate_fs_loop() local
780 z_type.width = type.width; in generate_fs_loop()
785 z_type.width = z_type.width / 2; in generate_fs_loop()
793 z_fb_store = lp_build_array_alloca(gallivm, lp_build_vec_type(gallivm, z_type), in generate_fs_loop()
864 z_type = LLVMTypeOf(z_value); in generate_fs_loop()
1241 …lder, lp_build_pointer_get(builder, z_sample_value_store, sample_loop_state.counter), z_type, "");; in generate_fs_loop()
/third_party/boost/libs/contract/test/public_function/
Dsmoke.hpp51 typedef boost::contract::test::detail::counter<z_tag, std::string> z_type; typedef
52 z_type z;
63 boost::contract::old_ptr<z_type> old_z = in f()
64 BOOST_CONTRACT_OLDOF(v, z_type::eval(z)); in f()