Searched refs:s_fb (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_bld_depth.h | 67 LLVMValueRef s_fb, 81 LLVMValueRef *s_fb, 91 LLVMValueRef s_fb,
|
D | lp_bld_depth.c | 535 LLVMValueRef *s_fb, in lp_build_depth_stencil_load_swizzled() argument 600 *s_fb = *z_fb; in lp_build_depth_stencil_load_swizzled() 631 *s_fb = LLVMBuildShuffleVector(builder, tmp, tmp, in lp_build_depth_stencil_load_swizzled() 633 *s_fb = LLVMBuildBitCast(builder, *s_fb, in lp_build_depth_stencil_load_swizzled() 635 lp_build_name(*s_fb, "s_dst"); in lp_build_depth_stencil_load_swizzled() 639 lp_build_name(*s_fb, "s_dst"); in lp_build_depth_stencil_load_swizzled() 667 LLVMValueRef s_fb, in lp_build_depth_stencil_write_swizzled() argument 739 s_fb = LLVMBuildBitCast(builder, s_fb, z_bld.vec_type, ""); in lp_build_depth_stencil_write_swizzled() 740 s_value = lp_build_select(&z_bld, mask_value, s_value, s_fb); in lp_build_depth_stencil_write_swizzled() 824 LLVMValueRef s_fb, in lp_build_depth_stencil_test() argument [all …]
|
D | lp_state_fs.c | 318 LLVMValueRef z_fb, s_fb; in generate_fs_loop() local 446 &z_fb, &s_fb, loop_state.counter); in generate_fs_loop() 454 z, z_fb, s_fb, in generate_fs_loop() 571 &z_fb, &s_fb, loop_state.counter); in generate_fs_loop() 580 z, z_fb, s_fb, in generate_fs_loop() 602 &mask, z_fb, s_fb, loop_state.counter, in generate_fs_loop()
|