Home | History | Annotate | Download | only in llvmpipe

Lines Matching refs:depth_ptr

228             LLVMValueRef depth_ptr,
329 depth_ptr, facing,
334 lp_build_depth_write(builder, zs_format_desc, depth_ptr, zs_value);
386 depth_ptr, facing,
391 lp_build_depth_write(builder, zs_format_desc, depth_ptr, zs_value);
405 depth_ptr,
453 LLVMValueRef depth_ptr,
535 depth_ptr_i = LLVMBuildGEP(builder, depth_ptr, &depth_offset, 1, "");
785 LLVMValueRef depth_ptr;
894 depth_ptr = LLVMGetParam(function, 8);
904 lp_build_name(depth_ptr, "depth");
949 depth_ptr_i = LLVMBuildGEP(builder, depth_ptr, &depth_offset, 1, "");
1021 depth_ptr,