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.h67 LLVMValueRef z_fb,
81 LLVMValueRef *z_fb,
91 LLVMValueRef z_fb,
Dlp_bld_depth.c538 LLVMValueRef *z_fb, in lp_build_depth_stencil_load_swizzled() argument
602 *z_fb = LLVMBuildShuffleVector(builder, zs_dst1, zs_dst2, in lp_build_depth_stencil_load_swizzled()
604 *s_fb = *z_fb; in lp_build_depth_stencil_load_swizzled()
614 *z_fb = LLVMBuildZExt(builder, *z_fb, in lp_build_depth_stencil_load_swizzled()
632 tmp = LLVMBuildBitCast(builder, *z_fb, in lp_build_depth_stencil_load_swizzled()
639 *z_fb = LLVMBuildShuffleVector(builder, tmp, tmp, in lp_build_depth_stencil_load_swizzled()
648 lp_build_name(*z_fb, "z_dst"); in lp_build_depth_stencil_load_swizzled()
650 lp_build_name(*z_fb, "z_dst"); in lp_build_depth_stencil_load_swizzled()
676 LLVMValueRef z_fb, in lp_build_depth_stencil_write_swizzled() argument
745 z_value = lp_build_select(&z_bld, mask_value, z_value, z_fb); in lp_build_depth_stencil_write_swizzled()
[all …]
Dlp_state_fs.c587 LLVMValueRef z_fb, s_fb; in generate_fs_loop() local
816 &z_fb, &s_fb, loop_state.counter); in generate_fs_loop()
825 z, z_fb, s_fb, in generate_fs_loop()
846 z_fb_type = LLVMTypeOf(z_fb); in generate_fs_loop()
850 lp_build_pointer_set(builder, z_fb_store, sample_loop_state.counter, z_fb); in generate_fs_loop()
1154 &z_fb, &s_fb, loop_state.counter); in generate_fs_loop()
1164 z, z_fb, s_fb, in generate_fs_loop()
1187z_fb = LLVMBuildBitCast(builder, lp_build_pointer_get(builder, z_fb_store, sample_loop_state.count… in generate_fs_loop()
1192 … key->multisample ? s_mask : lp_build_mask_value(&mask), z_fb, s_fb, loop_state.counter, in generate_fs_loop()