| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_bld_depth.h | 69 LLVMValueRef *z_value, 95 LLVMValueRef z_value,
|
| H A D | lp_bld_depth.c | 657 * \param z_value the depth values to store (with padding) 671 LLVMValueRef z_value, 737 z_value = lp_build_select(&z_bld, mask_value, z_value, z_fb); 746 z_value = LLVMBuildTrunc(builder, z_value, 752 zs_dst1 = lp_build_extract_range(gallivm, z_value, 0, 2); 753 zs_dst2 = lp_build_extract_range(gallivm, z_value, 2, 2); 757 zs_dst1 = LLVMBuildShuffleVector(builder, z_value, z_value, 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 D | lp_state_fs.c | 317 LLVMValueRef z_value, s_value; local in function:generate_fs_loop 456 &z_value, &s_value, 464 z_value, s_value); 582 &z_value, &s_value, 590 z_value, s_value); 604 z_value, s_value);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_bld_depth.h | 69 LLVMValueRef *z_value, 95 LLVMValueRef z_value,
|
| H A D | lp_bld_depth.c | 668 * \param z_value the depth values to store (with padding) 682 LLVMValueRef z_value, 746 z_value = lp_build_select(&z_bld, mask_value, z_value, z_fb); 755 z_value = LLVMBuildTrunc(builder, z_value, 761 zs_dst1 = lp_build_extract_range(gallivm, z_value, 0, 2); 762 zs_dst2 = lp_build_extract_range(gallivm, z_value, 2, 2); 766 zs_dst1 = LLVMBuildShuffleVector(builder, z_value, z_value, 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 D | lp_state_fs.c | 590 LLVMValueRef z_value, s_value; local in function:generate_fs_loop 844 &z_value, &s_value, 852 z_value, s_value); 864 z_type = LLVMTypeOf(z_value); 865 lp_build_pointer_set(builder, z_sample_value_store, sample_loop_state.counter, LLVMBuildBitCast(builder, z_value, lp_build_int_vec_type(gallivm, type), "")); 1222 &z_value, &s_value, 1230 z_value, s_value); 1241 z_value = LLVMBuildBitCast(builder, lp_build_pointer_get(builder, z_sample_value_store, sample_loop_state.counter), z_type, "");; 1250 z_value, s_value);
|