Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_depth.c693 struct lp_type z_type = zs_type; in lp_build_depth_stencil_write_swizzled() local
699 z_type.width = z_src_type.width; in lp_build_depth_stencil_write_swizzled()
701 lp_build_context_init(&z_bld, gallivm, z_type); in lp_build_depth_stencil_write_swizzled()
775 zs_dst1 = lp_build_interleave2(gallivm, z_type, in lp_build_depth_stencil_write_swizzled()
777 zs_dst2 = lp_build_interleave2(gallivm, z_type, in lp_build_depth_stencil_write_swizzled()
841 struct lp_type z_type; in lp_build_depth_stencil_test() local
869 z_type = lp_depth_type(format_desc, z_src_type.length); in lp_build_depth_stencil_test()
872 z_type.width = z_src_type.width; in lp_build_depth_stencil_test()
873 assert(z_type.length == z_src_type.length); in lp_build_depth_stencil_test()
905 if (z_type.floating) { in lp_build_depth_stencil_test()
[all …]
Dlp_state_fs.c753 LLVMTypeRef z_type = NULL, z_fb_type = NULL; in generate_fs_loop() local
760 struct lp_type z_type = zs_type; in generate_fs_loop() local
763 z_type.width = type.width; in generate_fs_loop()
768 z_type.width = z_type.width / 2; in generate_fs_loop()
776 z_fb_store = lp_build_array_alloca(gallivm, lp_build_vec_type(gallivm, z_type), in generate_fs_loop()
847 z_type = LLVMTypeOf(z_value); in generate_fs_loop()
1185 …lder, lp_build_pointer_get(builder, z_sample_value_store, sample_loop_state.counter), z_type, "");; in generate_fs_loop()