Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.h66 LLVMValueRef z_fb,
81 LLVMValueRef *z_fb,
91 LLVMValueRef z_fb,
H A Dlp_bld_depth.c530 * \param z_fb contains z values loaded from fb (may include padding)
540 LLVMValueRef *z_fb, in lp_build_depth_stencil_load_swizzled()
604 *z_fb = LLVMBuildShuffleVector(builder, zs_dst1, zs_dst2, in lp_build_depth_stencil_load_swizzled()
606 *s_fb = *z_fb; in lp_build_depth_stencil_load_swizzled()
616 *z_fb = LLVMBuildZExt(builder, *z_fb, in lp_build_depth_stencil_load_swizzled()
633 tmp = LLVMBuildBitCast(builder, *z_fb, in lp_build_depth_stencil_load_swizzled()
640 *z_fb = LLVMBuildShuffleVector(builder, tmp, tmp, in lp_build_depth_stencil_load_swizzled()
649 lp_build_name(*z_fb, "z_dst"); in lp_build_depth_stencil_load_swizzled()
651 lp_build_name(*z_fb, "z_ds in lp_build_depth_stencil_load_swizzled()
534 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) lp_build_depth_stencil_load_swizzled() argument
673 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) lp_build_depth_stencil_write_swizzled() 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, bool restrict_depth) lp_build_depth_stencil_test() argument
[all...]
H A Dlp_state_fs.c645 LLVMValueRef z_fb, s_fb; in generate_fs_loop() local
888 &z_fb, &s_fb, loop_state.counter); in generate_fs_loop()
897 z, z_fb, s_fb, in generate_fs_loop()
919 z_fb_type = LLVMTypeOf(z_fb); in generate_fs_loop()
923 lp_build_pointer_set(builder, z_fb_store, sample_loop_state.counter, z_fb); in generate_fs_loop()
1284 &z_fb, &s_fb, loop_state.counter); in generate_fs_loop()
1294 z, z_fb, s_fb, in generate_fs_loop()
1318 z_fb = LLVMBuildBitCast(builder, lp_build_pointer_get(builder, z_fb_store, sample_loop_state.counter), z_fb_type, ""); in generate_fs_loop()
1323 key->multisample ? s_mask : lp_build_mask_value(&mask), z_fb, s_fb, loop_state.counter, in generate_fs_loop()

Completed in 8 milliseconds