Searched refs:z_fb (Results 1 – 3 of 3) sorted by relevance
/third_party/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 | 539 LLVMValueRef *z_fb, in lp_build_depth_stencil_load_swizzled() argument 603 *z_fb = LLVMBuildShuffleVector(builder, zs_dst1, zs_dst2, in lp_build_depth_stencil_load_swizzled() 605 *s_fb = *z_fb; in lp_build_depth_stencil_load_swizzled() 615 *z_fb = LLVMBuildZExt(builder, *z_fb, in lp_build_depth_stencil_load_swizzled() 633 tmp = LLVMBuildBitCast(builder, *z_fb, in lp_build_depth_stencil_load_swizzled() 640 *z_fb = LLVMBuildShuffleVector(builder, tmp, tmp, in lp_build_depth_stencil_load_swizzled() 649 lp_build_name(*z_fb, "z_dst"); in lp_build_depth_stencil_load_swizzled() 651 lp_build_name(*z_fb, "z_dst"); in lp_build_depth_stencil_load_swizzled() 677 LLVMValueRef z_fb, in lp_build_depth_stencil_write_swizzled() argument 746 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 | 591 LLVMValueRef z_fb, s_fb; in generate_fs_loop() local 833 &z_fb, &s_fb, loop_state.counter); in generate_fs_loop() 842 z, z_fb, s_fb, in generate_fs_loop() 863 z_fb_type = LLVMTypeOf(z_fb); in generate_fs_loop() 867 lp_build_pointer_set(builder, z_fb_store, sample_loop_state.counter, z_fb); in generate_fs_loop() 1210 &z_fb, &s_fb, loop_state.counter); in generate_fs_loop() 1220 z, z_fb, s_fb, in generate_fs_loop() 1243 …z_fb = LLVMBuildBitCast(builder, lp_build_pointer_get(builder, z_fb_store, sample_loop_state.count… in generate_fs_loop() 1248 … key->multisample ? s_mask : lp_build_mask_value(&mask), z_fb, s_fb, loop_state.counter, in generate_fs_loop()
|