Searched refs:z_fb (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.h66 LLVMValueRef z_fb,
80 LLVMValueRef *z_fb,
90 LLVMValueRef z_fb,
H A Dlp_bld_depth.c524 * \param z_fb contains z values loaded from fb (may include padding)
534 LLVMValueRef *z_fb,
598 *z_fb = LLVMBuildShuffleVector(builder, zs_dst1, zs_dst2,
600 *s_fb = *z_fb;
604 *z_fb = LLVMBuildZExt(builder, *z_fb,
622 tmp = LLVMBuildBitCast(builder, *z_fb,
629 *z_fb = LLVMBuildShuffleVector(builder, tmp, tmp,
638 lp_build_name(*z_fb, "z_dst");
640 lp_build_name(*z_fb, "z_ds
528 lp_build_depth_stencil_load_swizzled(struct gallivm_state * gallivm,struct lp_type z_src_type,const struct util_format_description * format_desc,boolean is_1d,LLVMValueRef depth_ptr,LLVMValueRef depth_stride,LLVMValueRef * z_fb,LLVMValueRef * s_fb,LLVMValueRef loop_counter) argument
661 lp_build_depth_stencil_write_swizzled(struct gallivm_state * gallivm,struct lp_type z_src_type,const struct util_format_description * format_desc,boolean is_1d,struct lp_build_mask_context * mask,LLVMValueRef z_fb,LLVMValueRef s_fb,LLVMValueRef loop_counter,LLVMValueRef depth_ptr,LLVMValueRef depth_stride,LLVMValueRef z_value,LLVMValueRef s_value) argument
815 lp_build_depth_stencil_test(struct gallivm_state * gallivm,const struct pipe_depth_state * depth,const struct pipe_stencil_state stencil[2],struct lp_type z_src_type,const struct util_format_description * format_desc,struct lp_build_mask_context * mask,LLVMValueRef stencil_refs[2],LLVMValueRef z_src,LLVMValueRef z_fb,LLVMValueRef s_fb,LLVMValueRef face,LLVMValueRef * z_value,LLVMValueRef * s_value,boolean do_branch) argument
[all...]
H A Dlp_state_fs.c318 LLVMValueRef z_fb, s_fb; local in function:generate_fs_loop
446 &z_fb, &s_fb, loop_state.counter);
454 z, z_fb, s_fb,
571 &z_fb, &s_fb, loop_state.counter);
580 z, z_fb, s_fb,
602 &mask, z_fb, s_fb, loop_state.counter,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.h66 LLVMValueRef z_fb,
80 LLVMValueRef *z_fb,
90 LLVMValueRef z_fb,
H A Dlp_bld_depth.c529 * \param z_fb contains z values loaded from fb (may include padding)
539 LLVMValueRef *z_fb,
603 *z_fb = LLVMBuildShuffleVector(builder, zs_dst1, zs_dst2,
605 *s_fb = *z_fb;
615 *z_fb = LLVMBuildZExt(builder, *z_fb,
633 tmp = LLVMBuildBitCast(builder, *z_fb,
640 *z_fb = LLVMBuildShuffleVector(builder, tmp, tmp,
649 lp_build_name(*z_fb, "z_dst");
651 lp_build_name(*z_fb, "z_ds
533 lp_build_depth_stencil_load_swizzled(struct gallivm_state * gallivm,struct lp_type z_src_type,const struct util_format_description * format_desc,boolean is_1d,LLVMValueRef depth_ptr,LLVMValueRef depth_stride,LLVMValueRef * z_fb,LLVMValueRef * s_fb,LLVMValueRef loop_counter) argument
672 lp_build_depth_stencil_write_swizzled(struct gallivm_state * gallivm,struct lp_type z_src_type,const struct util_format_description * format_desc,boolean is_1d,LLVMValueRef mask_value,LLVMValueRef z_fb,LLVMValueRef s_fb,LLVMValueRef loop_counter,LLVMValueRef depth_ptr,LLVMValueRef depth_stride,LLVMValueRef z_value,LLVMValueRef s_value) argument
825 lp_build_depth_stencil_test(struct gallivm_state * gallivm,const struct lp_depth_state * depth,const struct pipe_stencil_state stencil[2],struct lp_type z_src_type,const struct util_format_description * format_desc,struct lp_build_mask_context * mask,LLVMValueRef * cov_mask,LLVMValueRef stencil_refs[2],LLVMValueRef z_src,LLVMValueRef z_fb,LLVMValueRef s_fb,LLVMValueRef face,LLVMValueRef * z_value,LLVMValueRef * s_value,boolean do_branch) argument
[all...]
H A Dlp_state_fs.c591 LLVMValueRef z_fb, s_fb; local in function:generate_fs_loop
833 &z_fb, &s_fb, loop_state.counter);
842 z, z_fb, s_fb,
863 z_fb_type = LLVMTypeOf(z_fb);
867 lp_build_pointer_set(builder, z_fb_store, sample_loop_state.counter, z_fb);
1210 &z_fb, &s_fb, loop_state.counter);
1220 z, z_fb, s_fb,
1243 z_fb = LLVMBuildBitCast(builder, lp_build_pointer_get(builder, z_fb_store, sample_loop_state.counter), z_fb_type, "");
1248 key->multisample ? s_mask : lp_build_mask_value(&mask), z_fb, s_fb, loop_state.counter,

Completed in 20 milliseconds