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/
Dlp_bld_depth.h66 LLVMValueRef z_fb,
80 LLVMValueRef *z_fb,
90 LLVMValueRef z_fb,
Dlp_bld_depth.c539 LLVMValueRef *z_fb, in lp_build_depth_stencil_load_swizzled() argument
603 *z_fb = LLVMBuildShuffleVector(builder, zs_dst1, zs_dst2, in lp_build_depth_stencil_load_swizzled()
605 *s_fb = *z_fb; in lp_build_depth_stencil_load_swizzled()
615 *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_dst"); in lp_build_depth_stencil_load_swizzled()
677 LLVMValueRef z_fb, in lp_build_depth_stencil_write_swizzled() argument
746 z_value = lp_build_select(&z_bld, mask_value, z_value, z_fb); in lp_build_depth_stencil_write_swizzled()
[all …]
Dlp_state_fs.c591 LLVMValueRef z_fb, s_fb; in generate_fs_loop() local
833 &z_fb, &s_fb, loop_state.counter); in generate_fs_loop()
842 z, z_fb, s_fb, in generate_fs_loop()
863 z_fb_type = LLVMTypeOf(z_fb); in generate_fs_loop()
867 lp_build_pointer_set(builder, z_fb_store, sample_loop_state.counter, z_fb); in generate_fs_loop()
1210 &z_fb, &s_fb, loop_state.counter); in generate_fs_loop()
1220 z, z_fb, s_fb, in generate_fs_loop()
1243z_fb = LLVMBuildBitCast(builder, lp_build_pointer_get(builder, z_fb_store, sample_loop_state.count… in generate_fs_loop()
1248 … key->multisample ? s_mask : lp_build_mask_value(&mask), z_fb, s_fb, loop_state.counter, in generate_fs_loop()