Searched refs:s_fb (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_bld_depth.h | 67 LLVMValueRef s_fb, 82 LLVMValueRef *s_fb, 92 LLVMValueRef s_fb,
|
D | lp_bld_depth.c | 541 LLVMValueRef *s_fb, in lp_build_depth_stencil_load_swizzled() argument 606 *s_fb = *z_fb; in lp_build_depth_stencil_load_swizzled() 610 *s_fb = LLVMBuildZExt(builder, *s_fb, in lp_build_depth_stencil_load_swizzled() 642 *s_fb = LLVMBuildShuffleVector(builder, tmp, tmp, in lp_build_depth_stencil_load_swizzled() 644 *s_fb = LLVMBuildBitCast(builder, *s_fb, in lp_build_depth_stencil_load_swizzled() 646 lp_build_name(*s_fb, "s_dst"); in lp_build_depth_stencil_load_swizzled() 650 lp_build_name(*s_fb, "s_dst"); in lp_build_depth_stencil_load_swizzled() 679 LLVMValueRef s_fb, in lp_build_depth_stencil_write_swizzled() argument 748 s_fb = LLVMBuildBitCast(builder, s_fb, z_bld.vec_type, ""); in lp_build_depth_stencil_write_swizzled() 749 s_value = lp_build_select(&z_bld, mask_value, s_value, s_fb); in lp_build_depth_stencil_write_swizzled() [all …]
|
D | lp_state_fs.c | 645 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() 924 lp_build_pointer_set(builder, s_fb_store, sample_loop_state.counter, s_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() 1319 s_fb = lp_build_pointer_get(builder, s_fb_store, sample_loop_state.counter); 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()
|