Searched refs:z_fb (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_bld_depth.h | 66 LLVMValueRef z_fb, 80 LLVMValueRef *z_fb, 90 LLVMValueRef z_fb,
|
D | lp_bld_depth.c | 534 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 …]
|
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()
|