Searched refs:z_type (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_bld_depth.c | 684 struct lp_type z_type = zs_type; local in function:lp_build_depth_stencil_write_swizzled 690 z_type.width = z_src_type.width; 692 lp_build_context_init(&z_bld, gallivm, z_type); 767 zs_dst1 = lp_build_interleave2(gallivm, z_type, 769 zs_dst2 = lp_build_interleave2(gallivm, z_type, 831 struct lp_type z_type; local in function:lp_build_depth_stencil_test 859 z_type = lp_depth_type(format_desc, z_src_type.length); 862 z_type.width = z_src_type.width; 863 assert(z_type.length == z_src_type.length); 895 if (z_type [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_bld_depth.c | 694 struct lp_type z_type = zs_type; local in function:lp_build_depth_stencil_write_swizzled 700 z_type.width = z_src_type.width; 702 lp_build_context_init(&z_bld, gallivm, z_type); 776 zs_dst1 = lp_build_interleave2(gallivm, z_type, 778 zs_dst2 = lp_build_interleave2(gallivm, z_type, 842 struct lp_type z_type; local in function:lp_build_depth_stencil_test 870 z_type = lp_depth_type(format_desc, z_src_type.length); 873 z_type.width = z_src_type.width; 874 assert(z_type.length == z_src_type.length); 906 if (z_type [all...] |
| H A D | lp_state_fs.c | 770 LLVMTypeRef z_type = NULL, z_fb_type = NULL; local in function:generate_fs_loop 777 struct lp_type z_type = zs_type; local in function:generate_fs_loop 780 z_type.width = type.width; 785 z_type.width = z_type.width / 2; 793 z_fb_store = lp_build_array_alloca(gallivm, lp_build_vec_type(gallivm, z_type), 864 z_type = LLVMTypeOf(z_value); 1241 z_value = LLVMBuildBitCast(builder, lp_build_pointer_get(builder, z_sample_value_store, sample_loop_state.counter), z_type, "");;
|
Completed in 10 milliseconds