Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_depth.h66 LLVMValueRef z_fb,
80 LLVMValueRef *z_fb,
90 LLVMValueRef z_fb,
Dlp_bld_depth.c534 LLVMValueRef *z_fb, in lp_build_depth_stencil_load_swizzled() argument
598 *z_fb = LLVMBuildShuffleVector(builder, zs_dst1, zs_dst2, in lp_build_depth_stencil_load_swizzled()
600 *s_fb = *z_fb; in lp_build_depth_stencil_load_swizzled()
604 *z_fb = LLVMBuildZExt(builder, *z_fb, in lp_build_depth_stencil_load_swizzled()
622 tmp = LLVMBuildBitCast(builder, *z_fb, in lp_build_depth_stencil_load_swizzled()
629 *z_fb = LLVMBuildShuffleVector(builder, tmp, tmp, in lp_build_depth_stencil_load_swizzled()
638 lp_build_name(*z_fb, "z_dst"); in lp_build_depth_stencil_load_swizzled()
640 lp_build_name(*z_fb, "z_dst"); in lp_build_depth_stencil_load_swizzled()
666 LLVMValueRef z_fb, in lp_build_depth_stencil_write_swizzled() argument
737 z_value = lp_build_select(&z_bld, mask_value, z_value, z_fb); in lp_build_depth_stencil_write_swizzled()
[all …]
Dlp_state_fs.c317 LLVMValueRef z_fb, s_fb; in generate_fs_loop() local
444 &z_fb, &s_fb, loop_state.counter); in generate_fs_loop()
452 z, z_fb, s_fb, in generate_fs_loop()
550 &z_fb, &s_fb, loop_state.counter); in generate_fs_loop()
559 z, z_fb, s_fb, in generate_fs_loop()
581 &mask, z_fb, s_fb, loop_state.counter, in generate_fs_loop()