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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.h67 LLVMValueRef s_fb,
81 LLVMValueRef *s_fb,
91 LLVMValueRef s_fb,
H A Dlp_bld_depth.c525 * \param s_fb contains s values loaded from fb (may include padding)
535 LLVMValueRef *s_fb,
600 *s_fb = *z_fb;
631 *s_fb = LLVMBuildShuffleVector(builder, tmp, tmp,
633 *s_fb = LLVMBuildBitCast(builder, *s_fb,
635 lp_build_name(*s_fb, "s_dst");
639 lp_build_name(*s_fb, "s_dst");
653 * \param s_fb s values read from fb (with padding)
667 LLVMValueRef s_fb,
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.h67 LLVMValueRef s_fb,
81 LLVMValueRef *s_fb,
91 LLVMValueRef s_fb,
H A Dlp_bld_depth.c530 * \param s_fb contains s values loaded from fb (may include padding)
540 LLVMValueRef *s_fb,
605 *s_fb = *z_fb;
609 *s_fb = LLVMBuildZExt(builder, *s_fb,
642 *s_fb = LLVMBuildShuffleVector(builder, tmp, tmp,
644 *s_fb = LLVMBuildBitCast(builder, *s_fb,
646 lp_build_name(*s_fb, "s_dst");
650 lp_build_name(*s_fb, "s_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,
868 lp_build_pointer_set(builder, s_fb_store, sample_loop_state.counter, s_fb);
1210 &z_fb, &s_fb, loop_state.counter);
1220 z, z_fb, s_fb,
1244 s_fb = lp_build_pointer_get(builder, s_fb_store, sample_loop_state.counter);
1248 key->multisample ? s_mask : lp_build_mask_value(&mask), z_fb, s_fb, loop_state.counter,

Completed in 15 milliseconds