Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_depth.h68 LLVMValueRef s_fb,
82 LLVMValueRef *s_fb,
92 LLVMValueRef s_fb,
Dlp_bld_depth.c539 LLVMValueRef *s_fb, in lp_build_depth_stencil_load_swizzled() argument
604 *s_fb = *z_fb; in lp_build_depth_stencil_load_swizzled()
608 *s_fb = LLVMBuildZExt(builder, *s_fb, in lp_build_depth_stencil_load_swizzled()
641 *s_fb = LLVMBuildShuffleVector(builder, tmp, tmp, in lp_build_depth_stencil_load_swizzled()
643 *s_fb = LLVMBuildBitCast(builder, *s_fb, in lp_build_depth_stencil_load_swizzled()
645 lp_build_name(*s_fb, "s_dst"); in lp_build_depth_stencil_load_swizzled()
649 lp_build_name(*s_fb, "s_dst"); in lp_build_depth_stencil_load_swizzled()
677 LLVMValueRef s_fb, in lp_build_depth_stencil_write_swizzled() argument
747 s_fb = LLVMBuildBitCast(builder, s_fb, z_bld.vec_type, ""); in lp_build_depth_stencil_write_swizzled()
748 s_value = lp_build_select(&z_bld, mask_value, s_value, s_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()
851 lp_build_pointer_set(builder, s_fb_store, sample_loop_state.counter, s_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()
1188 s_fb = lp_build_pointer_get(builder, s_fb_store, sample_loop_state.counter); 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()